From 887f0b7fb86418dd51642c6d4f16b45bd3d5a75b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 08:34:38 +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 d06981d..963fc06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,12 +65,12 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Hair Care", description: "Expert haircuts, styling, coloring, and extensions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-process-hair-coloring_23-2147769774.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-process-hair-coloring_23-2147769774.jpg" } + title: "Hair Care", description: "Expert haircuts, styling, coloring, and extensions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-process-hair-coloring_23-2147769774.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-girl-process-hair-coloring_23-2147769774.jpg?_wi=2" } }, { - title: "Skin & Beauty", description: "Professional facials, waxing, and laser hair removal services.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage_343596-4203.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage_343596-4203.jpg" } + title: "Skin & Beauty", description: "Professional facials, waxing, and laser hair removal services.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage_343596-4203.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage_343596-4203.jpg?_wi=2" } } ]} showStepNumbers={false} -- 2.49.1