diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 9aeb760..cee3787 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": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Products",
- "href": "#products"
+ "name": "Products", "href": "#products"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Pricing",
- "href": "#pricing"
+ "name": "Pricing", "href": "#pricing"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -42,49 +35,39 @@ export default function Layout() {
+ logo="Taste of Ouns"
+ logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=rdmsk0"
+ ctaButton={{
+ text: "Order Now", href: "#contact"}}
+ navItems={navItems}
+ />
+ ]}
+ leftText="© 2024 Taste of Ouns"
+ rightText="Healthy food for a better you."
+ />
);