From 87d486eb8ff03466d3f52484d4b23237ca557afe Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 13:55:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86043db..7d113ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,6 +30,7 @@ export default function LandingPage() { brandName="Balka Flowers" navItems={[ { name: "Home", id: "/" }, + { name: "About Us", id: "/about" }, { name: "Contact", id: "/contact" } ]} button={{ text: "Shop Now", href: "/shop" }} @@ -79,7 +80,7 @@ export default function LandingPage() { "At Balka, we believe in the power of flowers to transform spaces and convey emotions. Our studio is dedicated to sourcing the freshest blooms and creating bespoke arrangements that tell your unique story. From elegant bouquets to grand event decor, every creation is a testament to our artistry and attention to detail.", "We are a team of passionate florists committed to sustainable practices and unparalleled customer service. With years of experience, we've cultivated a reputation for excellence, ensuring every order from Balka Flowers brings joy and beauty to your life." ]} useInvertedBackground={false} showBorder={true} - buttons={[{ text: "Learn More About Us", href: "/contact" }]} + buttons={[{ text: "Learn More About Us", href: "/about" }]} buttonAnimation="slide-up" className="py-16 md:py-24" containerClassName="max-w-screen-xl mx-auto px-6 md:px-8" @@ -185,7 +186,7 @@ export default function LandingPage() { logoText="Balka Flowers" columns={[ { title: "Shop", items: [{ label: "Bouquets", href: "/shop" }, { label: "Events", href: "/contact" }, { label: "Custom Orders", href: "/contact" }] }, - { title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Testimonials", href: "/#testimonials" }, { label: "Blog", href: "/blog" }] }, + { title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Testimonials", href: "/#testimonials" }, { label: "Blog", href: "/blog" }] }, { title: "Support", items: [{ label: "FAQ", href: "/contact" }, { label: "Contact", href: "/contact" }] }, ]} copyrightText="© 2024 Balka Flowers. All rights reserved."