Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-04 12:25:46 +00:00

View File

@@ -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" }
]}
/>
</div>