From 11a1eaa224e384fe4c8105e160f379235d1e9050 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 14:15:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 152 ++++++++++++----------------------------------- 1 file changed, 37 insertions(+), 115 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49dc299..1f96690 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,37 +45,24 @@ export default function LandingPage() {
@@ -97,41 +76,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Horizonte Penthouse", - price: "R$ 4.5M", - imageSrc: "http://img.b2bpic.net/free-photo/white-concrete-building-with-balconies_250224-234.jpg?_wi=1", - }, + id: "1", name: "Horizonte Penthouse", price: "R$ 4.5M", imageSrc: "http://img.b2bpic.net/free-photo/white-concrete-building-with-balconies_250224-234.jpg"}, { - id: "2", - name: "Mampituba Manor", - price: "R$ 3.8M", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-skyscraper-with-cloudy-sky_23-2148287786.jpg?_wi=1", - }, + id: "2", name: "Mampituba Manor", price: "R$ 3.8M", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-skyscraper-with-cloudy-sky_23-2148287786.jpg"}, { - id: "3", - name: "Torres Prime Tower", - price: "R$ 2.9M", - imageSrc: "http://img.b2bpic.net/free-photo/daylight-analog-city-landscape-with-buildings_23-2149661406.jpg", - }, + id: "3", name: "Torres Prime Tower", price: "R$ 2.9M", imageSrc: "http://img.b2bpic.net/free-photo/daylight-analog-city-landscape-with-buildings_23-2149661406.jpg"}, { - id: "4", - name: "Atlantic Estate", - price: "R$ 5.2M", - imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-architecture-with-swimming-pool_23-2151993728.jpg", - }, + id: "4", name: "Atlantic Estate", price: "R$ 5.2M", imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-architecture-with-swimming-pool_23-2151993728.jpg"}, { - id: "5", - name: "Lobos Point", - price: "R$ 4.1M", - imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors_171337-19439.jpg", - }, + id: "5", name: "Lobos Point", price: "R$ 4.1M", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors_171337-19439.jpg"}, { - id: "6", - name: "Rio Sunset House", - price: "R$ 3.5M", - imageSrc: "http://img.b2bpic.net/free-photo/looking-up-through-history-elegant-staircase-old-building_169016-69867.jpg", - }, + id: "6", name: "Rio Sunset House", price: "R$ 3.5M", imageSrc: "http://img.b2bpic.net/free-photo/looking-up-through-history-elegant-staircase-old-building_169016-69867.jpg"}, ]} title="GT Selection" description="Exclusive properties for those who demand excellence." @@ -140,53 +95,36 @@ export default function LandingPage() {
@@ -214,16 +147,13 @@ export default function LandingPage() {
@@ -234,25 +164,17 @@ export default function LandingPage() { { items: [ { - label: "Portfolio", - href: "#showcase", - }, + label: "Portfolio", href: "#showcase"}, { - label: "Lifestyle", - href: "#lifestyle", - }, + label: "Lifestyle", href: "#lifestyle"}, ], }, { items: [ { - label: "Legal", - href: "#", - }, + label: "Legal", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]}