From 6292a9d2d196a1618480f3cd46438f6fc292673f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 19:24:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6db3142..9177fb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,11 +70,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Premium Durability", description: "Constructed from high-grade materials to ensure longevity and consistent high-performance operation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u7t1ed", imageAlt: "bluetooth speaker product shot"}, + title: "Premium Durability", description: "Constructed from high-grade materials to ensure longevity and consistent high-performance operation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u7t1ed&_wi=1", imageAlt: "bluetooth speaker product shot"}, { - title: "Sleek Aesthetics", description: "Our product line features minimalist and modern designs that fit seamlessly into any modern setup.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l6ie9s", imageAlt: "ergonomic gaming mouse studio"}, + title: "Sleek Aesthetics", description: "Our product line features minimalist and modern designs that fit seamlessly into any modern setup.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l6ie9s&_wi=1", imageAlt: "ergonomic gaming mouse studio"}, { - title: "Fast Worldwide Shipping", description: "We ensure your products arrive safely at your doorstep within 3-5 business days globally.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x36t1r", imageAlt: "premium digital camera product"}, + title: "Fast Worldwide Shipping", description: "We ensure your products arrive safely at your doorstep within 3-5 business days globally.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x36t1r&_wi=1", imageAlt: "premium digital camera product"}, ]} title="Why Choose Our Products" description="Quality, innovation, and design converge to create an unmatched user experience for every purchase." @@ -95,11 +95,11 @@ export default function LandingPage() { { id: "3", name: "Mechanical Pro Keyboard", price: "$189", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fobijx"}, { - id: "4", name: "Smart Audio Speaker", price: "$129", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u7t1ed"}, + id: "4", name: "Smart Audio Speaker", price: "$129", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u7t1ed&_wi=2"}, { - id: "5", name: "Gaming Mouse X", price: "$89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l6ie9s"}, + id: "5", name: "Gaming Mouse X", price: "$89", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l6ie9s&_wi=2"}, { - id: "6", name: "4K Digital Camera", price: "$899", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x36t1r"}, + id: "6", name: "4K Digital Camera", price: "$899", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x36t1r&_wi=2"}, ]} title="Featured Collection" description="Explore our best-selling tech essentials available today." -- 2.49.1