Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-01-22 10:48:00 +00:00

View File

@@ -29,13 +29,13 @@ export default function HomePage() {
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "Arrangements", id: "/arrangements" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
{ name: "Arrangements", id: "arrangements" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
]}
brandName="Lavanda"
button={{
text: "Order Now", href: "#"
text: "Order Now", href: "#contact"
}}
/>
</div>
@@ -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" }
]
},
{