diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cbbb59..8dd74bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,49 +28,27 @@ export default function LandingPage() {
@@ -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() {
@@ -212,32 +120,8 @@ export default function LandingPage() {