From 9f8b14e38dc18ae36062838d97766fda7835e17b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 14:47:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a11b08..f1acc5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,8 +90,8 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/beach-sunset-with-tree_1259-27.jpg" - videoSrc="http://img.b2bpic.net/free-photo/view-steel-chair-small-round-table-sandy-shore-with-waves_181624-48974.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beach-sunset-with-tree_1259-27.jpg?_wi=1" + videoSrc="http://img.b2bpic.net/free-photo/view-steel-chair-small-round-table-sandy-shore-with-waves_181624-48974.jpg?_wi=1" imageAlt="Waves rolling onto the beach" showBlur={true} textPosition="bottom" @@ -164,7 +164,7 @@ export default function LandingPage() { imageAlt: "Calm ocean waves on a beach", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/view-steel-chair-small-round-table-sandy-shore-with-waves_181624-48974.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-steel-chair-small-round-table-sandy-shore-with-waves_181624-48974.jpg?_wi=2", imageAlt: "Beautiful shot of the Venice Beach with waves in California", }, { @@ -177,7 +177,7 @@ export default function LandingPage() { imageAlt: "Icon representing view or multimedia", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/beach-sunset-with-tree_1259-27.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beach-sunset-with-tree_1259-27.jpg?_wi=2", imageAlt: "Beautiful shot of the Venice Beach with waves in California", }, { -- 2.49.1