diff --git a/src/app/page.tsx b/src/app/page.tsx index b5db879..fd9c8d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, Heart, Smile } from "lucide-react"; +import { Award, Heart, Smile, MapPin, Clock, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -66,7 +66,7 @@ export default function LandingPage() { 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: MapPin, label: "Endereço", value: "Rua das Flores, 123" } ]} metricsAnimation="slide-up" /> @@ -80,7 +80,7 @@ export default function LandingPage() { 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: "t3", title: "Horário de Funcionamento", descriptions: ["Segunda a Sexta: 08h às 19h", "Sábado: 09h às 13h"], 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." @@ -93,9 +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: "Contato", description: "Fale conosco pelo telefone: (11) 99999-9999" }, + { id: "b2", value: "Localização", description: "Estamos no centro da cidade, fácil acesso." }, + { id: "b3", value: "Bem-estar", description: "Sentimento renovado de leveza e harmonia interna." } ]} metricsAnimation="slide-up" /> @@ -127,10 +127,7 @@ export default function LandingPage() { 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: "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" } ]} title="Nosso Espaço de Acolhimento" description="Um refúgio pensado para oferecer a você a máxima tranquilidade e conforto." @@ -143,7 +140,7 @@ export default function LandingPage() { 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: "f3", title: "Onde estamos?", content: "Rua das Flores, 123. Atendemos com agendamento prévio." } ]} sideTitle="Dúvidas Frequentes" sideDescription="Estamos aqui para esclarecer qualquer ponto sobre nossa jornada." @@ -155,7 +152,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file