From 5689cad37c2aaa9f0ad5845b46d954a4f018707e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 14:21:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 50 +++++++++++++++--------------------------------- 1 file changed, 15 insertions(+), 35 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index afbc0e7..d5fa65d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,8 +37,7 @@ export default function HomePage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Book Now", - href: "contact" + text: "Book Now", href: "contact" }} /> @@ -86,25 +85,13 @@ export default function HomePage() { tagIcon={Sparkles} products={[ { - id: "1", - name: "Romantic Rose Garden", - price: "$75", - imageSrc: "https://img.b2bpic.net/free-photo/vase-flower_74190-1525.jpg", - imageAlt: "Romantic rose garden bouquet" + id: "1", name: "Romantic Rose Garden", price: "$75", imageSrc: "https://img.b2bpic.net/free-photo/vase-flower_74190-1525.jpg", imageAlt: "Romantic rose garden bouquet" }, { - id: "2", - name: "Seasonal Mixed Harmony", - price: "$65", - imageSrc: "https://img.b2bpic.net/free-photo/flowers-from-home-garden-vase-white-background_169016-36807.jpg", - imageAlt: "Seasonal mixed flower arrangement" + id: "2", name: "Seasonal Mixed Harmony", price: "$65", imageSrc: "https://img.b2bpic.net/free-photo/flowers-from-home-garden-vase-white-background_169016-36807.jpg", imageAlt: "Seasonal mixed flower arrangement" }, { - id: "3", - name: "Modern Minimalist", - price: "$55", - imageSrc: "https://img.b2bpic.net/free-photo/delicate-bouquet-spring-flowers-vase-windowsill_169016-28349.jpg", - imageAlt: "Modern minimalist flower arrangement" + id: "3", name: "Modern Minimalist", price: "$55", imageSrc: "https://img.b2bpic.net/free-photo/delicate-bouquet-spring-flowers-vase-windowsill_169016-28349.jpg", imageAlt: "Modern minimalist flower arrangement" } ]} gridVariant="three-columns-all-equal-width" @@ -124,33 +111,27 @@ export default function HomePage() { features={[ { icon: Leaf, - title: "Premium Quality Flowers", - description: "We source only the freshest, most vibrant flowers from trusted growers to ensure longevity and beauty." + title: "Premium Quality Flowers", description: "We source only the freshest, most vibrant flowers from trusted growers to ensure longevity and beauty." }, { icon: Heart, - title: "Custom Arrangements", - description: "Work with our expert florists to create bespoke arrangements that perfectly match your vision and style." + title: "Custom Arrangements", description: "Work with our expert florists to create bespoke arrangements that perfectly match your vision and style." }, { icon: Truck, - title: "Fast Delivery", - description: "Same-day delivery available for orders placed before 2 PM. We ensure your arrangements arrive fresh and pristine." + title: "Fast Delivery", description: "Same-day delivery available for orders placed before 2 PM. We ensure your arrangements arrive fresh and pristine." }, { icon: Gift, - title: "Event Planning", - description: "From intimate gatherings to grand celebrations, we provide comprehensive floral design for all occasions." + title: "Event Planning", description: "From intimate gatherings to grand celebrations, we provide comprehensive floral design for all occasions." }, { icon: Package, - title: "Subscription Service", - description: "Get fresh flowers delivered to your door weekly. Perfect for homes and offices seeking continuous beauty." + title: "Subscription Service", description: "Get fresh flowers delivered to your door weekly. Perfect for homes and offices seeking continuous beauty." }, { icon: Star, - title: "Seasonal Specials", - description: "Enjoy exclusive seasonal collections and limited-edition arrangements throughout the year." + title: "Seasonal Specials", description: "Enjoy exclusive seasonal collections and limited-edition arrangements throughout the year." } ]} animationType="slide-up" @@ -172,6 +153,8 @@ export default function HomePage() { { src: "https://img.b2bpic.net/free-photo/blonde-businesswoman-portrait-with-copy-space_1194-633470.jpg", alt: "Michael Davis" } ]} useInvertedBackground={true} + ratingAnimation="slide-up" + avatarsAnimation="slide-up" /> @@ -194,24 +177,21 @@ export default function HomePage() {