diff --git a/src/app/page.tsx b/src/app/page.tsx index a82338c..26b3b79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,9 +97,9 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Nordic Sofa", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wooden-bentwood-chair-gray-surface_23-2152002517.jpg"}, + id: "1", name: "Nordic Sofa", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wooden-bentwood-chair-gray-surface_23-2152002517.jpg?_wi=1"}, { - id: "2", name: "Oak Chair", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lighting-lamp-design_23-2151047620.jpg"}, + id: "2", name: "Oak Chair", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lighting-lamp-design_23-2151047620.jpg?_wi=1"}, { id: "3", name: "Minimal Coffee Table", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg"}, { @@ -123,9 +123,9 @@ export default function LandingPage() { description="Elevating your living experience through design and function." features={[ { - id: "f1", title: "Ergonomic Design", description: "Comfort at its finest.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wooden-bentwood-chair-gray-surface_23-2152002517.jpg"}, + id: "f1", title: "Ergonomic Design", description: "Comfort at its finest.", tag: "New", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wooden-bentwood-chair-gray-surface_23-2152002517.jpg?_wi=2"}, { - id: "f2", title: "Eco-Friendly", description: "Kind to our planet.", tag: "Green", imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lighting-lamp-design_23-2151047620.jpg"}, + id: "f2", title: "Eco-Friendly", description: "Kind to our planet.", tag: "Green", imageSrc: "http://img.b2bpic.net/free-photo/modern-3d-lighting-lamp-design_23-2151047620.jpg?_wi=2"}, ]} />