From e192a3ef97d85e14c5da78454f09e59fedddf0fe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 14:06:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d8b114..20a8023 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,10 +41,10 @@ export default function LandingPage() { @@ -85,7 +85,7 @@ export default function LandingPage() { description="Explore our carefully curated floral offerings, each designed to tell a unique story and create unforgettable moments." tag="Collections" tagIcon={Flower2} - tagAnimation="entrance-slide" + tagAnimation="slide-up" features={[ { title: "Wedding Florals", description: "Bespoke bridal bouquets and ceremony florals that capture your vision and celebrate your love story.", imageSrc: "https://pixabay.com/get/g0d8d7545bd1bcb75e410065b7c12395a108a6412748a96acabe4255a9289ad400381f6759f239f921258d24993a17ccfc26839b1e559d3b0815fc699202214e4_1280.jpg", imageAlt: "Wedding flower arrangement" @@ -110,7 +110,7 @@ export default function LandingPage() { description="Featured in premium publications and trusted by the most discerning clients." tag="Featured" tagIcon={Award} - tagAnimation="entrance-slide" + tagAnimation="slide-up" names={[ "Luxury Events Magazine", "Premium Wedding Publications", "Elite Corporate Events", "Boutique Design Studios", "High-End Event Venues", "Luxury Lifestyle Brands", "Premium Wedding Planners" ]} @@ -127,7 +127,7 @@ export default function LandingPage() { description="Hear from our clients about how Maxna transformed their special events." tag="Testimonials" tagIcon={Heart} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} testimonials={[ -- 2.49.1