From 3a91850306b29a2d82b8cd997ceafc1784541b6d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:30:36 +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 a52d113..6ab3065 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,13 +82,13 @@ export default function LandingPage() { buttonAnimation="blur-reveal" products={[ { - id: "product-1", name: "Modern Abstract Blue", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-geometric-design_1048-1379.jpg", imageAlt: "Modern abstract blue poster frame", initialQuantity: 1 + id: "product-1", name: "Modern Abstract Blue", price: "$149.00", imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-geometric-design_1048-1379.jpg?_wi=1", imageAlt: "Modern abstract blue poster frame", initialQuantity: 1 }, { id: "product-2", name: "Minimalist Geometric", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-photo-frame-as-interior-decoration_23-2149390860.jpg", imageAlt: "Minimalist geometric poster black frame", initialQuantity: 1 }, { - id: "product-3", name: "Contemporary Landscape", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-with-floral-concept_23-2148140647.jpg", imageAlt: "Contemporary landscape poster white frame", initialQuantity: 1 + id: "product-3", name: "Contemporary Landscape", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-with-floral-concept_23-2148140647.jpg?_wi=1", imageAlt: "Contemporary landscape poster white frame", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width" @@ -116,7 +116,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-vector/bank-face-recognition-technology-flyer-template_74855-15590.jpg" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-geometric-design_1048-1379.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/abstract-background-with-geometric-design_1048-1379.jpg?_wi=2" } }, { @@ -125,7 +125,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-psd/dynamic-electronic-music-instagram-stories_23-2150026448.jpg" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-with-floral-concept_23-2148140647.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-with-floral-concept_23-2148140647.jpg?_wi=2" } } ]}