diff --git a/src/app/page.tsx b/src/app/page.tsx index 54c63d8..11ffcaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Hand, Foot, Gem, Palette } from 'lucide-react'; +import { Hand, Footprints, Gem, Palette } from 'lucide-react'; export default function LandingPage() { return ( @@ -109,7 +109,7 @@ export default function LandingPage() { title: "Classic Manicure & Pedicure", description: "Rejuvenate your hands and feet with our traditional shaping, buffing, and polishing services.", imageSrc: "http://img.b2bpic.net/free-vector/cute-nail-salon-logo_742173-174.jpg", imageAlt: "Manicure illustration", buttonIcon: Hand, }, { - title: "Luxury Spa Pedicures", description: "Indulge in our extended spa pedicures, featuring exfoliation, masks, and relaxing massages.", imageSrc: "http://img.b2bpic.net/free-photo/view-realistic-feet-touching-clear-running-water_23-2151210349.jpg", imageAlt: "Pedicure illustration", buttonIcon: Foot, + title: "Luxury Spa Pedicures", description: "Indulge in our extended spa pedicures, featuring exfoliation, masks, and relaxing massages.", imageSrc: "http://img.b2bpic.net/free-photo/view-realistic-feet-touching-clear-running-water_23-2151210349.jpg", imageAlt: "Pedicure illustration", buttonIcon: Footprints, }, { title: "Gel & Dip Powder", description: "Experience durable, chip-free color with our long-lasting gel and dip powder applications.", imageSrc: "http://img.b2bpic.net/free-vector/beauty-treatment-sticker-part-2_534985-135.jpg", imageAlt: "Gel nail illustration", buttonIcon: Gem,