From 81504cf2ba82c508cdf05aeeaac02999dc8e9bb3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 04:09:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b450938..1f962d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Heart, Sparkles, Briefcase, Gift, Calendar } from "lucide-react"; +import { Heart, Sparkles, Briefcase, Gift, Calendar, Flower2 } from "lucide-react"; export default function LandingPage() { return ( @@ -111,8 +111,8 @@ export default function LandingPage() { title: "Everyday & Custom", description: "Birthdays, gifts, sympathy, and special celebrations crafted with love.", buttonIcon: Gift, buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/top-view-flowers-bouquet-with-gift_23-2149024526.jpg"}, { - title: "Consultation", description: "Personalized floral planning to guide your creative decisions.", buttonIcon: Calendar, - buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/florist_23-2148013611.jpg?_wi=2"}, + title: "Corsages & Boutonnieres", description: "Stunning wearable flowers for dances, weddings, and formal events at competitive and fair pricing.", buttonIcon: Flower2, + buttonHref: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/boutonniere-close-up_23-2148846489.jpg"}, ]} title="Elevated Floral Experiences" description="From grand weddings to intimate everyday gestures, we design with purpose." -- 2.49.1