From 99d180aef18bcf34a1d37e68439c2ed7c7f0ef2f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 14:11:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3b4f80..1165a8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg?_wi=1", imageAlt: "Barbering Services", }, { @@ -105,7 +105,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Welcome to Fresh Blendz" description="Fresh Blendz Barber Shop isn’t just a place to get a haircut — it’s where style, culture, and community come together. Located in Atlanta, we bring you top-tier barbering, a full car wash service, a laid-back bar, and a food truck serving up fire eats. Whether you’re pulling up for a fade, a detail, or just to chill — we got you." - imageSrc="http://img.b2bpic.net/free-photo/smiley-people-with-electric-scooters-medium-shot_23-2149383302.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiley-people-with-electric-scooters-medium-shot_23-2149383302.jpg?_wi=1" /> @@ -118,19 +118,19 @@ export default function LandingPage() { { title: "Barber Shop", description: "Men’s cuts, kid’s cuts, and beard trimming by expert stylists.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-getting-his-beard-trimmed_23-2148256866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-getting-his-beard-trimmed_23-2148256866.jpg?_wi=1", imageAlt: "Barber Services", }, { title: "Car Wash", description: "Exterior wash, full detail, and quick clean while you wait.", - imageSrc: "http://img.b2bpic.net/free-photo/big-blue-bubbles_23-2147933800.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-blue-bubbles_23-2147933800.jpg?_wi=1", imageAlt: "Car Detailing", }, { title: "Food Truck", description: "Freshly cooked meals, quick bites, and drinks for every appetite.", - imageSrc: "http://img.b2bpic.net/free-photo/milk-bottles-with-bright-bowls-cereal-table_23-2147961811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/milk-bottles-with-bright-bowls-cereal-table_23-2147961811.jpg?_wi=1", imageAlt: "Food Truck", }, ]} @@ -181,7 +181,7 @@ export default function LandingPage() { quote: "Best vibe in Atlanta. Got a clean fade, ate good, and my car came out shining.", tag: "Top Tier", avatarSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149230940.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg?_wi=2", imageAlt: "happy client after haircut", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { quote: "My kids love the cuts here, and I can grab a snack while I wait.", tag: "Family Friendly", avatarSrc: "http://img.b2bpic.net/free-photo/happy-man-car-dealership_23-2148130233.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-with-electric-scooters-medium-shot_23-2149383302.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-people-with-electric-scooters-medium-shot_23-2149383302.jpg?_wi=2", imageAlt: "happy client after haircut", }, { @@ -203,7 +203,7 @@ export default function LandingPage() { quote: "Truly a one-stop shop. Everything is on point.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-black-man-with-charming-smile-studio-shot-well-dressed-african-guy-wears-white-t-shirt-gray-jacket_639032-250.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-getting-his-beard-trimmed_23-2148256866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-getting-his-beard-trimmed_23-2148256866.jpg?_wi=2", imageAlt: "happy client after haircut", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { quote: "Found this place by accident and now it's my go-to.", tag: "Amazing", avatarSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186462.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/big-blue-bubbles_23-2147933800.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-blue-bubbles_23-2147933800.jpg?_wi=2", imageAlt: "happy client after haircut", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { quote: "The food truck burgers are fire, best hidden gem.", tag: "Great Eats", avatarSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205930.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/milk-bottles-with-bright-bowls-cereal-table_23-2147961811.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/milk-bottles-with-bright-bowls-cereal-table_23-2147961811.jpg?_wi=2", imageAlt: "happy client after haircut", }, ]} -- 2.49.1