From 7a3533381f89c258c0ce770374e5e1493b429081 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:13:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9cac91..bce1fff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Heart, Trophy, Zap, Globe, Sparkles, Mail, Award, Ice Cream, Users, Instagram, Facebook, Twitter } from 'lucide-react'; +import { Heart, Trophy, Zap, Globe, Sparkles, Mail, Award, IceCream, Users, Instagram, Facebook, Twitter } from 'lucide-react'; export default function LandingPage() { return ( @@ -64,7 +64,7 @@ export default function LandingPage() { title="Our Signature Collection" description="Handcrafted ice cream flavors designed to celebrate the finest moments of your day" tag="Premium Selection" - tagIcon={Ice Cream} + tagIcon={IceCream} textboxLayout="default" useInvertedBackground={true} products={[ -- 2.49.1