383 lines
16 KiB
TypeScript
383 lines
16 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import ReactLenis from "lenis/react";
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="hover-bubble"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="rounded"
|
|
contentWidth="mediumSmall"
|
|
sizing="largeSizeMediumTitles"
|
|
background="noise"
|
|
cardStyle="subtle-shadow"
|
|
primaryButtonStyle="flat"
|
|
secondaryButtonStyle="glass"
|
|
headingFontWeight="extrabold"
|
|
>
|
|
<ReactLenis root>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingInline
|
|
navItems={[
|
|
{
|
|
name: "Home",
|
|
id: "#home",
|
|
},
|
|
{
|
|
name: "About Us",
|
|
id: "#about",
|
|
},
|
|
{
|
|
name: "Services",
|
|
id: "#services",
|
|
},
|
|
{
|
|
name: "Our Team",
|
|
id: "#team",
|
|
},
|
|
{
|
|
name: "Testimonials",
|
|
id: "#testimonials",
|
|
},
|
|
{
|
|
name: "FAQ",
|
|
id: "#faq",
|
|
},
|
|
{
|
|
name: "Contact",
|
|
id: "#contact",
|
|
},
|
|
]}
|
|
brandName="ETHICAL DENTAL"
|
|
button={{
|
|
text: "Book Appointment",
|
|
href: "#contact",
|
|
}}
|
|
animateOnLoad={true}
|
|
/>
|
|
</div>
|
|
|
|
<div id="home" data-section="home">
|
|
<HeroLogo
|
|
logoText="ETHICAL DENTAL"
|
|
description="Led by Dr. Siddharth Garg, MDS, we are recognized as the best dental clinic in Rohini, North Delhi. Experience world-class dental care with a focus on integrity, compassion, and precision."
|
|
buttons={[
|
|
{
|
|
text: "Book an Appointment",
|
|
href: "#contact",
|
|
},
|
|
{
|
|
text: "Explore Services",
|
|
href: "#services",
|
|
},
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
imageSrc="http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg?_wi=1"
|
|
imageAlt="Modern, clean dental clinic interior with advanced equipment"
|
|
/>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<MetricSplitMediaAbout
|
|
useInvertedBackground={true}
|
|
title="About Dr. Siddharth Garg & Ethical Dental"
|
|
description="Dr. Siddharth Garg, MDS, is a highly esteemed dental specialist dedicated to providing exceptional dental care. At Ethical Dental, we combine advanced techniques with a patient-first approach, ensuring comfort and lasting results. Our clinic in Rohini, North Delhi, is equipped with state-of-the-art technology to deliver comprehensive and ethical dental solutions."
|
|
metrics={[
|
|
{
|
|
value: "10+",
|
|
title: "Years Experience",
|
|
},
|
|
{
|
|
value: "5000+",
|
|
title: "Happy Smiles",
|
|
},
|
|
{
|
|
value: "99%",
|
|
title: "Success Rate",
|
|
},
|
|
]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-medical-doctor-posing-against-white-wall_1157-43765.jpg"
|
|
imageAlt="Dr. Siddharth Garg, MDS, smiling professionally"
|
|
mediaAnimation="slide-up"
|
|
metricsAnimation="blur-reveal"
|
|
/>
|
|
</div>
|
|
|
|
<div id="services" data-section="services">
|
|
<FeatureCardTwentySeven
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
id: "dental-implants",
|
|
title: "Dental Implants",
|
|
descriptions: [
|
|
"Restore missing teeth with durable, natural-looking dental implants. Our experts use precision techniques for long-lasting results.",
|
|
],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smartphone-as-habit_23-2149240972.jpg",
|
|
imageAlt: "Detailed diagram of a dental implant",
|
|
},
|
|
{
|
|
id: "aligners",
|
|
title: "Clear Aligners",
|
|
descriptions: [
|
|
"Achieve a perfectly straight smile discreetly with custom-made clear aligners. A comfortable and invisible alternative to traditional braces.",
|
|
],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-attractive-girl-denim-clothes-glasses-simple-dark-green-wall-with-place-text_78826-3086.jpg",
|
|
imageAlt: "Smiling person wearing clear dental aligners",
|
|
},
|
|
{
|
|
id: "root-canal",
|
|
title: "Root Canal Treatment",
|
|
descriptions: [
|
|
"Relieve severe tooth pain and save infected teeth with our painless and effective root canal therapy, performed by experienced specialists.",
|
|
],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-childs-mouth-dental-treatment-dentistry-dental-treatment_169016-67262.jpg",
|
|
imageAlt: "Dentist performing root canal treatment",
|
|
},
|
|
]}
|
|
title="Our Specialized Dental Services"
|
|
description="At Ethical Dental, we offer a comprehensive range of advanced dental treatments, from sophisticated dental implants to discreet aligner therapy, all designed to restore your smile and confidence."
|
|
/>
|
|
</div>
|
|
|
|
<div id="treatments" data-section="treatments">
|
|
<ProductCardFour
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
gridVariant="three-columns-all-equal-width"
|
|
useInvertedBackground={true}
|
|
products={[
|
|
{
|
|
id: "cosmetic-dentistry",
|
|
name: "Cosmetic Dentistry",
|
|
price: "Personalized",
|
|
variant: "Veneers, Whitening, Bonding",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauitful-blonde-woman-with-short-hair-deep-blue-eyes_8353-5483.jpg",
|
|
imageAlt: "Bright, white smile showing cosmetic dentistry results",
|
|
},
|
|
{
|
|
id: "general-dentistry",
|
|
name: "General Dentistry",
|
|
price: "Consultation",
|
|
variant: "Check-ups, Fillings, Cleanings",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/medicine-uniform-healthcare-medical-workers-day-top-view_185193-108313.jpg",
|
|
imageAlt: "Dentist examining a patient's teeth",
|
|
},
|
|
{
|
|
id: "pediatric-dentistry",
|
|
name: "Pediatric Dentistry",
|
|
price: "Kids Care",
|
|
variant: "Child-Friendly Treatments",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party-covid_23-2149316339.jpg",
|
|
imageAlt: "Happy child sitting in a dental chair",
|
|
},
|
|
{
|
|
id: "oral-surgery",
|
|
name: "Oral Surgery",
|
|
price: "Specialized",
|
|
variant: "Extractions, Jaw Surgeries",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/dentists-treat-patients-teeth_1150-19635.jpg",
|
|
imageAlt: "Dentist performing oral surgery",
|
|
},
|
|
{
|
|
id: "periodontics",
|
|
name: "Periodontics",
|
|
price: "Advanced Care",
|
|
variant: "Gum Disease Treatment",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/pacient-dental-clinic-while-operation_140725-7730.jpg",
|
|
imageAlt: "Healthy gums and teeth",
|
|
},
|
|
{
|
|
id: "crown-bridges",
|
|
name: "Crowns & Bridges",
|
|
price: "Durable Solutions",
|
|
variant: "Restorative, Aesthetic",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67473.jpg",
|
|
imageAlt: "Dental crowns and bridges illustration",
|
|
},
|
|
]}
|
|
title="Comprehensive Dental Solutions"
|
|
description="Explore our full spectrum of dental services designed to meet all your oral health needs, ensuring a healthy and beautiful smile for years to come."
|
|
/>
|
|
</div>
|
|
|
|
<div id="team" data-section="team">
|
|
<TeamCardEleven
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
groups={[
|
|
{
|
|
id: "doctors",
|
|
groupTitle: "Our Doctors",
|
|
members: [
|
|
{
|
|
id: "dr-siddharth",
|
|
title: "Dr. Siddharth Garg",
|
|
subtitle: "MDS, Founder & Lead Dentist",
|
|
detail: "Specializing in Dental Implants & Aligners, Dr. Garg brings extensive experience and a patient-centric approach to every treatment.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-teeth-girl-dental-office-dentistry-concept_169016-66731.jpg",
|
|
imageAlt: "Dr. Siddharth Garg profile picture",
|
|
},
|
|
{
|
|
id: "dr-priya",
|
|
title: "Dr. Priya Sharma",
|
|
subtitle: "BDS, General Dentist",
|
|
detail: "With a gentle touch and keen eye, Dr. Sharma excels in general dentistry, ensuring comfortable experiences for all patients.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-dental-braces-dentist-office-sitting-dentist-chair_651396-2256.jpg",
|
|
imageAlt: "Dr. Priya Sharma profile picture",
|
|
},
|
|
{
|
|
id: "dr-rajesh",
|
|
title: "Dr. Rajesh Kumar",
|
|
subtitle: "MDS, Orthodontist",
|
|
detail: "Dr. Kumar is our expert orthodontist, transforming smiles with advanced braces and aligner therapies.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-66973.jpg",
|
|
imageAlt: "Dr. Rajesh Kumar profile picture",
|
|
},
|
|
],
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-dentist-dental-clinic_107420-74193.jpg?_wi=2",
|
|
imageAlt: "indian male dentist smiling portrait",
|
|
},
|
|
]}
|
|
title="Meet Our Dedicated Team"
|
|
description="Our clinic is home to skilled professionals passionate about creating healthy and beautiful smiles. Led by Dr. Siddharth Garg, our team is committed to providing personalized and compassionate care."
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardTwo
|
|
animationType="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
testimonials={[
|
|
{
|
|
id: "1",
|
|
name: "Anjali Singh",
|
|
role: "Teacher",
|
|
testimonial: "Dr. Garg and his team provided outstanding care. My dental implant procedure was seamless, and the results are incredibly natural. Highly recommend Ethical Dental!",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/eastern-woman_1303-5389.jpg",
|
|
imageAlt: "Happy patient Anjali Singh",
|
|
},
|
|
{
|
|
id: "2",
|
|
name: "Rahul Verma",
|
|
role: "Engineer",
|
|
testimonial: "I always hesitated with dental visits, but Ethical Dental changed that. The clear aligners worked wonders, and the entire process was comfortable and professional.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/celebration-labour-day-with-monochrome-view-woman-working-her-job_23-2151295983.jpg",
|
|
imageAlt: "Happy patient Rahul Verma",
|
|
},
|
|
{
|
|
id: "3",
|
|
name: "Priya Sharma",
|
|
role: "Homemaker",
|
|
testimonial: "The best dental clinic in Rohini! Dr. Garg is truly ethical and skilled. My root canal was pain-free, and the staff made me feel at ease.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-beautiful-young-woman-posing_1301-4064.jpg",
|
|
imageAlt: "Happy patient Priya Sharma",
|
|
},
|
|
{
|
|
id: "4",
|
|
name: "Amit Kumar",
|
|
role: "Businessman",
|
|
testimonial: "From consultation to final treatment, everything was impeccable. Ethical Dental is committed to patient satisfaction, and their cosmetic dentistry gave me a perfect smile.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/group-volunteers-doing-thumbs-up-sign_23-2148687294.jpg",
|
|
imageAlt: "Happy patient Amit Kumar",
|
|
},
|
|
{
|
|
id: "5",
|
|
name: "Sonia Devi",
|
|
role: "Retired",
|
|
testimonial: "Finding a compassionate dentist is rare. Dr. Garg listened patiently and provided excellent care for my dentures. I can now smile and eat confidently.",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/dental-fillings-dental-fillings-with-ultraviolet-light-female-dentist-treating-girls-tooth_169016-66833.jpg",
|
|
imageAlt: "Happy patient Sonia Devi",
|
|
},
|
|
]}
|
|
title="What Our Patients Say"
|
|
description="Hear directly from our satisfied patients about their experiences and the exceptional care they received at Ethical Dental. Your trust is our greatest reward."
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqBase
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
faqs={[
|
|
{
|
|
id: "q1",
|
|
title: "What are the clinic hours for Ethical Dental?",
|
|
content: "Our clinic is open Monday to Saturday, from 10:00 AM to 7:00 PM. We are closed on Sundays.",
|
|
},
|
|
{
|
|
id: "q2",
|
|
title: "Do you offer emergency dental services?",
|
|
content: "Yes, we prioritize dental emergencies. Please call our clinic directly, and we will do our best to accommodate you as soon as possible.",
|
|
},
|
|
{
|
|
id: "q3",
|
|
title: "What payment options do you accept?",
|
|
content: "We accept various payment methods including cash, debit/credit cards, and UPI. We also offer EMI options for extensive treatments.",
|
|
},
|
|
{
|
|
id: "q4",
|
|
title: "Is dental implant treatment painful?",
|
|
content: "Dental implant procedures are performed under local anesthesia, ensuring a pain-free experience. Post-procedure discomfort is minimal and managed with prescribed medication.",
|
|
},
|
|
{
|
|
id: "q5",
|
|
title: "How long do clear aligners take to show results?",
|
|
content: "The duration of aligner treatment varies based on individual needs, typically ranging from 6 to 18 months. Dr. Garg will provide a personalized treatment plan during your consultation.",
|
|
},
|
|
]}
|
|
title="Frequently Asked Questions"
|
|
description="Find answers to common questions about our clinic, treatments, and appointments to help you feel more informed and comfortable."
|
|
faqsAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<ContactCenter
|
|
useInvertedBackground={true}
|
|
background={{
|
|
variant: "radial-gradient",
|
|
}}
|
|
tag="Get in Touch"
|
|
title="Book Your Appointment Today!"
|
|
description="Ready for a healthier, brighter smile? Schedule a consultation with Dr. Siddharth Garg at Ethical Dental. We look forward to welcoming you."
|
|
inputPlaceholder="Enter your email for updates"
|
|
buttonText="Send Message"
|
|
termsText="By submitting this form, you agree to our Privacy Policy and Terms of Service."
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterLogoReveal
|
|
logoText="ETHICAL DENTAL"
|
|
leftLink={{
|
|
text: "Privacy Policy",
|
|
href: "#",
|
|
}}
|
|
rightLink={{
|
|
text: "Terms of Service",
|
|
href: "#",
|
|
}}
|
|
/>
|
|
</div>
|
|
</ReactLenis>
|
|
</ThemeProvider>
|
|
);
|
|
}
|