From ade5b21fb674ee2222fd4b8f5645bd15ee424a72 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 11:32:04 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 99 +++++++++++++++------------------------ 1 file changed, 37 insertions(+), 62 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 28f5eb0..0bffec4 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": "Home", - "href": "#hero" + "name": "Home", "href": "#hero" }, { - "name": "Menu", - "href": "#products" + "name": "Menu", "href": "#products" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" } ]; @@ -42,66 +35,48 @@ export default function Layout() { + logo="Toshkent" + logoImageSrc="http://img.b2bpic.net/free-photo/colored-eggs_1156-116.jpg" + ctaButton={{ + text: "Book Table", href: "#contact"}} + navItems={navItems} />
+ ]} + leftText="© 2024 Toshkent Restaurant. All rights reserved." + rightText="Sebzor ko'chasi 3, Toshkent, O'zbekiston" + /> ); -- 2.49.1