4 Commits

Author SHA1 Message Date
452884da61 Merge version_2 into main
Merge version_2 into main
2026-04-14 14:28:11 +00:00
31273c453e Update src/app/page.tsx 2026-04-14 14:28:08 +00:00
3958586fc9 Merge version_1 into main
Merge version_1 into main
2026-04-14 14:15:33 +00:00
8b5b0fa592 Merge version_1 into main
Merge version_1 into main
2026-04-14 14:15:02 +00:00

View File

@@ -30,13 +30,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", id: "#hero"}, name: "Início", id: "#hero"},
{ {
name: "GT Selection", id: "#showcase"}, name: "Seleção GT", id: "#showcase"},
{ {
name: "Lifestyle", id: "#lifestyle"}, name: "Estilo de Vida", id: "#lifestyle"},
{ {
name: "Consultation", id: "#contact"}, name: "Consulta", id: "#contact"},
]} ]}
brandName="Invictta GT" brandName="Invictta GT"
/> />
@@ -46,23 +46,23 @@ export default function LandingPage() {
<HeroBillboardGallery <HeroBillboardGallery
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars"}}
title="Invictta GT: Where luxury meets solidity." title="Invictta GT: Onde o luxo encontra a solidez."
description="Specialized curation of high-end properties on the Rio Grande do Sul coast." description="Curadoria especializada de imóveis de alto padrão no litoral do Rio Grande do Sul."
buttons={[ buttons={[
{ {
text: "I want an exclusive consultation", href: "#contact"}, text: "Quero uma consulta exclusiva", href: "#contact"},
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/girl-near-sea_1157-8049.jpg", imageAlt: "cinematic coastal landscape black and white"}, imageSrc: "http://img.b2bpic.net/free-photo/girl-near-sea_1157-8049.jpg", imageAlt: "paisagem costeira cinematográfica em preto e branco"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/white-rock-formation-body-water-daytime_417767-236.jpg", imageAlt: "ilha dos lobos torres beach"}, imageSrc: "http://img.b2bpic.net/free-photo/white-rock-formation-body-water-daytime_417767-236.jpg", imageAlt: "ilha dos lobos praia de torres"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/curvy-lake-middle-forested-mountains-cloudy-day_181624-2681.jpg", imageAlt: "mampituba river torres landscape"}, imageSrc: "http://img.b2bpic.net/free-photo/curvy-lake-middle-forested-mountains-cloudy-day_181624-2681.jpg", imageAlt: "rio mampituba paisagem de torres"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-sandy-beach-with-pathway-cliff_181624-20560.jpg", imageAlt: "Beautiful view of sandy beach with a pathway on the cliff"}, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-sandy-beach-with-pathway-cliff_181624-20560.jpg", imageAlt: "bela vista da praia com trilha na falésia"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/sea-waves-beach-sea-background-background-with-seashore_169016-67602.jpg", imageAlt: "Sea waves beach sea background background with seashore"}, imageSrc: "http://img.b2bpic.net/free-photo/sea-waves-beach-sea-background-background-with-seashore_169016-67602.jpg", imageAlt: "ondas do mar praia fundo de costa"},
]} ]}
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
/> />
@@ -76,9 +76,9 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ 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"}, id: "1", name: "Cobertura Horizonte", 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"}, id: "2", name: "Mansão Mampituba", price: "R$ 3.8M", imageSrc: "http://img.b2bpic.net/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"},
{ {
@@ -86,10 +86,10 @@ export default function LandingPage() {
{ {
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: "Casa Pôr do Sol no Rio", 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" title="Seleção GT"
description="Exclusive properties for those who demand excellence." description="Propriedades exclusivas para quem exige excelência."
/> />
</div> </div>
@@ -100,35 +100,35 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Ilha dos Lobos", description: "The peak of exclusivity.", icon: Sparkles, title: "Ilha dos Lobos", description: "O ápice da exclusividade.", icon: Sparkles,
mediaItems: [ mediaItems: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-coastal-bay-clear-blue-sky-binh-thuan-province-vietnam_181624-21016.jpg", imageAlt: "ilha dos lobos torres beach"}, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-coastal-bay-clear-blue-sky-binh-thuan-province-vietnam_181624-21016.jpg", imageAlt: "ilha dos lobos praia de torres"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/bridge-river-bare-trees_414077-5.jpg", imageAlt: "mampituba river torres landscape"}, imageSrc: "http://img.b2bpic.net/free-photo/bridge-river-bare-trees_414077-5.jpg", imageAlt: "rio mampituba paisagem de torres"},
] ]
}, },
{ {
title: "Mampituba Prestige", description: "Waterside elegance for your lifestyle.", icon: Building2, title: "Prestígio Mampituba", description: "Elegância à beira-rio para o seu estilo de vida.", icon: Building2,
mediaItems: [ mediaItems: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/black-white-dramatic-landscapes-with-sea_23-2149843799.jpg", imageAlt: "mampituba river torres landscape"}, imageSrc: "http://img.b2bpic.net/free-photo/black-white-dramatic-landscapes-with-sea_23-2149843799.jpg", imageAlt: "rio mampituba paisagem de torres"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-seashore-near-hills-with-grassy-field-black-white_181624-22145.jpg", imageAlt: "ocean waves dramatic light"}, imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-seashore-near-hills-with-grassy-field-black-white_181624-22145.jpg", imageAlt: "ondas do oceano luz dramática"},
] ]
}, },
{ {
title: "Coastal Achievement", description: "Strategic investments for the elite.", icon: Award, title: "Conquista Costeira", description: "Investimentos estratégicos para a elite.", icon: Award,
mediaItems: [ mediaItems: [
{ {
imageSrc: "http://img.b2bpic.net/free-photo/bermuda-triangle-mystery-event_23-2151631166.jpg", imageAlt: "ocean waves dramatic light"}, imageSrc: "http://img.b2bpic.net/free-photo/bermuda-triangle-mystery-event_23-2151631166.jpg", imageAlt: "ondas do oceano luz dramática"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-coastline-with-seascape-view-sunlight_181624-39790.jpg", imageAlt: "ilha dos lobos torres beach"}, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-tropical-coastline-with-seascape-view-sunlight_181624-39790.jpg", imageAlt: "ilha dos lobos praia de torres"},
] ]
}, },
]} ]}
title="Lifestyle Torres" title="Estilo de Vida Torres"
description="We don't just sell square meters; we deliver the trophy for your next achievement." description="Não vendemos apenas metros quadrados; entregamos o troféu para sua próxima conquista."
/> />
</div> </div>
@@ -136,8 +136,8 @@ export default function LandingPage() {
<SocialProofOne <SocialProofOne
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
title="Trusted by Market Leaders" title="Confiado por Líderes de Mercado"
description="Our partnerships reflect our commitment to excellence in every transaction." description="Nossas parcerias refletem nosso compromisso com a excelência em cada transação."
names={[ names={[
"Torres Realty Group", "Atlantic Coast Investors", "RS Luxury Holdings", "Coastal Asset Management", "Prime Living Brazil"]} "Torres Realty Group", "Atlantic Coast Investors", "RS Luxury Holdings", "Coastal Asset Management", "Prime Living Brazil"]}
/> />
@@ -148,12 +148,12 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain"}} variant: "plain"}}
tag="Exclusive Consultation" tag="Consulta Exclusiva"
title="Secure your investment" title="Garanta seu investimento"
description="Only 3 units available in our flagship residential project. Reach out for a private showing." description="Apenas 3 unidades disponíveis em nosso projeto residencial emblemático. Entre em contato para uma visita privada."
buttons={[ buttons={[
{ {
text: "I want an exclusive consultation", href: "#contact"}, text: "Quero uma consulta exclusiva", href: "#contact"},
]} ]}
/> />
</div> </div>
@@ -164,9 +164,9 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Portfolio", href: "#showcase"}, label: "Portfólio", href: "#showcase"},
{ {
label: "Lifestyle", href: "#lifestyle"}, label: "Estilo de Vida", href: "#lifestyle"},
], ],
}, },
{ {
@@ -174,7 +174,7 @@ export default function LandingPage() {
{ {
label: "Legal", href: "#"}, label: "Legal", href: "#"},
{ {
label: "Privacy Policy", href: "#"}, label: "Política de Privacidade", href: "#"},
], ],
}, },
]} ]}
@@ -184,4 +184,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }