diff --git a/src/app/page.tsx b/src/app/page.tsx index c86cc1c..2ea3557 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,9 +101,9 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Executive Leather Diary", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-workspace-with-black-notebook-laptop_23-2151968888.jpg"}, + id: "1", name: "Executive Leather Diary", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-workspace-with-black-notebook-laptop_23-2151968888.jpg?_wi=1"}, { - id: "2", name: "Hand-Woven Crochet Set", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/cute-plush-toy-made-from-crochet_23-2151145649.jpg"}, + id: "2", name: "Hand-Woven Crochet Set", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/cute-plush-toy-made-from-crochet_23-2151145649.jpg?_wi=1"}, { id: "3", name: "Mandala Coaster Collection", price: "Set", imageSrc: "http://img.b2bpic.net/free-photo/colored-vases-cactus-interior-cafe-east-style-comfort-style_169016-4718.jpg"}, { @@ -111,7 +111,7 @@ export default function LandingPage() { { id: "5", name: "Personalized Gift Box", price: "Curated", imageSrc: "http://img.b2bpic.net/free-photo/carton-boxes-with-cones-walnuts_23-2147881289.jpg"}, { - id: "6", name: "Complete Corporate Bundle", price: "Deluxe", imageSrc: "http://img.b2bpic.net/free-photo/knitting-wool-thread-close-up_23-2148923301.jpg"}, + id: "6", name: "Complete Corporate Bundle", price: "Deluxe", imageSrc: "http://img.b2bpic.net/free-photo/knitting-wool-thread-close-up_23-2148923301.jpg?_wi=1"}, ]} title="Our Signature Curations" description="Exquisitely curated bundles designed to impress clients and inspire teams." @@ -126,11 +126,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Sustainable Sourcing", description: "Eco-friendly materials, fair-trade practices, and minimal plastic.", imageSrc: "http://img.b2bpic.net/free-photo/knitting-wool-thread-close-up_23-2148923301.jpg"}, + title: "Sustainable Sourcing", description: "Eco-friendly materials, fair-trade practices, and minimal plastic.", imageSrc: "http://img.b2bpic.net/free-photo/knitting-wool-thread-close-up_23-2148923301.jpg?_wi=2"}, { - title: "Fully Custom", description: "Branded engravings, custom color themes, and tailored contents.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-workspace-with-black-notebook-laptop_23-2151968888.jpg"}, + title: "Fully Custom", description: "Branded engravings, custom color themes, and tailored contents.", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-workspace-with-black-notebook-laptop_23-2151968888.jpg?_wi=2"}, { - title: "Premium Durability", description: "Long-lasting materials and hand-inspected crafts for a professional finish.", imageSrc: "http://img.b2bpic.net/free-photo/cute-plush-toy-made-from-crochet_23-2151145649.jpg"}, + title: "Premium Durability", description: "Long-lasting materials and hand-inspected crafts for a professional finish.", imageSrc: "http://img.b2bpic.net/free-photo/cute-plush-toy-made-from-crochet_23-2151145649.jpg?_wi=2"}, ]} title="Why Choose AAROS Hampers?" description="We don't just provide gifts; we provide meaningful connections." @@ -203,7 +203,7 @@ export default function LandingPage() {