From 99367b58e2ed84fe9ebafb31c503efca055544b6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 01:28:50 +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 df47ac3..0a0191c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Diamond, Leaf, Sparkles, Star, Scissors, HeartHandshake, Massage } from "lucide-react"; +import { Diamond, Leaf, Sparkles, Star, Scissors, HeartHandshake } from "lucide-react"; export default function LandingPage() { return ( @@ -150,7 +150,7 @@ export default function LandingPage() { title: "Artistic Nail Care", description: "Exquisite manicures, pedicures, and bespoke nail art that elevates your hands and feet to works of art.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-nail-care-treatment_23-2149262886.jpg", imageAlt: "Manicurist applying nail polish", buttonIcon: HeartHandshake, buttonHref: "#contact"}, { - title: "Serene Spa Treatments", description: "Indulge in holistic massages, detoxifying wraps, and aromatic therapies for ultimate relaxation and rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-woman-with-close-eyes_23-2147816963.jpg", imageAlt: "A person receiving a relaxing spa treatment", buttonIcon: Massage, + title: "Serene Spa Treatments", description: "Indulge in holistic massages, detoxifying wraps, and aromatic therapies for ultimate relaxation and rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/massage-concept-with-woman-with-close-eyes_23-2147816963.jpg", imageAlt: "A person receiving a relaxing spa treatment", buttonIcon: Leaf, }, ]} title="Our Signature Services"