Update src/app/page.tsx

This commit is contained in:
2026-05-27 00:52:10 +00:00
parent 3382c69f41
commit d8a57eeac4

View File

@@ -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,