From 34542e0a1cccc4a00f50e7e723a64fe66f6c27d1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:59:00 +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 dfb6853..43d6f54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,10 +55,10 @@ export default function LandingPage() { buttonAnimation="blur-reveal" mediaItems={[ { - imageSrc: "https://images.unsplash.com/photo-1502672260266-1c1ef2d93688?w=800&q=80", imageAlt: "Modern luxury home in San Francisco" + imageSrc: "http://img.b2bpic.net/free-photo/cool-staircase-with-lights-modern-building_181624-20967.jpg?id=10991236", imageAlt: "Modern luxury home in San Francisco" }, { - imageSrc: "https://images.unsplash.com/photo-1512917774080-9a485d3fcd13?w=800&q=80", imageAlt: "Waterfront property with city views" + imageSrc: "http://img.b2bpic.net/free-photo/axelborg-towers-modern-architecture_181624-37834.jpg?id=15036385", imageAlt: "Waterfront property with city views" } ]} mediaAnimation="slide-up" -- 2.49.1