From b3fa30ecb1e512eb30b371bbffdab84f1be90acb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 11:09:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5df19e4..5d4b219 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,7 +24,7 @@ import { Leaf, Mail, PartyPopper, - Pinterest, + Pin, Settings, Sparkles } from 'lucide-react'; @@ -47,11 +47,11 @@ export default function LandingPage() { @@ -80,9 +80,9 @@ export default function LandingPage() { { icon: Settings, active: false }, ], stats: [ - { title: "Bouquets Designed", values: ["2500+", "3000+", "3500+"], description: "Unique creations." }, - { title: "Happy Clients", values: ["98%", "99%", "100%"], valueSuffix: "", description: "Satisfaction rate." }, - { title: "Events Beautified", values: ["150+", "200+", "250+"], description: "Weddings & more." }, + { title: "Bouquets Designed", values: [2500, 3000, 3500], description: "Unique creations." }, + { title: "Happy Clients", values: [98, 99, 100], valueSuffix: "%", description: "Satisfaction rate." }, + { title: "Events Beautified", values: [150, 200, 250], description: "Weddings & more." }, ], chartTitle: "Seasonal Popularity", chartData: [{ value: 50 }, { value: 70 }, { value: 60 }, { value: 80 }, { value: 90 }], listTitle: "Recent Highlights", listItems: [ @@ -229,7 +229,7 @@ export default function LandingPage() { socialLinks={[ { icon: Instagram, href: "https://instagram.com/angelinaflowers", ariaLabel: "Instagram" }, { icon: Facebook, href: "https://facebook.com/angelinaflowers", ariaLabel: "Facebook" }, - { icon: Pinterest, href: "https://pinterest.com/angelinaflowers", ariaLabel: "Pinterest" }, + { icon: Pin, href: "https://pinterest.com/angelinaflowers", ariaLabel: "Pinterest" }, ]} />