Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-06 00:26:55 +00:00

View File

@@ -28,49 +28,27 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "home",
},
{
name: "Sobre",
id: "about",
},
{
name: "Serviços",
id: "services",
},
{
name: "Depoimentos",
id: "testimonials",
},
{
name: "Contato",
id: "contact",
},
{ name: "Home", id: "home" },
{ name: "Sobre", id: "about" },
{ name: "Serviços", id: "services" },
{ name: "Depoimentos", id: "testimonials" },
{ name: "Contato", id: "contact" },
]}
brandName="NutriLife"
button={{ text: "Agendar Consulta", href: "#contact" }}
/>
</div>
<div id="home" data-section="home">
<HeroLogoBillboard
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
logoText="Transforme sua vida através da nutrição."
description="Consultoria nutricional personalizada com foco em saúde real e bem-estar, usando a ciência da alimentação para alcançar seus objetivos de forma sustentável."
buttons={[
{
text: "Agendar Consulta",
href: "#contact",
},
{
text: "Saiba Mais",
href: "#about",
},
{ text: "Agendar Consulta", href: "#contact" },
{ text: "Saiba Mais", href: "#about" },
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-illustrated-fried-food_23-2151852566.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/3d-illustrated-fried-food_23-2151852566.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -81,20 +59,11 @@ export default function LandingPage() {
title="Nutrição baseada em evidência"
description="Com anos de experiência, ajudo pessoas a restaurarem sua relação com a comida, focando não apenas em dietas, mas em um estilo de vida duradouro."
metrics={[
{
value: "1.2k+",
title: "Pacientes Atendidos",
},
{
value: "98%",
title: "Resultados Positivos",
},
{
value: "15+",
title: "Anos de Experiência",
},
{ value: "1.2k+", title: "Pacientes Atendidos" },
{ value: "98%", title: "Resultados Positivos" },
{ value: "15+", title: "Anos de Experiência" },
]}
imageSrc="http://img.b2bpic.net/free-photo/diet-concept-with-female-scientist-healthy-food_23-2148193253.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/diet-concept-with-female-scientist-healthy-food_23-2148193253.jpg"
mediaAnimation="slide-up"
metricsAnimation="blur-reveal"
/>
@@ -107,41 +76,11 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
features={[
{
title: "Emagrecimento Saudável",
description: "Protocolos focados em perda de gordura preservando massa magra.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-illustrated-fried-food_23-2151852566.jpg?_wi=2",
titleIconSrc: "Apple",
buttonText: "Ver Plano",
},
{
title: "Nutrição Esportiva",
description: "Melhore sua performance com estratégias nutricionais inteligentes.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-illustrated-fried-food_23-2151852566.jpg?_wi=3",
titleIconSrc: "Zap",
buttonText: "Ver Plano",
},
{
title: "Reeducação Alimentar",
description: "Coma de forma consciente e prazerosa, sem restrições extremas.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-illustrated-fried-food_23-2151852566.jpg?_wi=4",
titleIconSrc: "CheckCircle",
buttonText: "Ver Plano",
},
{
title: "Nutrição Clínica",
description: "Acompanhamento especializado para patologias e saúde metabólica.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-illustrated-fried-food_23-2151852566.jpg?_wi=5",
titleIconSrc: "Stethoscope",
buttonText: "Ver Plano",
},
{
title: "Saúde Materna",
description: "Nutrição especializada para gestantes e pós-parto.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-illustrated-fried-food_23-2151852566.jpg?_wi=6",
titleIconSrc: "Heart",
buttonText: "Ver Plano",
},
{ title: "Emagrecimento Saudável", description: "Protocolos focados em perda de gordura preservando massa magra.", imageSrc: "http://img.b2bpic.net/free-photo/3d-illustrated-fried-food_23-2151852566.jpg", titleIconSrc: "Apple", buttonText: "Ver Plano" },
{ title: "Nutrição Esportiva", description: "Melhore sua performance com estratégias nutricionais inteligentes.", imageSrc: "http://img.b2bpic.net/free-photo/3d-illustrated-fried-food_23-2151852566.jpg", titleIconSrc: "Zap", buttonText: "Ver Plano" },
{ title: "Reeducação Alimentar", description: "Coma de forma consciente e prazerosa, sem restrições extremas.", imageSrc: "http://img.b2bpic.net/free-photo/3d-illustrated-fried-food_23-2151852566.jpg", titleIconSrc: "CheckCircle", buttonText: "Ver Plano" },
{ title: "Nutrição Clínica", description: "Acompanhamento especializado para patologias e saúde metabólica.", imageSrc: "http://img.b2bpic.net/free-photo/3d-illustrated-fried-food_23-2151852566.jpg", titleIconSrc: "Stethoscope", buttonText: "Ver Plano" },
{ title: "Saúde Materna", description: "Nutrição especializada para gestantes e pós-parto.", imageSrc: "http://img.b2bpic.net/free-photo/3d-illustrated-fried-food_23-2151852566.jpg", titleIconSrc: "Heart", buttonText: "Ver Plano" },
]}
title="Como posso te ajudar?"
description="Planos personalizados para cada fase da sua jornada de saúde."
@@ -151,43 +90,14 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Ana S.",
handle: "@ana_s",
testimonial: "O método é transformador e muito prático.",
imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-practicing-sport-outdoor_23-2148196803.jpg?_wi=1",
},
{
id: "2",
name: "Carlos M.",
handle: "@carlos_m",
testimonial: "Perdi 10kg de forma saudável e estou muito feliz.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-outdoors_23-2149037634.jpg",
},
{
id: "3",
name: "Beatriz F.",
handle: "@bia_f",
testimonial: "Finalmente encontrei uma nutrição que funciona para mim.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-indoors_23-2148625973.jpg",
},
{
id: "4",
name: "Diego L.",
handle: "@diego_l",
testimonial: "Performance máxima no esporte graças aos planos.",
imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-practicing-sport-outdoor_23-2148196803.jpg?_wi=2",
},
{
id: "5",
name: "Fernanda R.",
handle: "@fer_r",
testimonial: "Vida nova, energia lá no alto! Super recomendo.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-attractive-woman-model-standing-holding-green-fresh-apple_114579-90650.jpg",
},
{ id: "1", name: "Ana S.", handle: "@ana_s", testimonial: "O método é transformador e muito prático.", imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-practicing-sport-outdoor_23-2148196803.jpg" },
{ id: "2", name: "Carlos M.", handle: "@carlos_m", testimonial: "Perdi 10kg de forma saudável e estou muito feliz.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-outdoors_23-2149037634.jpg" },
{ id: "3", name: "Beatriz F.", handle: "@bia_f", testimonial: "Finalmente encontrei uma nutrição que funciona para mim.", imageSrc: "http://img.b2bpic.net/medium-shot-woman-posing-indoors_23-2148625973.jpg" },
{ id: "4", name: "Diego L.", handle: "@diego_l", testimonial: "Performance máxima no esporte graças aos planos.", imageSrc: "http://img.b2bpic.net/free-photo/athletic-woman-practicing-sport-outdoor_23-2148196803.jpg" },
{ id: "5", name: "Fernanda R.", handle: "@fer_r", testimonial: "Vida nova, energia lá no alto! Super recomendo.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-attractive-woman-model-standing-holding-green-fresh-apple_114579-90650.jpg" },
]}
title="Histórias de sucesso"
description="Veja como meus pacientes transformaram suas vidas."
@@ -197,14 +107,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Contato"
title="Vamos começar hoje?"
description="Entre em contato e agende sua primeira avaliação personalizada."
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/diet-concept-with-female-scientist-healthy-food_23-2148193253.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/diet-concept-with-female-scientist-healthy-food_23-2148193253.jpg"
/>
</div>
@@ -212,32 +120,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="NutriLife"
columns={[
{
title: "Menu",
items: [
{
label: "Sobre",
href: "#about",
},
{
label: "Serviços",
href: "#services",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacidade",
href: "#",
},
{
label: "Termos",
href: "#",
},
],
},
{ title: "Menu", items: [{ label: "Sobre", href: "#about" }, { label: "Serviços", href: "#services" }] },
{ title: "Legal", items: [{ label: "Privacidade", href: "#" }, { label: "Termos", href: "#" }] },
]}
copyrightText="© 2024 NutriLife. Todos os direitos reservados."
/>