From c6c03bfef8e5c8479a08f04f4702bfe7d400731c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 16:30:15 +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 da75881..f103e22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles, Heart, Zap, Leaf, Palette, ChefHat, ShoppingBag, Briefcase, Wifi, MessageCircle, Star, Quote, Paw, Cigarette } from 'lucide-react'; +import { Sparkles, Heart, Zap, Leaf, Palette, ChefHat, ShoppingBag, Briefcase, Wifi, MessageCircle, Star, Quote, Cigarette } from 'lucide-react'; export default function LandingPage() { return ( @@ -102,7 +102,7 @@ export default function LandingPage() { title: "The Boutique", description: "Handpicked, unique finds that tell a story beyond the plate. From fashion to lifestyle, each piece is curated to reflect artisanal quality and individuality." }, { - icon: Paw, + icon: Heart, title: "Pet-Friendly Luxury", description: "Because life's best moments are shared with your furry companions. MYKA welcomes your pets with open arms, making every visit complete." } ]} -- 2.49.1