Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3611d1e5d9 | |||
| e1b1e3c7df | |||
| 548ad82c2e | |||
| 0322804e57 | |||
| b921b64f8d | |||
| e5b1d434b7 | |||
| 5005da54f4 | |||
| c7aaa7c3f0 | |||
| 02e9080a1d |
@@ -18,7 +18,7 @@ const inter = Inter({
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = { title: 'Sorriso & Saúde | Odontologia Moderna em Esperantina - TO', description: 'Transforme seu sorriso na Sorriso & Saúde. Oferecemos tratamentos odontológicos modernos, atendimento humanizado e foco no seu bem-estar em Esperantina.' };
|
||||
export const metadata: Metadata = { title: 'Sorriso & Saúde | Odontologia Moderna', description: 'Atendimento odontológico de qualidade com foco em saúde e bem-estar.' };
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
||||
215
src/app/page.tsx
215
src/app/page.tsx
@@ -2,18 +2,13 @@
|
||||
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import TeamCardFive from "@/components/sections/team/TeamCardFive";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import { Sparkles, Calendar, MessageCircle, Info, Smile, CheckCircle, Shield, CreditCard, Award, Users, MapPin, Phone, Star } from "lucide-react";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { Smile, CheckCircle, Shield, Award } from "lucide-react";
|
||||
|
||||
export default function SorrisoSaudePage() {
|
||||
return (
|
||||
@@ -25,141 +20,83 @@ export default function SorrisoSaudePage() {
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="metallic"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Sorriso & Saúde"
|
||||
navItems={[
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Serviços", id: "services" },
|
||||
{ name: "Localização", id: "location" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Agendar", href: "#contact" }}
|
||||
/>
|
||||
<HeroSplitDoubleCarousel
|
||||
title="SORRISO & SAÚDE"
|
||||
description="Odontologia moderna para um sorriso saudável e confiante. Na Sorriso & Saúde, acreditamos que um sorriso bem cuidado transforma autoestima, bem-estar e qualidade de vida."
|
||||
tag="Excelência em Odontologia"
|
||||
tagIcon={Smile}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{ text: "Agendar consulta", href: "#contact" },
|
||||
{ text: "Falar no WhatsApp", href: "https://wa.me/5563993034347" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-bedroom-interior_74190-5802.jpg", imageAlt: "Ambiente clínico aconchegante" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/colorimetry-specialist-with-client-colored-fabric-swaps_23-2150461554.jpg", imageAlt: "Paciente feliz" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pediatric-dentist-talking-with-little-girl-dental-office_651396-2539.jpg", imageAlt: "Consultório moderno" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/team-specialists-doing-surgical-procedure-man-with-toothache-using-dental-tools-instrument-stomatology-operation-dentist-nurse-extracting-teeth-oral-care-clinic_482257-35271.jpg", imageAlt: "Atendimento especializado" },
|
||||
]}
|
||||
carouselItemClassName="!aspect-[4/5]"
|
||||
/>
|
||||
<FeatureBento
|
||||
title="Nosso compromisso"
|
||||
description="A Clínica Odontológica Sorriso e Saúde foi criada para oferecer atendimento odontológico de qualidade com foco em cuidado humano e resultados duradouros."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Atendimento atencioso", description: "Receba um acompanhamento personalizado em cada etapa.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Ambiente confortável", description: "Espaço preparado para garantir total segurança e tranquilidade.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/patients-with-protection-masks-waiting-doctor-dental-clinic-reception-while-stomatologist-working-background-wearing-ppe-suit-concept-new-normal-dentist-visit-coronavirus-outbreak_482257-3546.jpg", imageAlt: "Sala de espera" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-399.jpg", imageAlt: "Equipamentos" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-dentist-with-female-assistant-standing-dentist-office_613910-21262.jpg", imageAlt: "Equipe" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Qualidade comprovada", description: "Procedimentos seguros com explicações claras.", bentoComponent: "reveal-icon", icon: CheckCircle,
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<FeatureCardTwentySix
|
||||
title="Nossos tratamentos"
|
||||
description="Soluções completas para a saúde e estética do seu sorriso."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Odontologia Preventiva", description: "Limpeza, profilaxia e avaliação completa.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-process-dental-services-dental-office-dental-treatment_1321-2955.jpg", buttonIcon: Award,
|
||||
},
|
||||
{
|
||||
title: "Tratamentos Restauradores", description: "Restaurações e tratamento de cáries.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-67154.jpg", buttonIcon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Estética do Sorriso", description: "Clareamento dental e ajustes estéticos.", imageSrc: "http://img.b2bpic.net/free-photo/girl-lying-chair-while-dentist-keeping-ultraviolet-tool_651396-1395.jpg", buttonIcon: Smile,
|
||||
},
|
||||
{
|
||||
title: "Avaliação Inicial", description: "Planejamento do seu plano de tratamento.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-looking-mirror-dentist-s-office_23-2148985783.jpg", buttonIcon: Info,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Bom, excelente atendimento."
|
||||
rating={5}
|
||||
author="— Paciente Sorriso & Saúde"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg", alt: "Paciente" }]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FeatureCardSixteen
|
||||
title="Por que escolher a Sorriso & Saúde?"
|
||||
description="Nossa clínica é focada na sua experiência."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Atendimento apressado e impessoal", "Ambientes desorganizados", "Dúvidas sem respostas", "Falta de clareza nos procedimentos"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Atendimento acolhedor e personalizado", "Estrutura preparada e moderna", "Explicações claras e transparentes", "Foco total na segurança e conforto"],
|
||||
}}
|
||||
/>
|
||||
<ContactCTA
|
||||
tag="Agende sua consulta"
|
||||
title="Seu sorriso merece cuidado profissional"
|
||||
description="📍 Esperantina – Tocantins | 📞 (63) 99303-4347"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Agendar consulta", href: "#contact" },
|
||||
{ text: "Falar no WhatsApp", href: "https://wa.me/5563993034347" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterBase
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Sorriso & Saúde"
|
||||
navItems={[
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Serviços", id: "services" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Agendar", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero">
|
||||
<HeroBillboardGallery
|
||||
title="SORRISO & SAÚDE"
|
||||
description="Odontologia moderna para um sorriso saudável e confiante."
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-bedroom-interior_74190-5802.jpg", imageAlt: "Ambiente clínico" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/colorimetry-specialist-with-client-colored-fabric-swaps_23-2150461554.jpg", imageAlt: "Paciente" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pediatric-dentist-talking-with-little-girl-dental-office_651396-2539.jpg", imageAlt: "Consultório" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about">
|
||||
<FeatureCardSeven
|
||||
title="Nosso compromisso"
|
||||
description="Atendimento de qualidade com foco em cuidado humano."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Atendimento atencioso", description: "Acompanhamento personalizado.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-dentist-with-female-assistant-standing-dentist-office_613910-21262.jpg", imageAlt: "Equipe"
|
||||
},
|
||||
{
|
||||
title: "Ambiente confortável", description: "Total segurança e tranquilidade.", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-399.jpg", imageAlt: "Equipamentos"
|
||||
},
|
||||
{
|
||||
title: "Qualidade comprovada", description: "Procedimentos seguros.", imageSrc: "http://img.b2bpic.net/free-photo/patients-with-protection-masks-waiting-doctor-dental-clinic-reception-while-stomatologist-working-background-wearing-ppe-suit-concept-new-normal-dentist-visit-coronavirus-outbreak_482257-3546.jpg", imageAlt: "Recepção"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="services">
|
||||
<FeatureCardTwentySix
|
||||
title="Nossos tratamentos"
|
||||
description="Soluções para o seu sorriso."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Preventiva", description: "Limpeza.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-process-dental-services-dental-office-dental-treatment_1321-2955.jpg", buttonIcon: Award },
|
||||
{ title: "Restauradora", description: "Restaurações.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-67154.jpg", buttonIcon: Shield },
|
||||
{ title: "Estética", description: "Clareamento.", imageSrc: "http://img.b2bpic.net/free-photo/girl-lying-chair-while-dentist-keeping-ultraviolet-tool_651396-1395.jpg", buttonIcon: Smile },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact">
|
||||
<ContactCTA
|
||||
tag="Contato"
|
||||
title="Agende sua consulta"
|
||||
description="Estamos prontos para lhe atender."
|
||||
buttons={[{ text: "WhatsApp", href: "https://wa.me/5563993034347" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<FooterBaseCard
|
||||
logoText="Sorriso & Saúde"
|
||||
copyrightText="© 2025 Sorriso & Saúde"
|
||||
columns={[
|
||||
{
|
||||
title: "Clínica", items: [
|
||||
{ label: "Sobre", href: "#about" },
|
||||
{ label: "Serviços", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contato", items: [
|
||||
{ label: "WhatsApp", href: "https://wa.me/5563993034347" },
|
||||
{ label: "Localização", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "Links", items: [{ label: "Home", href: "/" }] }]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user