From b59ae75cbd9fd96e499b64a8f5db8862c09c4836 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 22:42:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d682c2..7d18796 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Book Appointment", href: "#contact" }, { text: "View Services", href: "#services" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-barber-s-instruments-shop_23-2149186524.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-barber-s-instruments-shop_23-2149186524.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -68,7 +68,7 @@ export default function LandingPage() { { title: "Premium Products", description: "Only the finest quality grooming supplies." }, { title: "Timeless Environment", description: "Relax in our comfortable, authentic shop." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/old-fashioned-tattooed-hipster-wearing-white-shirt-with-suspenders-holds-scissors-isolated-dark-textured-background_613910-6387.jpg" + imageSrc="http://img.b2bpic.net/free-photo/old-fashioned-tattooed-hipster-wearing-white-shirt-with-suspenders-holds-scissors-isolated-dark-textured-background_613910-6387.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -80,7 +80,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Precision Haircut", description: "Customized haircuts tailored to your facial structure and hair type.", media: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-barber-s-instruments-shop_23-2149186524.jpg" }, + title: "Precision Haircut", description: "Customized haircuts tailored to your facial structure and hair type.", media: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-barber-s-instruments-shop_23-2149186524.jpg?_wi=2" }, items: [ { icon: Scissors, text: "Expert trimming" }, { icon: User, text: "Personalized consultation" }, @@ -88,7 +88,7 @@ export default function LandingPage() { reverse: false }, { - title: "Beard Grooming", description: "Masterful beard trims and styling to keep your facial hair looking sharp.", media: { imageSrc: "http://img.b2bpic.net/free-photo/old-fashioned-tattooed-hipster-wearing-white-shirt-with-suspenders-holds-scissors-isolated-dark-textured-background_613910-6387.jpg" }, + title: "Beard Grooming", description: "Masterful beard trims and styling to keep your facial hair looking sharp.", media: { imageSrc: "http://img.b2bpic.net/free-photo/old-fashioned-tattooed-hipster-wearing-white-shirt-with-suspenders-holds-scissors-isolated-dark-textured-background_613910-6387.jpg?_wi=2" }, items: [ { icon: CheckCircle, text: "Line-up maintenance" }, { icon: Star, text: "Premium oils included" }, @@ -96,7 +96,7 @@ export default function LandingPage() { reverse: true }, { - title: "Hot Towel Shave", description: "The quintessential barber experience, featuring hot towels and professional straight razor work.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-with-ginger-beard-apron-gloves-holding-knife_273609-20983.jpg" }, + title: "Hot Towel Shave", description: "The quintessential barber experience, featuring hot towels and professional straight razor work.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-with-ginger-beard-apron-gloves-holding-knife_273609-20983.jpg?_wi=1" }, items: [ { icon: Sparkles, text: "Deep cleansing" }, { icon: Shield, text: "Safe, professional care" }, @@ -139,7 +139,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} team={[ - { id: "t1", name: "Marcus Thorne", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/man-with-ginger-beard-apron-gloves-holding-knife_273609-20983.jpg" }, + { id: "t1", name: "Marcus Thorne", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/man-with-ginger-beard-apron-gloves-holding-knife_273609-20983.jpg?_wi=2" }, { id: "t2", name: "Leo Vance", role: "Senior Stylist", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27201.jpg" }, { id: "t3", name: "Sam Rivers", role: "Lead Groomer", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2150665445.jpg" }, ]}