From 54c07ed1120b7a4283d0264454f30f6bff122ddc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 02:27:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0b55cc..bdfa3bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { carouselMode="auto" products={[ { - id: "gorra-1", name: "Barba Hat Classic Black", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/magician-with-moustache-touching-histop-hat-long-haired-man-black-suit-isolated-dark-background_549566-631.jpg", imageAlt: "Barba Hat Classic Black" + id: "gorra-1", name: "Barba Hat Classic Black", price: "$89.99", imageSrc: "http://img.b2bpic.net/free-photo/magician-with-moustache-touching-histop-hat-long-haired-man-black-suit-isolated-dark-background_549566-631.jpg?_wi=1", imageAlt: "Barba Hat Classic Black" }, { id: "gorra-2", name: "Dandy Hat White Elegance", price: "$95.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-elegant-groom-posing_23-2150327169.jpg", imageAlt: "Dandy Hat White Elegance" @@ -91,7 +91,7 @@ export default function LandingPage() { id: "gorra-8", name: "Dandy Hat Premium White", price: "$96.99", imageSrc: "http://img.b2bpic.net/free-photo/young-man-pointing-side-with-thumb-up-suit-hat-looking-pleased-front-view_176474-23040.jpg", imageAlt: "Dandy Hat Premium White" }, { - id: "gorra-9", name: "Barba Hat Luxe Style", price: "$97.99", imageSrc: "http://img.b2bpic.net/free-photo/rich-man-with-beard-smokes-electronic-cigarette_1153-7873.jpg", imageAlt: "Barba Hat Luxe Style" + id: "gorra-9", name: "Barba Hat Luxe Style", price: "$97.99", imageSrc: "http://img.b2bpic.net/free-photo/rich-man-with-beard-smokes-electronic-cigarette_1153-7873.jpg?_wi=1", imageAlt: "Barba Hat Luxe Style" }, { id: "gorra-10", name: "Dandy Hat Classic Design", price: "$93.99", imageSrc: "http://img.b2bpic.net/free-vector/movember-background-with-elegant-hat_23-2147575819.jpg", imageAlt: "Dandy Hat Classic Design" @@ -121,7 +121,7 @@ export default function LandingPage() { id: "gorra-18", name: "Dandy Hat Refined Taste", price: "$95.99", imageSrc: "http://img.b2bpic.net/free-photo/fedora-hats-studio-still-life_23-2150744060.jpg", imageAlt: "Dandy Hat Refined Taste" }, { - id: "gorra-19", name: "Barba Hat Modern Gentleman", price: "$93.99", imageSrc: "http://img.b2bpic.net/free-photo/rich-man-with-beard-smokes-electronic-cigarette_1153-7873.jpg", imageAlt: "Barba Hat Modern Gentleman" + id: "gorra-19", name: "Barba Hat Modern Gentleman", price: "$93.99", imageSrc: "http://img.b2bpic.net/free-photo/rich-man-with-beard-smokes-electronic-cigarette_1153-7873.jpg?_wi=2", imageAlt: "Barba Hat Modern Gentleman" }, { id: "gorra-20", name: "Dandy Hat Supreme Quality", price: "$100.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-bearded-male-sunglasses-cylinder-hat_613910-8438.jpg", imageAlt: "Dandy Hat Supreme Quality" @@ -139,7 +139,7 @@ export default function LandingPage() { id: "gorra-24", name: "Dandy Hat Exclusive Offer", price: "$101.99", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-black-suit-cylinder-hat_613910-14397.jpg", imageAlt: "Dandy Hat Exclusive Offer" }, { - id: "gorra-25", name: "Barba Hat Ultimate Collection", price: "$104.99", imageSrc: "http://img.b2bpic.net/free-photo/magician-with-moustache-touching-histop-hat-long-haired-man-black-suit-isolated-dark-background_549566-631.jpg", imageAlt: "Barba Hat Ultimate Collection" + id: "gorra-25", name: "Barba Hat Ultimate Collection", price: "$104.99", imageSrc: "http://img.b2bpic.net/free-photo/magician-with-moustache-touching-histop-hat-long-haired-man-black-suit-isolated-dark-background_549566-631.jpg?_wi=2", imageAlt: "Barba Hat Ultimate Collection" } ]} /> -- 2.49.1