Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aeb571168d | |||
| 074e56b100 | |||
| fbbc61e334 |
246
src/app/page.tsx
246
src/app/page.tsx
@@ -3,268 +3,152 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Sparkles, Smile, Star, Mail } from 'lucide-react';
|
import { Sparkles } from 'lucide-react';
|
||||||
|
|
||||||
export default function LuxuryDentistPage() {
|
export default function CentroMedicoSantJoanPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-stagger"
|
defaultButtonVariant="text-stagger"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="smallMedium"
|
contentWidth="mediumLarge"
|
||||||
sizing="mediumLargeSizeMediumTitles"
|
sizing="mediumLargeSizeMediumTitles"
|
||||||
background="aurora"
|
background="aurora"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="primary-glow"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="solid"
|
secondaryButtonStyle="solid"
|
||||||
headingFontWeight="light"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Luxury Dental Care"
|
brandName="Centro Médico Sant Joan"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Servicios", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "Sobre Nosotros", id: "about" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contacto", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Schedule Consultation",
|
text: "Cita Online", href: "#contact"
|
||||||
href: "#contact"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
title="California's Premier Luxury Dental Practice"
|
title="Excelencia en Salud y Bienestar"
|
||||||
description="Experience world-class cosmetic and restorative dentistry with cutting-edge technology. Our award-winning dentists are committed to creating stunning smiles with personalized care and exceptional attention to detail."
|
description="Centro Médico Sant Joan ofrece atención médica integral con tecnología de vanguardia y un equipo de especialistas comprometidos con su salud."
|
||||||
tag="Excellence Since 2005"
|
tag="Medicina de Calidad"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/hero/hero1.avif"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dx0XItOiGSuIZxZmawGn4JPWpg/uploaded-1779208579734-gga6e5cd.png?_wi=1"
|
||||||
imageAlt="Modern luxury dental practice with state-of-the-art equipment"
|
imageAlt="Centro Médico Sant Joan Fachada"
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
kpis={[
|
kpis={[
|
||||||
{ value: "5000+", label: "Satisfied Patients" },
|
{ value: "15+", label: "Años de Experiencia" },
|
||||||
{ value: "99.8%", label: "Satisfaction Rate" },
|
{ value: "20k+", label: "Pacientes Atendidos" },
|
||||||
{ value: "15+", label: "Industry Awards" }
|
{ value: "40+", label: "Especialistas Médicos" }
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "View Our Services", href: "#services" },
|
{ text: "Ver Servicios", href: "#services" },
|
||||||
{ text: "Book Your Visit", href: "#contact" }
|
{ text: "Reservar Cita", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<ProductCardTwo
|
<ProductCardFour
|
||||||
title="Our Signature Services"
|
title="Nuestras Especialidades"
|
||||||
description="From cosmetic enhancement to restorative excellence, our comprehensive services transform smiles and improve oral health with precision and artistry."
|
description="Atención personalizada en diversas áreas médicas para cubrir todas las necesidades de su familia."
|
||||||
tag="Premium Dental Services"
|
tag="Especialidades"
|
||||||
tagIcon={Smile}
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="blur-reveal"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Medicina General", price: "Consulta", variant: "Atención Primaria", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dx0XItOiGSuIZxZmawGn4JPWpg/uploaded-1779208579734-yxrv4eqf.png"
|
||||||
brand: "Cosmetic",
|
|
||||||
name: "Smile Design & Whitening",
|
|
||||||
price: "From $500",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "234",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service1.avif",
|
|
||||||
imageAlt: "Cosmetic smile design consultation"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Pediatría", price: "Consulta", variant: "Salud Infantil", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif?_wi=1"
|
||||||
brand: "Restorative",
|
|
||||||
name: "Dental Implants & Crowns",
|
|
||||||
price: "From $1,200",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "312",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif",
|
|
||||||
imageAlt: "Advanced dental implant technology"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Ginecología", price: "Consulta", variant: "Salud Femenina", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service3.avif"
|
||||||
brand: "Advanced",
|
|
||||||
name: "Orthodontics & Aligners",
|
|
||||||
price: "From $800",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "289",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service3.avif",
|
|
||||||
imageAlt: "Clear aligner orthodontic treatment"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
|
||||||
{ text: "Schedule Consultation", href: "#contact" }
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<InlineImageSplitTextAbout
|
<MediaAbout
|
||||||
heading={[
|
title="Compromiso con su Bienestar"
|
||||||
{ type: "text", content: "Trusted Excellence in Dental Care Across California" }
|
description="En Centro Médico Sant Joan, fusionamos experiencia médica con un trato humano excepcional. Nuestros centros están equipados para garantizar los mejores resultados."
|
||||||
]}
|
tag="Sobre Nosotros"
|
||||||
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dx0XItOiGSuIZxZmawGn4JPWpg/uploaded-1779208579734-gga6e5cd.png?_wi=2"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
|
||||||
{ text: "Meet Our Team", href: "#testimonials" },
|
|
||||||
{ text: "Learn More", href: "#contact" }
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardOne
|
<FeatureCardTwentyFour
|
||||||
title="Why Choose Our Luxury Practice"
|
title="¿Por qué elegirnos?"
|
||||||
description="We combine artistic excellence with scientific precision, utilizing the latest technology and techniques to deliver transformative results that exceed expectations."
|
description="Tecnología avanzada y especialistas altamente cualificados bajo un mismo techo."
|
||||||
tag="Premium Dental Excellence"
|
|
||||||
tagIcon={Star}
|
|
||||||
textboxLayout="default"
|
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="uniform-all-items-equal"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Digital Technology",
|
id: "1", title: "Tecnología de Punta", author: "Diagnóstico Avanzado", description: "Equipamiento de última generación para diagnósticos rápidos y precisos.", tags: ["Tecnología", "Precisión"],
|
||||||
description: "3D imaging, intraoral cameras, and computer-aided design for precise diagnostics and treatment planning",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service1.avif"
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about1.avif",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Master Craftsmanship",
|
id: "2", title: "Equipo Multidisciplinar", author: "Expertos a su servicio", description: "Médicos especialistas en más de 20 áreas trabajando en equipo.", tags: ["Medicina", "Salud"],
|
||||||
description: "Award-winning dentists with decades of experience in cosmetic and restorative excellence",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif?_wi=2"
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/about/about2.avif",
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardFifteen
|
||||||
title="What Our Patients Say"
|
testimonial="Excelente atención, personal muy atento y doctores con gran experiencia. Me siento muy bien atendida siempre."
|
||||||
description="Discover why hundreds of California's discerning patients trust us for their dental care and smile transformations"
|
rating={5}
|
||||||
tag="Patient Reviews"
|
author="María García"
|
||||||
textboxLayout="default"
|
avatars={[{ src: "https://api.dicebear.com/7.x/avataaars/svg?seed=Maria", alt: "Paciente" }]}
|
||||||
|
ratingAnimation="slide-up"
|
||||||
|
avatarsAnimation="opacity"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
|
||||||
testimonials={[
|
|
||||||
{
|
|
||||||
id: "1",
|
|
||||||
name: "Jennifer Martinez",
|
|
||||||
handle: "San Diego Patient",
|
|
||||||
testimonial: "The most professional and caring dental experience I've ever had. The results exceeded my expectations and the attention to detail is extraordinary.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial1.webp",
|
|
||||||
imageAlt: "Jennifer Martinez"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2",
|
|
||||||
name: "Robert Chen",
|
|
||||||
handle: "Business Executive",
|
|
||||||
testimonial: "Finally found a dentist who understands aesthetics and function. My smile is now my confidence. Highly recommended to anyone serious about quality.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial2.webp",
|
|
||||||
imageAlt: "Robert Chen"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3",
|
|
||||||
name: "Sarah Williams",
|
|
||||||
handle: "Entertainment Industry",
|
|
||||||
testimonial: "This is the place where art meets science. My smile transformation has been life-changing. The expertise here is unmatched.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/luxury-travel-agency/testimonial/testimonial3.webp",
|
|
||||||
imageAlt: "Sarah Williams"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "4",
|
|
||||||
name: "Michael Torres",
|
|
||||||
handle: "Loyal Patient",
|
|
||||||
testimonial: "I've been a patient for 8 years. The consistent excellence, warm staff, and cutting-edge treatments keep me coming back with confidence.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image5.avif",
|
|
||||||
imageAlt: "Michael Torres"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "5",
|
|
||||||
name: "Amanda Rodriguez",
|
|
||||||
handle: "Social Media Influencer",
|
|
||||||
testimonial: "When your smile matters for your career, you go to the best. This practice delivered a smile that's both beautiful and natural-looking.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image6.avif",
|
|
||||||
imageAlt: "Amanda Rodriguez"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "6",
|
|
||||||
name: "David Kim",
|
|
||||||
handle: "Healthcare Professional",
|
|
||||||
testimonial: "The clinical precision combined with artistic vision is remarkable. This team truly understands comprehensive dental care at the highest level.",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image7.avif",
|
|
||||||
imageAlt: "David Kim"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactCenter
|
||||||
tag="Get In Touch"
|
tag="Contacto"
|
||||||
tagIcon={Mail}
|
title="Estamos para Ayudarte"
|
||||||
title="Schedule Your Luxury Dental Experience"
|
description="Pide información o solicita tu cita médica hoy mismo."
|
||||||
description="Connect with our team to discuss your smile goals and discover how our personalized treatments can transform your dental health and confidence."
|
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/contact/contact.avif"
|
buttonText="Enviar Consulta"
|
||||||
imageAlt="Comfortable consultation room at our luxury dental practice"
|
|
||||||
mediaPosition="right"
|
|
||||||
mediaAnimation="slide-up"
|
|
||||||
inputPlaceholder="Enter your email"
|
|
||||||
buttonText="Get Started"
|
|
||||||
termsText="We respect your privacy. Unsubscribe anytime. Your smile deserves the best care."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBaseReveal
|
||||||
logoText="Luxury Dental Care California"
|
logoText="Centro Médico Sant Joan"
|
||||||
copyrightText="© 2025 Luxury Dental Care | Premium Dentistry Since 2005"
|
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Información", items: [{ label: "Sobre nosotros", href: "#about" }] },
|
||||||
title: "Services",
|
{ title: "Especialidades", items: [{ label: "Medicina General", href: "#services" }] },
|
||||||
items: [
|
{ title: "Contacto", items: [{ label: "Cita Online", href: "#contact" }] }
|
||||||
{ label: "Cosmetic Dentistry", href: "#services" },
|
|
||||||
{ label: "Dental Implants", href: "#services" },
|
|
||||||
{ label: "Orthodontics", href: "#services" },
|
|
||||||
{ label: "Restorative Care", href: "#services" }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Practice",
|
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "#about" },
|
|
||||||
{ label: "Our Team", href: "#testimonials" },
|
|
||||||
{ label: "Technology", href: "#features" },
|
|
||||||
{ label: "Contact Us", href: "#contact" }
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Connect",
|
|
||||||
items: [
|
|
||||||
{ label: "Instagram", href: "https://instagram.com" },
|
|
||||||
{ label: "Facebook", href: "https://facebook.com" },
|
|
||||||
{ label: "Google Reviews", href: "https://google.com" },
|
|
||||||
{ label: "Smile Gallery", href: "#" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user