diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index f17dcca..dc3f9ec 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": "Our Story",
- "href": "#about"
+ "name": "Our Story", "href": "#about"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Process",
- "href": "#process"
+ "name": "Process", "href": "#process"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -42,77 +35,55 @@ export default function Layout() {
+ logo="Crimson Bakery"
+ logoImageSrc="https://images.pexels.com/photos/30954120/pexels-photo-30954120.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
+ ctaButton={{
+ text: "Order Online", href: "#contact"}}
+ navItems={navItems} />
+ label: "Terms of Service", href: "#"},
+ ]}
+ />
);