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" } ]} />