diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 37b004e..e9a14c5 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": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
}
];
@@ -42,64 +35,47 @@ export default function Layout() {
+ logo="Nellai Supermarket"
+ logoImageSrc="http://img.b2bpic.net/free-photo/healthy-food-organic-fresh-farmer-products_53876-64953.jpg"
+ ctaButton={{
+ text: "Call Now", href: "tel:+919600148138"}}
+ navItems={navItems}
+ />
+ label: "Contact Us", href: "tel:+919600148138"},
+ ]}
+ />
);