diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 6839bae..482cfb7 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,80 +7,48 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "Menu", - "href": "#menu" - }, - { - "name": "Reviews", - "href": "#testimonials" - }, - { - "name": "Contact", - "href": "#contact" - }, - { - "name": "Hero", - "href": "#hero" - }, - { - "name": "About", - "href": "#about" - }, - { - "name": "Faq", - "href": "#faq" - } -]; + { "name": "Menu", "href": "#menu" }, + { "name": "Reviews", "href": "#testimonials" }, + { "name": "Contact", "href": "#contact" }, + { "name": "Hero", "href": "#hero" }, + { "name": "About", "href": "#about" }, + { "name": "Faq", "href": "#faq" } + ]; return ( + logo="MomoKing" + logoImageSrc="http://img.b2bpic.net/free-psd/indian-food-restaurant-business-social-media-cover-template_23-2149571158.jpg" + ctaButton={{ + text: "Order Now", href: "https://talabat.com"}} + navItems={navItems} + />
+ ]} + leftText="© 2024 MomoKing Oman. All rights reserved." + rightText="Muscat, Oman" + />
);