diff --git a/src/app/page.tsx b/src/app/page.tsx index 494d8f3..c06f1e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,7 +87,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Facial Treatments", description: "Revitalize your skin with our professional facials using premium organic products. Customized for all skin types.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-cosmetologist-s-table-rejuvenation-procedure_343596-96.jpg", imageAlt: "Professional facial spa treatment", button: { text: "Book Facial", href: "#contact" } + title: "Facial Treatments", description: "Revitalize your skin with our professional facials using premium organic products. Customized for all skin types.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-cosmetologist-s-table-rejuvenation-procedure_343596-96.jpg?_wi=1", imageAlt: "Professional facial spa treatment", button: { text: "Book Facial", href: "#contact" } }, { title: "Massage Therapy", description: "Release tension and restore balance with our therapeutic massage services. From deep tissue to relaxation massage.", imageSrc: "http://img.b2bpic.net/free-photo/spa-massage-concept-with-relaxed-woman_23-2147821147.jpg", imageAlt: "Therapeutic massage therapy session", button: { text: "Book Massage", href: "#contact" } @@ -131,7 +131,7 @@ export default function LandingPage() { }, { id: "premium-facial", brand: "Aesthetic Luxury", name: "Premium Facial", price: "$120", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-cosmetologist-s-table-rejuvenation-procedure_343596-96.jpg", imageAlt: "Premium luxury facial treatment" + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-lying-cosmetologist-s-table-rejuvenation-procedure_343596-96.jpg?_wi=2", imageAlt: "Premium luxury facial treatment" } ]} gridVariant="four-items-2x2-equal-grid"