Merge version_1 into main #2

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

View File

@@ -29,26 +29,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Início",
id: "hero",
},
{
name: "App",
id: "features",
},
{
name: "Competições",
id: "about",
},
{
name: "Avaliações",
id: "testimonials",
},
{
name: "Contato",
id: "contact",
},
{ name: "Início", id: "hero" },
{ name: "App", id: "features" },
{ name: "Competições", id: "about" },
{ name: "Avaliações", id: "testimonials" },
{ name: "Contato", id: "contact" },
]}
brandName="Strength Health"
/>
@@ -56,31 +41,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background="circleGradient"
background={{ variant: "radial-gradient" }}
title="Monitore sua jornada. Alcance sua força."
description="O Strength Health conecta você aos seus objetivos fitness através de monitoramento intuitivo, metas personalizadas e uma comunidade que te move além."
tag="Nova Era Fitness"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/smart-home-app-phone_23-2149036818.jpg?_wi=1",
imageAlt: "Dashboard do App",
},
imageSrc: "http://img.b2bpic.net/free-photo/smart-home-app-phone_23-2149036818.jpg", imageAlt: "Dashboard do App"},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-athlete-looking-smart-watch_23-2147839334.jpg",
imageAlt: "Uso ao ar livre",
},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hr9dp8&_wi=1",
imageAlt: "Análise de dados",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/diabetic-man-checking-glucose-patch-sensor_23-2150766864.jpg?_wi=1",
imageAlt: "Progresso diário",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-weights-with-headphones_23-2148523340.jpg?_wi=1",
imageAlt: "Wearables conectados",
},
imageSrc: "http://img.b2bpic.net/free-photo/male-athlete-looking-smart-watch_23-2147839334.jpg", imageAlt: "Uso ao ar livre"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -96,50 +65,20 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Rastreamento em Tempo Real",
tags: [
"GPS",
"Saúde",
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hr9dp8&_wi=2",
},
id: "f1", title: "Rastreamento em Tempo Real", tags: ["GPS", "Saúde"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hr9dp8"},
{
id: "f2",
title: "Dashboard de Metas",
tags: [
"Analytics",
"Progresso",
],
imageSrc: "http://img.b2bpic.net/free-photo/diabetic-man-checking-glucose-patch-sensor_23-2150766864.jpg?_wi=2",
},
id: "f2", title: "Dashboard de Metas", tags: ["Analytics", "Progresso"],
imageSrc: "http://img.b2bpic.net/free-photo/diabetic-man-checking-glucose-patch-sensor_23-2150766864.jpg"},
{
id: "f3",
title: "Sincronização Wearable",
tags: [
"Tech",
"Fitness",
],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-weights-with-headphones_23-2148523340.jpg?_wi=2",
},
id: "f3", title: "Sincronização Wearable", tags: ["Tech", "Fitness"],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-weights-with-headphones_23-2148523340.jpg"},
{
id: "f4",
title: "Desafios de Comunidade",
tags: [
"Social",
"Motivação",
],
imageSrc: "http://img.b2bpic.net/free-photo/three-sporty-females-warming-up-lawn-summer-park_613910-10145.jpg",
},
id: "f4", title: "Desafios de Comunidade", tags: ["Social", "Motivação"],
imageSrc: "http://img.b2bpic.net/free-photo/three-sporty-females-warming-up-lawn-summer-park_613910-10145.jpg"},
{
id: "f5",
title: "Relatórios de Performance",
tags: [
"Insights",
"Relatórios",
],
imageSrc: "http://img.b2bpic.net/free-photo/smart-home-app-phone_23-2149036818.jpg?_wi=2",
},
id: "f5", title: "Relatórios de Performance", tags: ["Insights", "Relatórios"],
imageSrc: "http://img.b2bpic.net/free-photo/smart-home-app-phone_23-2149036818.jpg"},
]}
title="Funcionalidades Inteligentes"
description="Ferramentas pensadas para otimizar cada passo da sua performance."
@@ -150,19 +89,9 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Competições Internas e Desafios",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/three-sporty-females-warming-up-lawn-summer-park_613910-10145.jpg",
alt: "Desafio de Equipe",
},
{
type: "text",
content: "Suba no ranking, compita com amigos e conquiste recompensas exclusivas mantendo o foco total na sua saúde.",
},
{ type: "text", content: "Competições Internas e Desafios" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/three-sporty-females-warming-up-lawn-summer-park_613910-10145.jpg", alt: "Desafio de Equipe" },
{ type: "text", content: "Suba no ranking, compita com amigos e conquiste recompensas exclusivas mantendo o foco total na sua saúde." },
]}
/>
</div>
@@ -174,40 +103,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Ana Silva",
handle: "@anasilva_fit",
testimonial: "O Strength Health mudou minha forma de enxergar o treino diário. Simples e eficaz!",
imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-13675.jpg",
},
id: "1", name: "Ana Silva", handle: "@anasilva_fit", testimonial: "O Strength Health mudou minha forma de enxergar o treino diário. Simples e eficaz!", imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-13675.jpg"},
{
id: "2",
name: "Pedro Costa",
handle: "@pedrocosta",
testimonial: "As competições internas são viciantes, me motivam a correr muito mais que antes.",
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-with-towel-around-neck-holding-dumbbell-looking-camera-with-confident-expression-standing-blue-background_141793-118585.jpg",
},
id: "2", name: "Pedro Costa", handle: "@pedrocosta", testimonial: "As competições internas são viciantes, me motivam a correr muito mais que antes.", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-with-towel-around-neck-holding-dumbbell-looking-camera-with-confident-expression-standing-blue-background_141793-118585.jpg"},
{
id: "3",
name: "Camila Oliveira",
handle: "@camilaol",
testimonial: "Interface limpa, rápida e monitoramento muito preciso. Essencial para minha rotina.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-short-haired-woman-posing-white-shirt_23-2149021781.jpg",
},
id: "3", name: "Camila Oliveira", handle: "@camilaol", testimonial: "Interface limpa, rápida e monitoramento muito preciso. Essencial para minha rotina.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-short-haired-woman-posing-white-shirt_23-2149021781.jpg"},
{
id: "4",
name: "Bruno Souza",
handle: "@brunostrength",
testimonial: "Melhor app fitness que já baixei. A integração é perfeita.",
imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-with-ball-fingers_23-2147644470.jpg",
},
id: "4", name: "Bruno Souza", handle: "@brunostrength", testimonial: "Melhor app fitness que já baixei. A integração é perfeita.", imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-with-ball-fingers_23-2147644470.jpg"},
{
id: "5",
name: "Juliana Lima",
handle: "@juliana.lima",
testimonial: "Superou todas as minhas expectativas de monitoramento de performance.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-man-wired-headphones-smiling-stretching-hands-trying-steal-your-cell-phone_176420-12651.jpg",
},
id: "5", name: "Juliana Lima", handle: "@juliana.lima", testimonial: "Superou todas as minhas expectativas de monitoramento de performance.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-man-wired-headphones-smiling-stretching-hands-trying-steal-your-cell-phone_176420-12651.jpg"},
]}
title="Quem alcançou resultados"
description="Veja o que nossa comunidade Strength Health tem a dizer sobre nossa metodologia."
@@ -217,15 +121,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
text="Ficou com alguma dúvida ou precisa de suporte técnico? Nossa equipe está pronta para ajudar você via WhatsApp."
buttons={[
{
text: "Falar no WhatsApp",
href: "https://wa.me/55000000000",
},
text: "Falar no WhatsApp", href: "https://wa.me/55000000000"},
]}
/>
</div>