From 433748804f6a4ee1db3d2ae1f7f2bf6477e31b5f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 17 Jun 2026 07:13:51 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 90 +++++++++++++++------------------------ 1 file changed, 34 insertions(+), 56 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ad6f8ff..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,60 +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: "#"}, + ]} + /> );