From 30f32f823dedbd6c14dfa3e34f6c9b8747ed71b4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 07:07:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 835cdcc..9c4b8fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,9 +46,9 @@ export default function LandingPage() { description="Experience the epitome of luxury and sophistication." buttons={[{ text: "Explore", href: "#products" }]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178358.jpg", imageAlt: "luxury gold interior design" }, + { imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178358.jpg?_wi=1", imageAlt: "luxury gold interior design" }, { imageSrc: "http://img.b2bpic.net/free-photo/woman-religious-pilgrimage-church_23-2150582375.jpg", imageAlt: "exclusive luxury watch closeup" }, - { imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178358.jpg", imageAlt: "high end furniture minimal" } + { imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-room-with-furniture_23-2149178358.jpg?_wi=2", imageAlt: "high end furniture minimal" } ]} /> -- 2.49.1