Update src/app/page.tsx
This commit is contained in:
249
src/app/page.tsx
249
src/app/page.tsx
@@ -32,41 +32,23 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Experiências",
|
||||
id: "#experiences",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Experiências", id: "experiences" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
brandName="Iceland Privilege"
|
||||
button={{ text: "Agendar", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
logoText="Iceland Privilege"
|
||||
description="Exploração geológica autêntica. Onde a ciência encontra o luxo absoluto nos domínios do gelo e do fogo."
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar Consultoria",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/reckless-explorer-struggling-with-wind-weak-signal-keep-internet-connection_482257-125009.jpg?_wi=1"
|
||||
buttons={[{ text: "Agendar Consultoria", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/reckless-explorer-struggling-with-wind-weak-signal-keep-internet-connection_482257-125009.jpg"
|
||||
imageAlt="Icelandic geological landscape luxury tour"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -77,9 +59,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Geologia Autêntica"
|
||||
description={[
|
||||
"Vivendo na Islândia desde 2022, o CEO e guia, geólogo, oferece mais que turismo: uma jornada científica privada.",
|
||||
"Nosso conceito foca em geoconservação, levando você onde outros não alcançam.",
|
||||
]}
|
||||
"Vivendo na Islândia desde 2022, o CEO e guia, geólogo, oferece mais que turismo: uma jornada científica privada.", "Nosso conceito foca em geoconservação, levando você onde outros não alcançam."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,21 +69,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Guia Geólogo",
|
||||
description: "Conhecimento técnico que transforma cada rocha e geleira em uma história viva.",
|
||||
},
|
||||
{
|
||||
icon: Diamond,
|
||||
title: "Acesso Exclusivo",
|
||||
description: "Cavernas proibidas, high-lands inacessíveis e o melhor da natureza selvagem.",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Geoconservação",
|
||||
description: "Turismo consciente que preserva o ecossistema para gerações futuras.",
|
||||
},
|
||||
{ icon: Globe, title: "Guia Geólogo", description: "Conhecimento técnico que transforma cada rocha e geleira em uma história viva." },
|
||||
{ icon: Diamond, title: "Acesso Exclusivo", description: "Cavernas proibidas, high-lands inacessíveis e o melhor da natureza selvagem." },
|
||||
{ icon: Shield, title: "Geoconservação", description: "Turismo consciente que preserva o ecossistema para gerações futuras." },
|
||||
]}
|
||||
title="Pillares da Experiência"
|
||||
description="O que nos torna únicos no mercado de luxo islandês."
|
||||
@@ -115,49 +83,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "exp-1",
|
||||
name: "Cavernas de Cristal",
|
||||
price: "€4,000",
|
||||
variant: "Gelo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-crystal-stalactite_198169-374.jpg",
|
||||
},
|
||||
{
|
||||
id: "exp-2",
|
||||
name: "Expedição High-Lands",
|
||||
price: "€5,500",
|
||||
variant: "Off-Road",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscapes-iceland-while-travelling_23-2149122492.jpg",
|
||||
},
|
||||
{
|
||||
id: "exp-3",
|
||||
name: "Caminhada Glaciar",
|
||||
price: "€4,200",
|
||||
variant: "Gelo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-glacial-chunks-vatnajokull-mass_482257-102095.jpg",
|
||||
},
|
||||
{
|
||||
id: "exp-4",
|
||||
name: "Campos de Lava Privado",
|
||||
price: "€3,800",
|
||||
variant: "Geologia",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-hiker-with-camera-hills-covered-snow-iceland_181624-17421.jpg",
|
||||
},
|
||||
{
|
||||
id: "exp-5",
|
||||
name: "Exploração Vulcânica",
|
||||
price: "€6,000",
|
||||
variant: "Geologia",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aurora-borealis-landscape-sea_23-2151387529.jpg",
|
||||
},
|
||||
{
|
||||
id: "exp-6",
|
||||
name: "Buggys nos Vales",
|
||||
price: "€4,500",
|
||||
variant: "Aventura",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-snow-tractor-clearing-road-after-snowstorm_181624-42332.jpg",
|
||||
},
|
||||
{ id: "exp-1", name: "Cavernas de Cristal", price: "€4,000", variant: "Gelo", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-crystal-stalactite_198169-374.jpg" },
|
||||
{ id: "exp-2", name: "Expedição High-Lands", price: "€5,500", variant: "Off-Road", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-landscapes-iceland-while-travelling_23-2149122492.jpg" },
|
||||
{ id: "exp-3", name: "Caminhada Glaciar", price: "€4,200", variant: "Gelo", imageSrc: "http://img.b2bpic.net/free-photo/blue-glacial-chunks-vatnajokull-mass_482257-102095.jpg" },
|
||||
{ id: "exp-4", name: "Campos de Lava Privado", price: "€3,800", variant: "Geologia", imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-hiker-with-camera-hills-covered-snow-iceland_181624-17421.jpg" },
|
||||
{ id: "exp-5", name: "Exploração Vulcânica", price: "€6,000", variant: "Geologia", imageSrc: "http://img.b2bpic.net/free-photo/aurora-borealis-landscape-sea_23-2151387529.jpg" },
|
||||
{ id: "exp-6", name: "Buggys nos Vales", price: "€4,500", variant: "Aventura", imageSrc: "http://img.b2bpic.net/free-photo/view-snow-tractor-clearing-road-after-snowstorm_181624-42332.jpg" },
|
||||
]}
|
||||
title="Tours Premium"
|
||||
description="Experiências desenhadas para quem busca o extraordinário."
|
||||
@@ -170,39 +103,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Private Expedition",
|
||||
price: "R$ 26.000",
|
||||
period: "/pessoa",
|
||||
features: [
|
||||
"Guia geólogo dedicado",
|
||||
"Transporte privativo",
|
||||
"Acesso VIP a cavernas",
|
||||
],
|
||||
button: {
|
||||
text: "Solicitar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-luxury-outdoor-swimming-pool-hotel-resort-nearly-beach-sea-ocean_74190-8965.jpg",
|
||||
imageAlt: "geologist guide iceland glacier",
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Ultimate Exploration",
|
||||
price: "R$ 45.000",
|
||||
period: "/pessoa",
|
||||
features: [
|
||||
"Tudo do básico",
|
||||
"Acesso a high-lands privadas",
|
||||
"Gastronomia local exclusiva",
|
||||
"Documentação profissional",
|
||||
],
|
||||
button: {
|
||||
text: "Agendar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/reckless-explorer-struggling-with-wind-weak-signal-keep-internet-connection_482257-125009.jpg?_wi=2",
|
||||
imageAlt: "geologist guide iceland glacier",
|
||||
},
|
||||
{ id: "basic", title: "Private Expedition", price: "R$ 26.000", period: "/pessoa", features: ["Guia geólogo dedicado", "Transporte privativo", "Acesso VIP a cavernas"], button: { text: "Solicitar" }, imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-luxury-outdoor-swimming-pool-hotel-resort-nearly-beach-sea-ocean_74190-8965.jpg" },
|
||||
{ id: "pro", title: "Ultimate Exploration", price: "R$ 45.000", period: "/pessoa", features: ["Tudo do básico", "Acesso a high-lands privadas", "Gastronomia local exclusiva", "Documentação profissional"], button: { text: "Agendar" }, imageSrc: "http://img.b2bpic.net/free-photo/reckless-explorer-struggling-with-wind-weak-signal-keep-internet-connection_482257-125009.jpg" },
|
||||
]}
|
||||
title="Consultoria Premium"
|
||||
description="Valor investido em exclusividade total."
|
||||
@@ -216,27 +118,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "2.5+",
|
||||
title: "Anos no Lava Centre",
|
||||
description: "Expertise acadêmica e prática.",
|
||||
icon: GraduationCap,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "2022",
|
||||
title: "Radicação na Ilha",
|
||||
description: "Conhecimento local profundo.",
|
||||
icon: Map,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Foco Científico",
|
||||
description: "Rigor geológico em cada tour.",
|
||||
icon: Search,
|
||||
},
|
||||
{ id: "m1", value: "2.5+", title: "Anos no Lava Centre", description: "Expertise acadêmica e prática.", icon: GraduationCap },
|
||||
{ id: "m2", value: "2022", title: "Radicação na Ilha", description: "Conhecimento local profundo.", icon: Map },
|
||||
{ id: "m3", value: "100%", title: "Foco Científico", description: "Rigor geológico em cada tour.", icon: Search },
|
||||
]}
|
||||
title="Nossa Autoridade"
|
||||
description="Geociência em ação na Islândia."
|
||||
@@ -249,41 +133,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Ana S.",
|
||||
handle: "@ana.explora",
|
||||
testimonial: "A forma como entendemos a geologia islandesa mudou. Inigualável.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photoghaper-taking-photo-godafoss-waterfall-winter-iceland_335224-677.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Carlos M.",
|
||||
handle: "@carlos.viaja",
|
||||
testimonial: "Luxo é ter um geólogo explicando os vulcões enquanto caminhamos. Magnífico.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-man-sitting-with-rocky-hill-background_181624-55237.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Bia F.",
|
||||
handle: "@bia.aventura",
|
||||
testimonial: "Sem filas, sem turismo de massa. Exclusividade total.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-practicing-cold-exposure-metabolism_23-2150981872.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ricardo L.",
|
||||
handle: "@ricardo.geo",
|
||||
testimonial: "O guia mais completo que já tivemos em viagens.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-smiling_23-2148588444.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Julia P.",
|
||||
handle: "@juliap.travel",
|
||||
testimonial: "Geologia e luxo mesclados perfeitamente.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-colombian-female-with-sunglasses-posing-while-standing-by-sea-daytime_181624-41580.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Ana S.", handle: "@ana.explora", testimonial: "A forma como entendemos a geologia islandesa mudou. Inigualável.", imageSrc: "http://img.b2bpic.net/free-photo/photoghaper-taking-photo-godafoss-waterfall-winter-iceland_335224-677.jpg" },
|
||||
{ id: "t2", name: "Carlos M.", handle: "@carlos.viaja", testimonial: "Luxo é ter um geólogo explicando os vulcões enquanto caminhamos. Magnífico.", imageSrc: "http://img.b2bpic.net/free-photo/view-man-sitting-with-rocky-hill-background_181624-55237.jpg" },
|
||||
{ id: "t3", name: "Bia F.", handle: "@bia.aventura", testimonial: "Sem filas, sem turismo de massa. Exclusividade total.", imageSrc: "http://img.b2bpic.net/free-photo/person-practicing-cold-exposure-metabolism_23-2150981872.jpg" },
|
||||
{ id: "t4", name: "Ricardo L.", handle: "@ricardo.geo", testimonial: "O guia mais completo que já tivemos em viagens.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-smiling_23-2148588444.jpg" },
|
||||
{ id: "t5", name: "Julia P.", handle: "@juliap.travel", testimonial: "Geologia e luxo mesclados perfeitamente.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-colombian-female-with-sunglasses-posing-while-standing-by-sea-daytime_181624-41580.jpg" },
|
||||
]}
|
||||
title="Testemunhos de Elite"
|
||||
description="A experiência autêntica validada."
|
||||
@@ -296,21 +150,10 @@ export default function LandingPage() {
|
||||
title="Entre em Contato"
|
||||
description="Comece o planejamento da sua expedição privada à Islândia."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Nome Completo",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Nome Completo" },
|
||||
{ name: "email", type: "email", placeholder: "Email" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Conte-nos sobre seus desejos na Islândia",
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "Conte-nos sobre seus desejos na Islândia" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/uluwatu-temple-bali_1385-1813.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -319,32 +162,8 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Islandia Privilege"
|
||||
columns={[
|
||||
{
|
||||
title: "Agência",
|
||||
items: [
|
||||
{
|
||||
label: "Sobre nós",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Tours",
|
||||
href: "#experiences",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Termos",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Agência", items: [{ label: "Sobre nós", href: "#about" }, { label: "Tours", href: "#experiences" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacidade", href: "#" }, { label: "Termos", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user