From 249f5fa4f997473847563bcd7134bbf018d34488 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:53:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f565680..c43cc41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,9 @@ export default function LandingPage() { { text: "Get in Touch", href: "#contact" } ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg", imageAlt: "Luxury Home Hero" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg", imageAlt: "Modern Property" }, - { imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571921.jpg", imageAlt: "Contemporary Residence" } + { imageSrc: "http://img.b2bpic.net/free-photo/two-happy-woman-friends-with-sunglasses-vacation-tropical-country_343596-726.jpg?_wi=1", imageAlt: "Luxury Home Hero" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-luxury-home-with-contemporary-architecture-landscaping_84443-74901.jpg?_wi=1", imageAlt: "Modern Property" }, + { imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571921.jpg?_wi=1", imageAlt: "Contemporary Residence" } ]} autoplayDelay={5000} showDimOverlay={true} @@ -63,13 +63,13 @@ export default function LandingPage() {