From 1053722886f07cf1cc83b279af3f9a904edba670 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 13:38:36 +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 f057a3f..390888b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,8 +69,8 @@ export default function LandingPage() { description="Tangible results driven by market foresight." useInvertedBackground={false} metrics={[ - { id: "1", value: "12.5%", title: "ROI", description: "Average annual yield", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-gold-coast-skyline-waterfront-residential-neighborhood_1308-189598.jpg" }, - { id: "2", value: "40+", title: "Global Markets", description: "Investment coverage", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg" } + { id: "1", value: "12.5%", title: "ROI", description: "Average annual yield", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-gold-coast-skyline-waterfront-residential-neighborhood_1308-189598.jpg?_wi=1" }, + { id: "2", value: "40+", title: "Global Markets", description: "Investment coverage", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1" } ]} /> @@ -84,9 +84,9 @@ export default function LandingPage() { title="Premium Listings" description="Our curated collection of premier luxury properties." products={[ - { id: "1", name: "The Horizon Penthouse", price: "$4.5M", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-gold-coast-skyline-waterfront-residential-neighborhood_1308-189598.jpg" }, + { id: "1", name: "The Horizon Penthouse", price: "$4.5M", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-gold-coast-skyline-waterfront-residential-neighborhood_1308-189598.jpg?_wi=2" }, { id: "2", name: "Waterfront Villa", price: "$6.1M", imageSrc: "http://img.b2bpic.net/free-photo/swimming-hotel-sky-vintage-chairs_1203-6262.jpg" }, - { id: "3", name: "City Escape", price: "$2.8M", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg" } + { id: "3", name: "City Escape", price: "$2.8M", imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2" } ]} /> -- 2.49.1