diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 5ad739b..4cfdcf4 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": "Overview",
- "href": "#hero"
+ "name": "Overview", "href": "#hero"
},
{
- "name": "Menu",
- "href": "#menu"
+ "name": "Menu", "href": "#menu"
},
{
- "name": "Reviews",
- "href": "#testimonials"
+ "name": "Reviews", "href": "#testimonials"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -42,66 +35,48 @@ export default function Layout() {
+ logo="Gloria's"
+ logoImageSrc="http://img.b2bpic.net/free-vector/gradient-labels-collection-mexico-independence-celebration_23-2149552840.jpg"
+ ctaButton={{
+ text: "Order Now", href: "#"}}
+ navItems={navItems} />
+ ]}
+ leftText="© 2024 Gloria's Cocina Mexicana. All rights reserved."
+ rightText="Designed with flavor."
+ />
);