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"
+ />
);