diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 707eec5..0c9fa24 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "Collections",
- "href": "#products"
+ "name": "Collections", "href": "#products"
},
{
- "name": "Our Story",
- "href": "#about"
+ "name": "Our Story", "href": "#about"
},
{
- "name": "Trust",
- "href": "#testimonials"
+ "name": "Trust", "href": "#testimonials"
},
{
- "name": "Help",
- "href": "#faq"
+ "name": "Help", "href": "#faq"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Social Proof",
- "href": "#social-proof"
+ "name": "Social Proof", "href": "#social-proof"
}
];
@@ -43,35 +36,29 @@ export default function Layout() {
+ logo="Eurolark"
+ logoImageSrc="http://img.b2bpic.net/free-vector/minimal-logo-designs-set_53876-94204.jpg"
+ ctaButton={{
+ text: "Shop Now", href: "#products"}}
+ navItems={navItems}
+ />
+ brand="Eurolark Kuwait"
+ copyright="© 2024 Eurolark Travel. All rights reserved."
+ socialLinks={[
+ {
+ icon: "Instagram", href: "#"},
+ {
+ icon: "Twitter", href: "#"},
+ {
+ icon: "Facebook", href: "#"},
+ ]}
+ />
);