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."