From b422c5b0bb2bffb430572d5e900740778e38ee28 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 09:55:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 162 ++++++++++------------------------------------- 1 file changed, 34 insertions(+), 128 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5882d0f..f94c073 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,38 +45,19 @@ export default function LandingPage() {
@@ -118,41 +86,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Modern Luxury Villa", - price: "$1,250,000", - imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160138.jpg?_wi=2", - }, + id: "p1", name: "Modern Luxury Villa", price: "$1,250,000", imageSrc: "http://img.b2bpic.net/free-photo/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160138.jpg"}, { - id: "p2", - name: "Contemporary Condo", - price: "$850,000", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg", - }, + id: "p2", name: "Contemporary Condo", price: "$850,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg"}, { - id: "p3", - name: "Suburban Oasis", - price: "$675,000", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg", - }, + id: "p3", name: "Suburban Oasis", price: "$675,000", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2063.jpg"}, { - id: "p4", - name: "Waterfront Estate", - price: "$2,400,000", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-surrounded-by-flowers_23-2150790340.jpg?_wi=2", - }, + id: "p4", name: "Waterfront Estate", price: "$2,400,000", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-surrounded-by-flowers_23-2150790340.jpg"}, { - id: "p5", - name: "Penthouse Suite", - price: "$1,500,000", - imageSrc: "http://img.b2bpic.net/free-photo/simply-bright-clean-design-bathroom_53876-146252.jpg?_wi=2", - }, + id: "p5", name: "Penthouse Suite", price: "$1,500,000", imageSrc: "http://img.b2bpic.net/free-photo/simply-bright-clean-design-bathroom_53876-146252.jpg"}, { - id: "p6", - name: "Charming Cottage", - price: "$450,000", - imageSrc: "http://img.b2bpic.net/free-photo/rendering-elegant-neoclassical-interior_23-2151059655.jpg", - }, + id: "p6", name: "Charming Cottage", price: "$450,000", imageSrc: "http://img.b2bpic.net/free-photo/rendering-elegant-neoclassical-interior_23-2151059655.jpg"}, ]} title="Featured Properties" description="Discover a selection of premium homes ready for you." @@ -167,45 +111,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Sarah & Mark", - role: "Home Buyers", - company: "Local Area", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-family-posing-with-son-thumbs-up_23-2148414903.jpg", - }, + id: "t1", name: "Sarah & Mark", role: "Home Buyers", company: "Local Area", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-family-posing-with-son-thumbs-up_23-2148414903.jpg"}, { - id: "t2", - name: "The Henderson Family", - role: "First-time Buyers", - company: "Suburbs", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-kids-moving-their-new-home_23-2149749168.jpg", - }, + id: "t2", name: "The Henderson Family", role: "First-time Buyers", company: "Suburbs", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-family-with-kids-moving-their-new-home_23-2149749168.jpg"}, { - id: "t3", - name: "James L.", - role: "Investor", - company: "Market City", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-celebrating-birthday-together_23-2150598991.jpg", - }, + id: "t3", name: "James L.", role: "Investor", company: "Market City", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-celebrating-birthday-together_23-2150598991.jpg"}, { - id: "t4", - name: "Anna K.", - role: "Seller", - company: "North Shore", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg", - }, + id: "t4", name: "Anna K.", role: "Seller", company: "North Shore", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-love-garden_23-2147986408.jpg"}, { - id: "t5", - name: "David R.", - role: "Home Buyer", - company: "Riverside", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356566.jpg", - }, + id: "t5", name: "David R.", role: "Home Buyer", company: "Riverside", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/people-having-casual-salsa-dance-themed-get-together_23-2151356566.jpg"}, ]} title="Client Success Stories" description="See why hundreds trust us with their biggest investments." @@ -216,8 +135,7 @@ export default function LandingPage() {