Update src/app/page.tsx

This commit is contained in:
2026-05-11 15:32:16 +00:00
parent 9bf7dda934
commit 6a080edb0b

View File

@@ -87,7 +87,7 @@ export default function LandingPage() {
},
{
title: "Fast Shipping", description: "Get your items delivered in record time.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-with-soup-green-sweater-grey-background_23-2148320817.jpg", imageAlt: "minimalist boutique interior retail"
imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-with-soup-green-sweater-grey-background_23-2148320817.jpg?_wi=1", imageAlt: "minimalist boutique interior retail"
},
items: [{ icon: Zap, text: "Next day delivery" }],
reverse: false
@@ -105,7 +105,7 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
products={[
{ id: "p1", name: "WAVE Hoodie", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-with-soup-green-sweater-grey-background_23-2148320817.jpg" },
{ id: "p1", name: "WAVE Hoodie", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/black-bowl-with-soup-green-sweater-grey-background_23-2148320817.jpg?_wi=2" },
{ id: "p2", name: "WAVE Accessory", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-small-decorative-objects-with-vivid-colors_52683-100428.jpg" },
{ id: "p3", name: "WAVE Minimal Cap", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-make-up-products-black-background_23-2148299630.jpg" },
{ id: "p4", name: "WAVE Footwear", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-clothes-folded-shoes_23-2148927409.jpg" },