diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index b65d9e1..87a9163 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": "Tours",
- "href": "#products"
+ "name": "Tours", "href": "#products"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Services",
- "href": "#features"
+ "name": "Services", "href": "#features"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Team",
- "href": "#team"
+ "name": "Team", "href": "#team"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
}
];
@@ -42,70 +35,51 @@ export default function Layout() {
+ logo="Kenya Wild Explorer"
+ logoImageSrc="http://img.b2bpic.net/free-vector/flat-design-ibiza-label-collection_23-2149404376.jpg"
+ ctaButton={{
+ text: "Book Now", href: "#contact"}}
+ navItems={navItems} />
+ ]}
+ />
);