diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 549fce3..8d45587 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": "Highlights",
- "href": "#highlights"
+ "name": "Highlights", "href": "#highlights"
},
{
- "name": "Memories",
- "href": "#testimonials"
+ "name": "Memories", "href": "#testimonials"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
}
];
@@ -42,59 +35,45 @@ export default function Layout() {
+ logo="Egypt Diary"
+ logoImageSrc="http://img.b2bpic.net/free-photo/hot-air-balloon-ai-generated_268835-18737.jpg"
+ ctaButton={{
+ text: "Contact Me", href: "#contact"}}
+ navItems={navItems}
+ />
+ label: "Terms", href: "#"},
+ ]}
+ />
);