From b1722c225be66110cf11b134af0cf8bd13cf772d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 21:02:08 +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 4747e3d..98a4a55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/black-liquid-marble-background-handmade-acrylic-paint_53876-104546.jpg" + imageSrc="http://img.b2bpic.net/free-photo/black-liquid-marble-background-handmade-acrylic-paint_53876-104546.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -85,7 +85,7 @@ export default function LandingPage() { description: "Every curve and edge crafted to perfection.", bentoComponent: "reveal-icon", icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/black-liquid-marble-background-handmade-acrylic-paint_53876-104546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-liquid-marble-background-handmade-acrylic-paint_53876-104546.jpg?_wi=2", imageAlt: "luxury product photography", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { description: "Next-generation internals for blazing speed.", bentoComponent: "reveal-icon", icon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/camera-plants-marble-shelf_23-2151978688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/camera-plants-marble-shelf_23-2151978688.jpg?_wi=1", imageAlt: "smart device luxury", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { description: "Dedicated service that stands behind our gear.", bentoComponent: "reveal-icon", icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/electronic-musical-instrument-audio-mixer-sound-equalizer-analog-modular-synthesizer_1381-2.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electronic-musical-instrument-audio-mixer-sound-equalizer-analog-modular-synthesizer_1381-2.jpg?_wi=1", imageAlt: "luxury headphones studio shot", }, ]} @@ -121,13 +121,13 @@ export default function LandingPage() { id: "p1", name: "Smart Device Pro", price: "$199", - imageSrc: "http://img.b2bpic.net/free-photo/camera-plants-marble-shelf_23-2151978688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/camera-plants-marble-shelf_23-2151978688.jpg?_wi=2", }, { id: "p2", name: "Acoustic Elite", price: "$299", - imageSrc: "http://img.b2bpic.net/free-photo/electronic-musical-instrument-audio-mixer-sound-equalizer-analog-modular-synthesizer_1381-2.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electronic-musical-instrument-audio-mixer-sound-equalizer-analog-modular-synthesizer_1381-2.jpg?_wi=2", }, { id: "p3", -- 2.49.1