From 05f00419f30045c6524331beff0cf371785ff002 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 08:11:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b7c4d3..47db843 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Calendar, Flower2, Gift, Heart, Leaf, Mail, Palette, Sparkles, Truck } from 'lucide-react'; +import { Award, Calendar, Flower2, Gift, Heart, Leaf, Mail, Palette, Sparkles, Truck } from 'lucide-react'; export default function LandingPage() { return ( @@ -78,10 +78,11 @@ export default function LandingPage() { tagIcon={Leaf} tagAnimation="slide-up" title="Crafting Beauty Since 2014" - description="Flowers Studio is an award-winning florist studio dedicated to creating unforgettable floral experiences. Our team of passionate floral designers combines artistic vision with horticultural expertise to deliver arrangements that capture emotion and celebration." + description="Flowers Studio is an award-winning florist studio dedicated to creating unforgettable floral experiences. Our certified team of passionate floral designers combines artistic vision with horticultural expertise to deliver arrangements that capture emotion and celebration. We have received the Best Florist Award for three consecutive years and maintain a 4.9/5 customer satisfaction rating." metrics={[ { value: "15+", title: "Expert Florists" }, - { value: "50+", title: "Events Monthly" } + { value: "50+", title: "Events Monthly" }, + { value: "4.9/5", title: "Customer Rating" } ]} imageSrc="http://img.b2bpic.net/free-photo/vase-with-flowers-from-garden-white-kitchen-interior_169016-34838.jpg" imageAlt="Professional florist arranging flowers in studio" -- 2.49.1