fix: add missing lib/constants.ts and logo.svg
This commit is contained in:
@@ -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',
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="160" height="40" viewBox="0 0 160 40">
|
||||||
|
<text x="0" y="30" font-family="Georgia, serif" font-size="24" fill="white" letter-spacing="4">VESTA</text>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 203 B |
Reference in New Issue
Block a user