From aceaa1062b355e3d941ccd954dd6ae814fd65e91 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 18:07:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 51 +++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38f73dd..8278dfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,11 +93,11 @@ export default function LandingPage() { title: "Immaculately Clean", description: "Our studio upholds the highest standards of hygiene and cleanliness for your peace of mind and safety.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/keys-beauty-supplies-near-makeup-bag_23-2147779017.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/keys-beauty-supplies-near-makeup-bag_23-2147779017.jpg", imageAlt: "Spotless clean beauty tools", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/keys-beauty-supplies-near-makeup-bag_23-2147779017.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/keys-beauty-supplies-near-makeup-bag_23-2147779017.jpg", imageAlt: "Sanitized workspace", }, }, @@ -106,11 +106,11 @@ export default function LandingPage() { title: "Expert Aestheticians", description: "Jada & Brei, our skilled owners, bring passion and precision to every treatment, ensuring exceptional results.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-salon_176420-7544.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-salon_176420-7544.jpg", imageAlt: "Aesthetician's expert hands", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-salon_176420-7544.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-spa-salon_176420-7544.jpg", imageAlt: "Focused aesthetician at work", }, }, @@ -119,11 +119,11 @@ export default function LandingPage() { title: "Warm, Cozy, Home-Spa Vibes", description: "Step into a serene environment designed to feel like a comforting retreat, a true home away from home.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg", imageAlt: "Cozy spa interior with candles", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-bath-with-bubbles_1303-24667.jpg", imageAlt: "Relaxing beauty studio corner", }, }, @@ -148,7 +148,7 @@ export default function LandingPage() { price: "Starting at $50", rating: 5, reviewCount: "25", - imageSrc: "http://img.b2bpic.net/free-photo/glamour-portrait-beautiful-woman-model-with-fresh-daily-makeup-romantic-wavy-hairstyle-fashion-shiny-highlighter-skin-sexy-gloss-lips-make-up-dark-eyebrows_1391-705.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/glamour-portrait-beautiful-woman-model-with-fresh-daily-makeup-romantic-wavy-hairstyle-fashion-shiny-highlighter-skin-sexy-gloss-lips-make-up-dark-eyebrows_1391-705.jpg", imageAlt: "Perfectly sculpted eyebrows", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { price: "Starting at $65", rating: 5, reviewCount: "30", - imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-christmas-new-year-nail-design-nude-beige-nail-polish-manicure_343596-4509.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/female-hands-with-christmas-new-year-nail-design-nude-beige-nail-polish-manicure_343596-4509.jpg", imageAlt: "Manicured nails in natural tones", }, { @@ -168,7 +168,7 @@ export default function LandingPage() { price: "Starting at $30", rating: 5, reviewCount: "20", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-girl-laying-bed-modern-apartment-morning-she-holds-tablet-naughty-legs_197531-2266.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-girl-laying-bed-modern-apartment-morning-she-holds-tablet-naughty-legs_197531-2266.jpg", imageAlt: "Smooth skin after waxing", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { price: "Starting at $120", rating: 5, reviewCount: "15", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-with-gold-body-painting_23-2150466344.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-posing-with-gold-body-painting_23-2150466344.jpg", imageAlt: "Relaxing facial treatment", }, ]} @@ -233,6 +233,7 @@ export default function LandingPage() {