From 8fbef30286c776160501f481340e8e52adbc0103 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:58:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5284bf1..3aeca02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,10 +100,10 @@ export default function LandingPage() { id: "1", name: "Pink Ombre Glitter", price: "Manicure", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiGDVlXuq5uQB8YYYXzNmDNeib/uploaded-1773067977781-a5182lxw.png", imageAlt: "Pink ombre glitter nail design" }, { - id: "2", name: "Classic Nude Pearl", price: "Manicure", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hand-with-perfect-golden-pink-nail-design-hold-fresh-rose-flower_127675-2440.jpg", imageAlt: "Nude pearl nail design" + id: "2", name: "Classic Nude Pearl", price: "Manicure", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hand-with-perfect-golden-pink-nail-design-hold-fresh-rose-flower_127675-2440.jpg?_wi=1", imageAlt: "Nude pearl nail design" }, { - id: "3", name: "Eyebrow Design", price: "Eyebrow Service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-specialist-doing-eyebrow-treatment-woman_23-2148846007.jpg", imageAlt: "Professional eyebrow design" + id: "3", name: "Eyebrow Design", price: "Eyebrow Service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-specialist-doing-eyebrow-treatment-woman_23-2148846007.jpg?_wi=1", imageAlt: "Professional eyebrow design" }, ]} gridVariant="three-columns-all-equal-width" @@ -164,7 +164,7 @@ export default function LandingPage() { ], }, { - id: "gelpolish", title: "Gel Polish Manicure", price: "$50", period: "/per service", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hand-with-perfect-golden-pink-nail-design-hold-fresh-rose-flower_127675-2440.jpg", imageAlt: "Gel polish manicure", button: { + id: "gelpolish", title: "Gel Polish Manicure", price: "$50", period: "/per service", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hand-with-perfect-golden-pink-nail-design-hold-fresh-rose-flower_127675-2440.jpg?_wi=2", imageAlt: "Gel polish manicure", button: { text: "Book Now", href: "contact" }, features: [ @@ -172,7 +172,7 @@ export default function LandingPage() { ], }, { - id: "eyebrows", title: "Eyebrow Design", price: "$40", period: "/per service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-specialist-doing-eyebrow-treatment-woman_23-2148846007.jpg", imageAlt: "Eyebrow design service", button: { + id: "eyebrows", title: "Eyebrow Design", price: "$40", period: "/per service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-specialist-doing-eyebrow-treatment-woman_23-2148846007.jpg?_wi=2", imageAlt: "Eyebrow design service", button: { text: "Book Now", href: "contact" }, features: [ -- 2.49.1