From 76761804e49943770896f06a58a127631cd056a1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:20:25 +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 2b0f9ad..f4a8fa1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,17 +110,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "s1", name: "Classic Cut", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg"}, + id: "s1", name: "Classic Cut", price: "$35", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg?_wi=1"}, { - id: "s2", name: "Beard Trim", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg"}, + id: "s2", name: "Beard Trim", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg?_wi=2"}, { - id: "s3", name: "Fade & Design", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg"}, + id: "s3", name: "Fade & Design", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg?_wi=3"}, { - id: "s4", name: "Hot Towel Shave", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg"}, + id: "s4", name: "Hot Towel Shave", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg?_wi=4"}, { - id: "s5", name: "Kids Cut", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg"}, + id: "s5", name: "Kids Cut", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg?_wi=5"}, { - id: "s6", name: "Full Grooming", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg"}, + id: "s6", name: "Full Grooming", price: "$60", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg?_wi=6"}, ]} title="Premium Services" description="Professional grooming tailored for the modern gentleman." -- 2.49.1