Merge version_1 into main #1
249
src/app/page.tsx
249
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Terapias",
|
||||
id: "terapias",
|
||||
},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Terapias", id: "terapias" },
|
||||
{ name: "Depoimentos", id: "testimonials" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
brandName="DulceTerapias"
|
||||
/>
|
||||
@@ -59,38 +44,16 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Seu caminho para o equilíbrio e paz interior"
|
||||
description="Na DulceTerapias, unimos terapias integrativas com carinho e ciência para resgatar sua conexão com o bem-estar absoluto."
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar Agora",
|
||||
href: "https://wa.me/5500000000000",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Agendar Agora", href: "https://wa.me/5500000000000" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-yoga-equipment_23-2151725293.jpg",
|
||||
imageAlt: "luxury wellness clinic interior warm",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161904.jpg",
|
||||
imageAlt: "aromatherapy spa essential oils golden",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-conducting-reiki-therapy_23-2149403922.jpg",
|
||||
imageAlt: "serene meditation retreat aesthetic",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-mat-full-shot_23-2149996112.jpg",
|
||||
imageAlt: "Woman doing yoga on mat full shot",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-cocktail-using-her-tablet_23-2147601342.jpg",
|
||||
imageAlt: "Young woman holding a cocktail and using her tablet",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-yoga-equipment_23-2151725293.jpg", imageAlt: "luxury wellness clinic interior warm" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/authentic-scene-young-person-undergoing-psychological-therapy_23-2150161904.jpg", imageAlt: "aromatherapy spa essential oils golden" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-conducting-reiki-therapy_23-2149403922.jpg", imageAlt: "serene meditation retreat aesthetic" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-yoga-mat-full-shot_23-2149996112.jpg", imageAlt: "Woman doing yoga on mat full shot" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-cocktail-using-her-tablet_23-2147601342.jpg", imageAlt: "Young woman holding a cocktail and using her tablet" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -101,21 +64,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Nossa Missão é o seu Cuidado"
|
||||
metrics={[
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Vidas Transformadas",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Anos de Experiência",
|
||||
value: "10",
|
||||
},
|
||||
{
|
||||
icon: Smile,
|
||||
label: "Clientes Satisfeitos",
|
||||
value: "98%",
|
||||
},
|
||||
{ icon: Heart, label: "Vidas Transformadas", value: "500+" },
|
||||
{ icon: Award, label: "Anos de Experiência", value: "10" },
|
||||
{ icon: Smile, label: "Clientes Satisfeitos", value: "98%" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -127,33 +78,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Terapia Integrativa",
|
||||
descriptions: [
|
||||
"Abordagem holística para realinhamento energético e emocional.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/meditation-sign-template-design_742173-15907.jpg",
|
||||
imageAlt: "holistic therapy concept icon",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Equilíbrio Emocional",
|
||||
descriptions: [
|
||||
"Processos de autoconhecimento para reduzir o estresse diário.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamcatcher-placed-white-wall_23-2149192606.jpg",
|
||||
imageAlt: "emotional healing concept symbol",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Bem-Estar Profundo",
|
||||
descriptions: [
|
||||
"Técnicas de relaxamento para restaurar sua vitalidade.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-yoga-illustration_1025-724.jpg",
|
||||
imageAlt: "calm energy balancing icon",
|
||||
},
|
||||
{ id: "t1", title: "Terapia Integrativa", descriptions: ["Abordagem holística para realinhamento energético e emocional."], imageSrc: "http://img.b2bpic.net/free-vector/meditation-sign-template-design_742173-15907.jpg", imageAlt: "holistic therapy concept icon" },
|
||||
{ id: "t2", title: "Equilíbrio Emocional", descriptions: ["Processos de autoconhecimento para reduzir o estresse diário."], imageSrc: "http://img.b2bpic.net/free-photo/dreamcatcher-placed-white-wall_23-2149192606.jpg", imageAlt: "emotional healing concept symbol" },
|
||||
{ id: "t3", title: "Bem-Estar Profundo", descriptions: ["Técnicas de relaxamento para restaurar sua vitalidade."], imageSrc: "http://img.b2bpic.net/free-vector/abstract-yoga-illustration_1025-724.jpg", imageAlt: "calm energy balancing icon" }
|
||||
]}
|
||||
title="Terapias que Acolhem"
|
||||
description="Conheça nossas abordagens terapêuticas focadas na harmonia integral entre corpo, mente e espírito."
|
||||
@@ -166,21 +93,9 @@ export default function LandingPage() {
|
||||
title="Benefícios do Cuidado"
|
||||
tag="Resultados reais"
|
||||
metrics={[
|
||||
{
|
||||
id: "b1",
|
||||
value: "Redução",
|
||||
description: "Diminuição imediata dos níveis de ansiedade e tensão.",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
value: "Foco",
|
||||
description: "Maior clareza mental e presença no seu dia a dia.",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
value: "Paz",
|
||||
description: "Sentimento renovado de leveza e harmonia interna.",
|
||||
},
|
||||
{ id: "b1", value: "Redução", description: "Diminuição imediata dos níveis de ansiedade e tensão." },
|
||||
{ id: "b2", value: "Foco", description: "Maior clareza mental e presença no seu dia a dia." },
|
||||
{ id: "b3", value: "Paz", description: "Sentimento renovado de leveza e harmonia interna." }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -192,41 +107,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ana Silva",
|
||||
handle: "@ana_cliente",
|
||||
testimonial: "Transformador! Sinto-me leve e renovada após cada sessão.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-sleeping-grass_23-2149147866.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Souza",
|
||||
handle: "@carlos_souza",
|
||||
testimonial: "Um ambiente acolhedor e profissional. Profunda gratidão.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-boyfriend_273609-12680.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mariana Lima",
|
||||
handle: "@mari_lima",
|
||||
testimonial: "A DulceTerapias foi o melhor presente que já me dei.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mother-girl-playing-together_23-2149440924.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Roberto F.",
|
||||
handle: "@roberto_f",
|
||||
testimonial: "Excelente profissional, ética e muito atenciosa.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/focused-workers-testing-new-device_74855-4235.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Juliana M.",
|
||||
handle: "@juli_m",
|
||||
testimonial: "Paz e acolhimento em todos os momentos.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-with-praying-expression-yellow-wall_179666-12398.jpg",
|
||||
},
|
||||
{ id: "1", name: "Ana Silva", handle: "@ana_cliente", testimonial: "Transformador! Sinto-me leve e renovada após cada sessão.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-couple-sleeping-grass_23-2149147866.jpg" },
|
||||
{ id: "2", name: "Carlos Souza", handle: "@carlos_souza", testimonial: "Um ambiente acolhedor e profissional. Profunda gratidão.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-boyfriend_273609-12680.jpg" },
|
||||
{ id: "3", name: "Mariana Lima", handle: "@mari_lima", testimonial: "A DulceTerapias foi o melhor presente que já me dei.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mother-girl-playing-together_23-2149440924.jpg" },
|
||||
{ id: "4", name: "Roberto F.", handle: "@roberto_f", testimonial: "Excelente profissional, ética e muito atenciosa.", imageSrc: "http://img.b2bpic.net/free-photo/focused-workers-testing-new-device_74855-4235.jpg" },
|
||||
{ id: "5", name: "Juliana M.", handle: "@juli_m", testimonial: "Paz e acolhimento em todos os momentos.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-with-praying-expression-yellow-wall_179666-12398.jpg" }
|
||||
]}
|
||||
title="Relatos de Quem Encontrou Paz"
|
||||
description="Veja o que nossos clientes dizem sobre a experiência DulceTerapias."
|
||||
@@ -237,44 +122,15 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Sala de Atendimento",
|
||||
price: "Espaço zen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-contemporary-living-room-interior-modern-furniture_1048-8654.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Recepção",
|
||||
price: "Acolhedora",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/volume-near-cup-plaid-table_23-2147952645.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Área de Relax",
|
||||
price: "Paz total",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/morning-breakfast-still-life-coffee-croissant-tray-big-window_8353-8321.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Sala de Atendimento",
|
||||
price: "Espaço zen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-with-massage-tables-wall-with-lights-it_188544-36461.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Recepção",
|
||||
price: "Acolhedora",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skilled-experienced-african-american-engineer-helping-his-young-female-assistant_273609-14111.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Área de Relax",
|
||||
price: "Paz total",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/autumn-still-life-home-decor-cozy-house_169016-5792.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Sala de Atendimento", price: "Espaço zen", imageSrc: "http://img.b2bpic.net/free-photo/3d-contemporary-living-room-interior-modern-furniture_1048-8654.jpg" },
|
||||
{ id: "p2", name: "Recepção", price: "Acolhedora", imageSrc: "http://img.b2bpic.net/free-photo/volume-near-cup-plaid-table_23-2147952645.jpg" },
|
||||
{ id: "p3", name: "Área de Relax", price: "Paz total", imageSrc: "http://img.b2bpic.net/free-photo/morning-breakfast-still-life-coffee-croissant-tray-big-window_8353-8321.jpg" },
|
||||
{ id: "p4", name: "Sala de Atendimento", price: "Espaço zen", imageSrc: "http://img.b2bpic.net/free-photo/room-with-massage-tables-wall-with-lights-it_188544-36461.jpg" },
|
||||
{ id: "p5", name: "Recepção", price: "Acolhedora", imageSrc: "http://img.b2bpic.net/free-photo/skilled-experienced-african-american-engineer-helping-his-young-female-assistant_273609-14111.jpg" },
|
||||
{ id: "p6", name: "Área de Relax", price: "Paz total", imageSrc: "http://img.b2bpic.net/free-photo/autumn-still-life-home-decor-cozy-house_169016-5792.jpg" }
|
||||
]}
|
||||
title="Nosso Espaço de Acolhimento"
|
||||
description="Um refúgio pensado para oferecer a você a máxima tranquilidade e conforto."
|
||||
@@ -285,21 +141,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Como agendar?",
|
||||
content: "Entre em contato via WhatsApp para verificar disponibilidade.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Qual a duração das sessões?",
|
||||
content: "Cada sessão dura em média 60 minutos.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Posso levar acompanhante?",
|
||||
content: "Para maior privacidade, atendemos preferencialmente de forma individual.",
|
||||
},
|
||||
{ id: "f1", title: "Como agendar?", content: "Entre em contato via WhatsApp para verificar disponibilidade." },
|
||||
{ id: "f2", title: "Qual a duração das sessões?", content: "Cada sessão dura em média 60 minutos." },
|
||||
{ id: "f3", title: "Posso levar acompanhante?", content: "Para maior privacidade, atendemos preferencialmente de forma individual." }
|
||||
]}
|
||||
sideTitle="Dúvidas Frequentes"
|
||||
sideDescription="Estamos aqui para esclarecer qualquer ponto sobre nossa jornada."
|
||||
@@ -313,25 +157,10 @@ export default function LandingPage() {
|
||||
title="Vamos Conversar?"
|
||||
description="Estamos prontas para receber você com todo o cuidado que merece."
|
||||
inputs={[
|
||||
{
|
||||
name: "nome",
|
||||
type: "text",
|
||||
placeholder: "Seu Nome",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Seu E-mail",
|
||||
required: true,
|
||||
},
|
||||
{ name: "nome", type: "text", placeholder: "Seu Nome", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Seu E-mail", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "mensagem",
|
||||
placeholder: "Como podemos ajudar hoje?",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "mensagem", placeholder: "Como podemos ajudar hoje?", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-photo-frames-plant-interior-design_23-2149454950.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user