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 +}