diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c0f6ca..d1c654b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Gel Manicure", description: "Long-lasting gel polish application with professional finishing touches and beautiful designs", imageSrc: "http://img.b2bpic.net/free-photo/professional-esthetician-using-electric-nail-file-drill-remove-acrylic-gel-from-nails_181624-58253.jpg", imageAlt: "Professional gel manicure service" + title: "Gel Manicure", description: "Long-lasting gel polish application with professional finishing touches and beautiful designs", imageSrc: "http://img.b2bpic.net/free-photo/professional-esthetician-using-electric-nail-file-drill-remove-acrylic-gel-from-nails_181624-58253.jpg?_wi=1", imageAlt: "Professional gel manicure service" }, { id: 2, @@ -98,7 +98,7 @@ export default function LandingPage() { }, { id: 4, - title: "Extensions & Acrylics", description: "Professional nail extensions with flawless application and stunning finishes", imageSrc: "http://img.b2bpic.net/free-photo/professional-esthetician-using-electric-nail-file-drill-remove-acrylic-gel-from-nails_181624-58253.jpg", imageAlt: "Beautiful nail extensions" + title: "Extensions & Acrylics", description: "Professional nail extensions with flawless application and stunning finishes", imageSrc: "http://img.b2bpic.net/free-photo/professional-esthetician-using-electric-nail-file-drill-remove-acrylic-gel-from-nails_181624-58253.jpg?_wi=2", imageAlt: "Beautiful nail extensions" } ]} />