fix: add missing lib/constants.ts and logo.svg

This commit is contained in:
2026-07-30 13:40:34 +03:00
parent dc332dc462
commit fdece19a23
2 changed files with 11 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
export const SITE = {
name: 'Vesta Muğla',
logoUrl: '/logo.svg',
phoneHref: 'tel:+905000000000',
phone: '+90 500 000 00 00',
email: 'info@vestamugla.com',
address: 'Muğla, Türkiye',
}