From 4bfc89b36e82d563d24749d21c12f1f528365433 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 07:33:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9b9173..a00df3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,9 +45,9 @@ export default function LandingPage() { description="Premium fashion, smart electronics, and digital products" buttons={[{ text: "Shop Now", href: "#products" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736792.jpg", imageAlt: "Futuristic fashion" }, - { imageSrc: "http://img.b2bpic.net/free-photo/ramadan-phone-14-with-crescent-left-side-white-background_187299-35109.jpg", imageAlt: "Smart electronics" }, - { imageSrc: "http://img.b2bpic.net/free-photo/leaf-branch-vase-with-shadow_23-2148925368.jpg", imageAlt: "Digital products" } + { imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736792.jpg?_wi=1", imageAlt: "Futuristic fashion" }, + { imageSrc: "http://img.b2bpic.net/free-photo/ramadan-phone-14-with-crescent-left-side-white-background_187299-35109.jpg?_wi=1", imageAlt: "Smart electronics" }, + { imageSrc: "http://img.b2bpic.net/free-photo/leaf-branch-vase-with-shadow_23-2148925368.jpg?_wi=1", imageAlt: "Digital products" } ]} mediaAnimation="blur-reveal" /> @@ -60,9 +60,9 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" products={[ - { id: "p1", name: "Smart Hoodie", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736792.jpg" }, - { id: "p2", name: "Pro Earbuds", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-phone-14-with-crescent-left-side-white-background_187299-35109.jpg" }, - { id: "p3", name: "Digital Asset Pack", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/leaf-branch-vase-with-shadow_23-2148925368.jpg" } + { id: "p1", name: "Smart Hoodie", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736792.jpg?_wi=2" }, + { id: "p2", name: "Pro Earbuds", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-phone-14-with-crescent-left-side-white-background_187299-35109.jpg?_wi=2" }, + { id: "p3", name: "Digital Asset Pack", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/leaf-branch-vase-with-shadow_23-2148925368.jpg?_wi=2" } ]} title="Featured Products" description="Curated collection of the future" @@ -97,7 +97,7 @@ export default function LandingPage() { { title: "Design", description: "Luxury aesthetic" }, { title: "Quality", description: "Built for longevity" } ]} - imageSrc="http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736792.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736792.jpg?_wi=3" mediaAnimation="blur-reveal" /> -- 2.49.1