From 9776bd9684607fb27548f7eeb6568795d78d01c7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 18:58:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 150 ++++++++++------------------------------------- 1 file changed, 32 insertions(+), 118 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f40b1c9..b08d38d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,62 +44,39 @@ export default function LandingPage() {
@@ -119,9 +88,7 @@ export default function LandingPage() { description="We specialize in connecting discerning investors with the world's most elite real estate. Our portfolio is meticulously curated to provide maximum return and lasting prestige, ensuring a seamless experience for every client." buttons={[ { - text: "Learn About Our Process", - href: "#", - }, + text: "Learn About Our Process", href: "#"}, ]} imageSrc="http://img.b2bpic.net/free-photo/living-room-with-blue-sofa-gold-coffee-table_123827-23877.jpg" /> @@ -135,41 +102,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Modern Villa, Amalfi", - price: "$12.5M", - imageSrc: "http://img.b2bpic.net/free-photo/city-landscape-with-tall-buildings_23-2149444894.jpg", - }, + id: "p1", name: "Modern Villa, Amalfi", price: "$12.5M", imageSrc: "http://img.b2bpic.net/free-photo/city-landscape-with-tall-buildings_23-2149444894.jpg"}, { - id: "p2", - name: "Waterfront Estate, Miami", - price: "$8.2M", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg", - }, + id: "p2", name: "Waterfront Estate, Miami", price: "$8.2M", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg"}, { - id: "p3", - name: "Penthouse, Dubai", - price: "$15.0M", - imageSrc: "http://img.b2bpic.net/free-photo/colonial-style-building_1150-18029.jpg", - }, + id: "p3", name: "Penthouse, Dubai", price: "$15.0M", imageSrc: "http://img.b2bpic.net/free-photo/colonial-style-building_1150-18029.jpg"}, { - id: "p4", - name: "Historic Manor, London", - price: "$22.0M", - imageSrc: "http://img.b2bpic.net/free-photo/facade-building-with-classical-architecture_23-2148184255.jpg", - }, + id: "p4", name: "Historic Manor, London", price: "$22.0M", imageSrc: "http://img.b2bpic.net/free-photo/facade-building-with-classical-architecture_23-2148184255.jpg"}, { - id: "p5", - name: "Secluded Oasis, Bali", - price: "$6.4M", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-luxury-house_23-2149140848.jpg", - }, + id: "p5", name: "Secluded Oasis, Bali", price: "$6.4M", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-woman-luxury-house_23-2149140848.jpg"}, { - id: "p6", - name: "Modern Glass Home, Aspen", - price: "$11.2M", - imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-15.jpg", - }, + id: "p6", name: "Modern Glass Home, Aspen", price: "$11.2M", imageSrc: "http://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-15.jpg"}, ]} title="Curated Portfolio" description="Explore our current collection of elite properties, selected for their exceptional quality and investment potential." @@ -178,44 +121,20 @@ export default function LandingPage() {
-- 2.49.1