From 5cc52eb26adabe9f3fbaae3a8d25ca4e758fe728 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:25:41 +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 5325142..bad35c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,12 +91,12 @@ export default function LandingPage() { animationType="scale-rotate" gridVariant="bento-grid" products={[ - { id: "1", name: "Crystal Titanium Pro", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/bottle-water-plank-park_53876-94725.jpg", imageAlt: "Crystal Titanium Pro bottle" }, - { id: "2", name: "Urban Insulated Elite", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/man-traveler-with-backpack-karemat-holds-thermos-his-hand_169016-23026.jpg", imageAlt: "Urban Insulated Elite bottle" }, - { id: "3", name: "Eco Pure Sustainable", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg", imageAlt: "Eco Pure Sustainable bottle" }, - { id: "4", name: "Luxury Rose Gold", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/bottle-water-plank-park_53876-94725.jpg", imageAlt: "Luxury Rose Gold bottle" }, - { id: "5", name: "Arctic Frost Limited", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/man-traveler-with-backpack-karemat-holds-thermos-his-hand_169016-23026.jpg", imageAlt: "Arctic Frost Limited bottle" }, - { id: "6", name: "Vintage Heritage Edition", price: "$279", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg", imageAlt: "Vintage Heritage Edition bottle" } + { id: "1", name: "Crystal Titanium Pro", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/bottle-water-plank-park_53876-94725.jpg?_wi=1", imageAlt: "Crystal Titanium Pro bottle" }, + { id: "2", name: "Urban Insulated Elite", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/man-traveler-with-backpack-karemat-holds-thermos-his-hand_169016-23026.jpg?_wi=1", imageAlt: "Urban Insulated Elite bottle" }, + { id: "3", name: "Eco Pure Sustainable", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg?_wi=1", imageAlt: "Eco Pure Sustainable bottle" }, + { id: "4", name: "Luxury Rose Gold", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/bottle-water-plank-park_53876-94725.jpg?_wi=2", imageAlt: "Luxury Rose Gold bottle" }, + { id: "5", name: "Arctic Frost Limited", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/man-traveler-with-backpack-karemat-holds-thermos-his-hand_169016-23026.jpg?_wi=2", imageAlt: "Arctic Frost Limited bottle" }, + { id: "6", name: "Vintage Heritage Edition", price: "$279", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-girl-tourist-stands-street-opens-thermos-with-hot-drink-rests_1258-196894.jpg?_wi=2", imageAlt: "Vintage Heritage Edition bottle" } ]} /> -- 2.49.1