From e5c21685ec795e570f7e93ca52d58139091c26c2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:50:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3fea479..1725c42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,10 +30,10 @@ export default function LandingPage() { brandName="Jasmine Experts" navItems={[ { name: "Home", id: "/" }, - { name: "Flowers", id: "#flowers" }, - { name: "About", id: "#about" }, - { name: "Reviews", id: "#reviews" }, - { name: "Contact", id: "#contact" } + { name: "Flowers", id: "flowers" }, + { name: "About", id: "about" }, + { name: "Reviews", id: "testimonials" }, + { name: "Contact", id: "contact" } ]} button={{ text: "Order Now", href: "https://wa.me/971" @@ -45,7 +45,7 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1