diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index a7798f5..e0d5dc8 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Ana Səhifə", - "href": "/" + "name": "Ana Səhifə", "href": "/" }, { - "name": "Haqqımızda", - "href": "#about" + "name": "Haqqımızda", "href": "#about" }, { - "name": "Rəylər və Əlaqə", - "href": "/contact" + "name": "Rəylər və Əlaqə", "href": "/contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Stats", - "href": "#stats" + "name": "Stats", "href": "#stats" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" }, { - "name": "Legal", - "href": "#legal" + "name": "Legal", "href": "#legal" } ]; @@ -43,11 +36,9 @@ export default function Layout() {
@@ -58,37 +49,27 @@ export default function Layout() { brand="Pluton Şadlıq Sarayı" columns={[ { - title: "Ünvan", - items: [ + title: "Ünvan", items: [ { - label: "Bakı, Əhmədli", - href: "#", - }, + label: "Bakı, Əhmədli", href: "#"}, ], }, { - title: "Xidmətlər", - items: [ + title: "Xidmətlər", items: [ { - label: "Toy", - href: "/about", - }, + label: "Toy", href: "/about"}, { - label: "Nişan", - href: "/about", - }, + label: "Nişan", href: "/about"}, ], }, ]} copyright="© 2024 Pluton Şadlıq Sarayı. Bütün hüquqlar qorunur." links={[ { - label: "Gizlilik Siyasəti", - href: "#", - }, + label: "Gizlilik Siyasəti", href: "#"}, ]} /> ); -} +} \ No newline at end of file