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" } ] }, {