From 711fcd1e45e051e97505aab26de97c41d81ffe15 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:19:51 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6089220..7bfa0a6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -91,7 +91,7 @@ export default function AboutPage() { value: "10+", title: "Years Experience", description: "Decades of artistic expertise and luxury service delivery", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=17", imageAlt: "Professional expertise", }, { @@ -99,7 +99,7 @@ export default function AboutPage() { value: "119+", title: "Satisfied Clients", description: "Growing loyal community of luxury beauty enthusiasts", - imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=5", imageAlt: "Happy clients", }, { @@ -107,7 +107,7 @@ export default function AboutPage() { value: "100%", title: "Premium Materials", description: "Only luxury, professional-grade products and tools used", - imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=7", imageAlt: "Premium salon", }, ]} -- 2.49.1 From 6bbdad8adf20fcdc1077b591c0c49a0cac8d88da Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:19:52 +0000 Subject: [PATCH 2/6] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index c671b34..f46840e 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -76,28 +76,28 @@ export default function BookingPage() { id: "step-1", name: "Select Service", price: "Browse", - imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg?_wi=3", imageAlt: "Service selection interface", }, { id: "step-2", name: "Choose Professional", price: "Match", - imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=5", imageAlt: "Professional matching system", }, { id: "step-3", name: "Pick Date & Time", price: "Real-time", - imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg?_wi=4", imageAlt: "Calendar scheduling system", }, { id: "step-4", name: "Confirm & Pay", price: "Secure", - imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=4", imageAlt: "Secure payment confirmation", }, ]} @@ -124,7 +124,7 @@ export default function BookingPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg" + imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=6" imageAlt="Luxury salon interior" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1 From d3dcc34d62d15cd826bd9cc4721c4c69f0fd6cd9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:19:53 +0000 Subject: [PATCH 3/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 34d2192..002ae3d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -81,7 +81,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg" + imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=8" imageAlt="Luxury salon interior" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1 From 0ed08b7307ec988796f30b2290fe010669c3d74c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:19:54 +0000 Subject: [PATCH 4/6] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 1539ecf..8c62b3e 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -74,7 +74,7 @@ export default function GalleryPage() { category: "GelX", title: "Premium GelX Collection", excerpt: "Luxury extensions with custom designs showcasing artistic excellence and precision craftsmanship", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=14", imageAlt: "Premium GelX extensions", authorName: "Barbie's Studio", authorAvatar: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", @@ -85,7 +85,7 @@ export default function GalleryPage() { category: "Nail Art", title: "Custom Artistic Designs", excerpt: "One-of-a-kind nail art created by master technicians for luxury clients", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=15", imageAlt: "Custom nail art design", authorName: "Barbie's Studio", authorAvatar: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", @@ -96,7 +96,7 @@ export default function GalleryPage() { category: "Pedicure", title: "Luxury Pedicure Results", excerpt: "Premium foot treatments transforming style with professional precision and relaxation", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=16", imageAlt: "Luxury pedicure showcase", authorName: "Barbie's Studio", authorAvatar: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", -- 2.49.1 From f47ac53cac61e0aae2a43e79320c208594021c0c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:19:55 +0000 Subject: [PATCH 5/6] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3318ed2..9512c9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function HomePage() { ]} buttonAnimation="slide-up" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Premium luxury nail art showcase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=1", imageAlt: "Premium luxury nail art showcase" }, { imageSrc: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg", imageAlt: "Luxury nail studio professional environment" }, ]} mediaAnimation="opacity" @@ -102,7 +102,7 @@ export default function HomePage() { value: "119+", title: "Happy Clients", description: "Growing luxury client base with exceptional retention", - imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=1", imageAlt: "Satisfied client testimonial", }, { @@ -110,7 +110,7 @@ export default function HomePage() { value: "4.7★", title: "Client Rating", description: "Premium service quality across all luxury experiences", - imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=1", imageAlt: "Premium salon environment", }, { @@ -118,7 +118,7 @@ export default function HomePage() { value: "95%", title: "Retention Rate", description: "Elite clients returning for consistent excellence", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=2", imageAlt: "Premium nail art results", }, { @@ -126,7 +126,7 @@ export default function HomePage() { value: "#1", title: "Top Rated Salon", description: "Fairhope's most trusted luxury destination", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=3", imageAlt: "Award winning nail designs", }, ]} @@ -148,8 +148,8 @@ export default function HomePage() { description: "Ultra-durable luxury extensions with custom design and artistic application. Perfect for premium aesthetics.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Professional GelX extensions application" }, - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "GelX extensions showcase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=4", imageAlt: "Professional GelX extensions application" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=5", imageAlt: "GelX extensions showcase" }, ], }, { @@ -157,8 +157,8 @@ export default function HomePage() { description: "One-of-a-kind artistic designs created by master technicians. Express your luxury style.", icon: Palette, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Artistic custom nail design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Creative nail art masterpiece" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=6", imageAlt: "Artistic custom nail design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=7", imageAlt: "Creative nail art masterpiece" }, ], }, { @@ -166,8 +166,8 @@ export default function HomePage() { description: "Premium foot treatment with relaxation focus, premium products, and therapeutic experience.", icon: Droplet, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/antistress-foot-massage-energy-recovery-relax-massage_169016-69418.jpg", imageAlt: "Luxury pedicure spa treatment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Professional pedicure results" }, + { imageSrc: "http://img.b2bpic.net/free-photo/antistress-foot-massage-energy-recovery-relax-massage_169016-69418.jpg?_wi=1", imageAlt: "Luxury pedicure spa treatment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=8", imageAlt: "Professional pedicure results" }, ], }, { @@ -176,7 +176,7 @@ export default function HomePage() { icon: Hand, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-holding-hands_23-2148060438.jpg", imageAlt: "Premium manicure professional service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", imageAlt: "Luxury manicure station" }, + { imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=2", imageAlt: "Luxury manicure station" }, ], }, ]} @@ -197,28 +197,28 @@ export default function HomePage() { id: "step-1", name: "Select Service", price: "Browse", - imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg?_wi=1", imageAlt: "Service selection interface", }, { id: "step-2", name: "Choose Professional", price: "Match", - imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=3", imageAlt: "Professional matching system", }, { id: "step-3", name: "Pick Date & Time", price: "Real-time", - imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg?_wi=2", imageAlt: "Calendar scheduling system", }, { id: "step-4", name: "Confirm & Pay", price: "Secure", - imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=2", imageAlt: "Secure payment confirmation", }, ]} @@ -241,7 +241,7 @@ export default function HomePage() { handle: "@sarah_fairhope", testimonial: "Barbie's is the only salon I trust for my nails. The precision, the atmosphere, the luxury experience—absolutely flawless. 5-star every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=3", imageAlt: "Sarah Johnson", }, { @@ -250,7 +250,7 @@ export default function HomePage() { handle: "@jen_luxe", testimonial: "The best nail salon in Fairhope by far. My custom designs always turn heads. Professional, elegant, and worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1", imageAlt: "Jennifer Martinez", }, { @@ -259,7 +259,7 @@ export default function HomePage() { handle: "@amanda_beauty", testimonial: "I've been a client for years. Barbie's captures the essence of luxury beauty. The attention to detail is extraordinary.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2", imageAlt: "Amanda White", }, { @@ -277,7 +277,7 @@ export default function HomePage() { handle: "@lisa_style", testimonial: "The booking system is so easy, the service is immaculate, and Barbie is incredibly talented. This is luxury done right.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=3", imageAlt: "Lisa Rodriguez", }, { -- 2.49.1 From 9648f4c4b5bd9219290c682111d3f4984f2a1ae5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:19:55 +0000 Subject: [PATCH 6/6] Update src/app/services/page.tsx --- src/app/services/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ca4f92e..d2c5569 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -75,8 +75,8 @@ export default function ServicesPage() { description: "Ultra-durable luxury extensions with custom design and artistic application. Perfect for premium aesthetics and long-lasting wear.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Professional GelX extensions application" }, - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "GelX extensions showcase" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=9", imageAlt: "Professional GelX extensions application" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=10", imageAlt: "GelX extensions showcase" }, ], }, { @@ -84,8 +84,8 @@ export default function ServicesPage() { description: "One-of-a-kind artistic designs created by master technicians. Express your luxury style with bespoke creations.", icon: Palette, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Artistic custom nail design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Creative nail art masterpiece" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=11", imageAlt: "Artistic custom nail design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=12", imageAlt: "Creative nail art masterpiece" }, ], }, { @@ -93,8 +93,8 @@ export default function ServicesPage() { description: "Premium foot treatment with relaxation focus, premium products, and therapeutic experience for total renewal.", icon: Droplet, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/antistress-foot-massage-energy-recovery-relax-massage_169016-69418.jpg", imageAlt: "Luxury pedicure spa treatment" }, - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg", imageAlt: "Professional pedicure results" }, + { imageSrc: "http://img.b2bpic.net/free-photo/antistress-foot-massage-energy-recovery-relax-massage_169016-69418.jpg?_wi=2", imageAlt: "Luxury pedicure spa treatment" }, + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-woman-s-hand-with-white-manicure_181624-61773.jpg?_wi=13", imageAlt: "Professional pedicure results" }, ], }, ]} @@ -127,7 +127,7 @@ export default function ServicesPage() { content: "Yes. We use only professional-grade, luxury, hypoallergenic products. All materials are tested for safety and quality. We prioritize your health and comfort in every service.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg" + imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=4" imageAlt="Premium salon environment" mediaAnimation="opacity" mediaPosition="left" -- 2.49.1