From 4aa17e0d3fc5a5d42b5ca73d7cdd333e90cdc141 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 10:47:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a4f3c7d..9ac30e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,13 +29,13 @@ export default function HomePage() { @@ -46,8 +46,8 @@ export default function HomePage() { description="Handcrafted floral arrangements for every moment. From elegant celebrations to intimate gatherings, our bespoke bouquets bring nature's beauty to life." background={{ variant: "radial-gradient" }} buttons={[ - { text: "Explore Collection", href: "/arrangements" }, - { text: "Learn More", href: "/about" } + { text: "Explore Collection", href: "#arrangements" }, + { text: "Learn More", href: "#about" } ]} layoutOrder="default" imageSrc="https://img.b2bpic.net/free-photo/beautiful-arrangement-flowers-birthday-girl_23-2149077362.jpg" @@ -157,8 +157,8 @@ export default function HomePage() { text="Ready to bring beauty into your life? Get in touch with Lavanda today to discuss your floral vision." animationType="entrance-slide" buttons={[ - { text: "Schedule Consultation", href: "#" }, - { text: "View Portfolio", href: "#" } + { text: "Schedule Consultation", href: "#contact" }, + { text: "View Portfolio", href: "#arrangements" } ]} useInvertedBackground="noInvert" /> @@ -172,15 +172,15 @@ export default function HomePage() { { title: "Shop", items: [ { label: "Arrangements", href: "arrangements" }, - { label: "Seasonal Collections", href: "#" }, - { label: "Custom Orders", href: "#" } + { label: "Seasonal Collections", href: "#arrangements" }, + { label: "Custom Orders", href: "#contact" } ] }, { title: "Company", items: [ { label: "About Us", href: "about" }, { label: "Contact", href: "contact" }, - { label: "Delivery Info", href: "#" } + { label: "Delivery Info", href: "#contact" } ] }, {