Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-04 11:25:56 +00:00

View File

@@ -3,17 +3,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Diamond, Smile, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -40,15 +35,7 @@ export default function LandingPage() {
{
name: "Services", id: "#services"},
{
name: "Treatments", id: "#treatments"},
{
name: "Pricing", id: "#pricing"},
{
name: "Team", id: "#team"},
{
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ", id: "#faq"},
name: "Treatments", id: "#treatments"}
]}
brandName="Smile Care Dental Clinic"
button={{
@@ -62,7 +49,7 @@ export default function LandingPage() {
description="Smile Care brings 10 years of dental expertise and international-standard treatments to Kurla. From routine cleanings to advanced implants, we deliver painless, personalized care you can trust."
buttons={[
{
text: "Book Your Appointment", href: "#contact"},
text: "Book Your Appointment", href: "#contact"}
]}
slides={[
{
@@ -76,7 +63,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-with-material-tooth-treatment-dentistry-concept_169016-66838.jpg", imageAlt: "Dental implant being placed in a sterile environment"},
{
imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg", imageAlt: "Child happily sitting in a dental chair"},
imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg", imageAlt: "Child happily sitting in a dental chair"}
]}
/>
</div>
@@ -111,7 +98,7 @@ export default function LandingPage() {
{
id: "implants", title: "Dental Implants", tags: [
"Restoration", "Surgery", "Permanent"],
imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-66993.jpg", imageAlt: "Dental implant being placed in jawbone"},
imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-66993.jpg", imageAlt: "Dental implant being placed in jawbone"}
]}
title="Comprehensive Dental Services Tailored for You"
description="From preventive care to advanced restorative and cosmetic treatments, our extensive range of services ensures all your dental needs are met under one roof."
@@ -135,112 +122,15 @@ export default function LandingPage() {
{
id: "p4", name: "Invisible Aligners", price: "Starting at ₹35,000", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-charismatic-beauty-blogger-woman-sits-room-with-lipstick-hand-talking-about_1258-255281.jpg", imageAlt: "Clear invisible dental aligners"},
{
id: "p5", name: "Root Canal Therapy", price: "Starting at ₹8,000", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-patient-teeth-dental-office_651396-3413.jpg", imageAlt: "Dental tools for a root canal procedure"},
id: "p5", name: "Root Canal Therapy", price: "Starting at ₹8,000", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-patient-teeth-dental-office_651396-3413.jpg", imageAlt: "Dentist examining patient teeth dental office"},
{
id: "p6", name: "Crowns & Bridges", price: "Starting at ₹10,000", imageSrc: "http://img.b2bpic.net/free-photo/roll-made-nori-pickled-rice-philadelphia-cheese-cheese-with-walnuts-brynza_8353-6017.jpg", imageAlt: "Dental crowns and bridges for restorative work"},
id: "p6", name: "Crowns & Bridges", price: "Starting at ₹10,000", imageSrc: "http://img.b2bpic.net/free-photo/roll-made-nori-pickled-rice-philadelphia-cheese-cheese-with-walnuts-brynza_8353-6017.jpg", imageAlt: "Dental crowns and bridges for restorative work"}
]}
title="Advanced Treatments & Radiant Transformations"
description="Explore our specialized dental treatments designed to restore your smile's health and aesthetics. See the difference our expertise can make with lasting results."
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardFive
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{
id: "plan-basic", tag: "Essential", tagIcon: Smile,
price: "₹999", period: "/visit", description: "Ideal for routine maintenance and preventive care.", button: {
text: "Choose Basic"},
featuresTitle: "Includes:", features: [
"Comprehensive Dental Check-up", "Professional Teeth Cleaning (Scaling)", "Oral Hygiene Consultation"],
},
{
id: "plan-advanced", tag: "Popular", tagIcon: Star,
price: "₹4,999", period: "/package", description: "Perfect for a brighter, healthier smile.", button: {
text: "Choose Advanced"},
featuresTitle: "Includes:", features: [
"Basic Package Services", "Cosmetic Teeth Whitening", "One Dental Filling (Silver/Composite)"],
},
{
id: "plan-premium", tag: "Comprehensive", tagIcon: Diamond,
price: "₹14,999", period: "/treatment", description: "Our most inclusive plan for extensive dental needs.", button: {
text: "Choose Premium"},
featuresTitle: "Includes:", features: [
"Advanced Package Services", "Digital X-rays & Diagnostics", "One Major Restoration (Crown/Bridge Consult)", "Emergency Dental Consultation"],
},
]}
title="Transparent Pricing for Quality Dental Care"
description="We believe in clear and honest pricing. Find a treatment plan that fits your budget without compromising on the quality of your dental health and well-being."
/>
</div>
<div id="team" data-section="team">
<TeamCardEleven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
groups={[
{
id: "dentists", groupTitle: "Our Dentists", members: [
{
id: "m1", title: "Dr. Arjun Sharma", subtitle: "B.D.S., M.D.S. (Prosthodontics)", detail: "With over 15 years of experience, Dr. Sharma specializes in advanced restorative and cosmetic dentistry, including dental implants and full mouth rehabilitations.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15240.jpg", imageAlt: "Portrait of Dr. Arjun Sharma"},
{
id: "m2", title: "Dr. Priya Singh", subtitle: "B.D.S., M.D.S. (Orthodontics)", detail: "Dr. Singh is our orthodontic specialist, dedicated to creating beautiful, straight smiles with both traditional braces and modern clear aligner systems.", imageSrc: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656032.jpg", imageAlt: "Portrait of Dr. Priya Singh"},
{
id: "m3", title: "Dr. Rohan Gupta", subtitle: "B.D.S. (General Dentistry)", detail: "Dr. Gupta provides comprehensive general dental care, focusing on preventive treatments and patient education to maintain optimal oral health for all ages.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-writing-report-dental-clinic_107420-74192.jpg", imageAlt: "Portrait of Dr. Rohan Gupta"},
]
},
]}
title="Meet Our Expert Dental Team"
description="Our highly qualified and compassionate dentists are dedicated to providing you with the best possible care. Get to know the professionals behind your healthy smile."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Smile Care Dental Clinic provided an exceptional experience! The staff was incredibly friendly, and Dr. Sharma made me feel completely at ease. My teeth cleaning was thorough and pain-free. Highly recommend for anyone in Kurla!", imageSrc: "http://img.b2bpic.net/free-photo/this-book-is-my-favourite_329181-1313.jpg", imageAlt: "Smiling woman, Sarah Johnson"},
{
id: "t2", name: "Ravi Kumar", handle: "@ravik", testimonial: "I was hesitant about getting implants, but the team at Smile Care guided me through every step. Dr. Singh's expertise is unmatched. I finally have my confident smile back. Truly professional and caring service!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mid-adult-man-sitting-chair-by-dentist-clinic_662251-2558.jpg", imageAlt: "Smiling man, Ravi Kumar"},
{
id: "t3", name: "Meena Patel", handle: "@meenap", testimonial: "As a parent, finding a gentle dentist for my kids is crucial. Dr. Gupta is wonderful with children, making their visits fun and stress-free. Both my children love coming here, and their oral health has improved significantly.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-wise-woman-posing-studio_23-2149883501.jpg", imageAlt: "Smiling elderly woman, Meena Patel"},
{
id: "t4", name: "Aditya Rao", handle: "@adityar", testimonial: "Transparent pricing and excellent service! I appreciate how Smile Care breaks down the costs without any hidden fees. My teeth whitening results were fantastic, and the entire process was quick and comfortable.", imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-communicating-with-female-patient-supporting-her-before-ct-scan-examination-hospital_637285-363.jpg", imageAlt: "Smiling young adult male, Aditya Rao"},
{
id: "t5", name: "Pooja Mehta", handle: "@poojam", testimonial: "The best dental experience I've had in Mumbai. The clinic is modern, exceptionally clean, and the appointments are always on time. It's truly patient-focused, and I always leave with a brighter smile.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-protective-mask-child-does-inhalation-african-woman_1157-47182.jpg", imageAlt: "Smiling young adult female, Pooja Mehta"},
]}
title="Hear From Our Happy Patients"
description="Our patients' satisfaction is our greatest reward. Read what they have to say about their experience at Smile Care Dental Clinic and how we've transformed their smiles."
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "q1", title: "What services does Smile Care Dental Clinic offer?", content: "We offer a comprehensive range of dental services, including general dentistry (check-ups, cleanings, fillings), cosmetic dentistry (whitening, veneers), orthodontics (braces, aligners), dental implants, root canal therapy, and pediatric dentistry."},
{
id: "q2", title: "How can I book an appointment?", content: "You can easily book an appointment by filling out the contact form on our website, calling our clinic directly, or visiting us during working hours. Our reception team will assist you in finding a suitable time."},
{
id: "q3", title: "Do you accept dental insurance?", content: "We accept most major dental insurance plans. Please contact our administrative staff with your insurance details, and we will be happy to verify your coverage and explain your benefits."},
{
id: "q4", title: "What are your clinic's operating hours?", content: "Smile Care Dental Clinic is open Monday to Saturday, from 9:00 AM to 7:00 PM. We are closed on Sundays and public holidays. Evening appointments are available for your convenience."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our clinic, dental services, appointment scheduling, and payment options."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
@@ -248,16 +138,16 @@ export default function LandingPage() {
description="Ready for a healthier, brighter smile? Fill out the form below to schedule your consultation, and our friendly team will get back to you promptly to confirm your visit."
inputs={[
{
name: "name", type: "text", placeholder: "Your Full Name", required: true,
name: "name", type: "text", placeholder: "Your Full Name", required: true
},
{
name: "email", type: "email", placeholder: "Your Email Address", required: true,
name: "email", type: "email", placeholder: "Your Email Address", required: true
},
{
name: "phone", type: "tel", placeholder: "Your Phone Number (Optional)"},
name: "phone", type: "tel", placeholder: "Your Phone Number (Optional)"}
]}
textarea={{
name: "message", placeholder: "Tell us about your dental needs or preferred appointment time", rows: 4,
name: "message", placeholder: "Tell us about your dental needs or preferred appointment time", rows: 4
}}
imageSrc="http://img.b2bpic.net/free-photo/nobody-hospital-waiting-room-front-desk-with-office-supplies-promotional-flyers-healthcare-facility-empty-reception-counter-with-no-people-private-practice-clinic_482257-45891.jpg"
imageAlt="Modern dental office reception area with friendly staff"
@@ -282,20 +172,14 @@ export default function LandingPage() {
{
label: "Orthodontics", href: "#services"},
{
label: "Dental Implants", href: "#treatments"},
],
label: "Dental Implants", href: "#treatments"}
]
},
{
title: "About Us", items: [
{
label: "Our Story", href: "#about"},
{
label: "Our Team", href: "#team"},
{
label: "Patient Testimonials", href: "#testimonials"},
{
label: "FAQ", href: "#faq"},
],
label: "Our Story", href: "#about"}
]
},
{
title: "Contact", items: [
@@ -306,9 +190,9 @@ export default function LandingPage() {
{
label: "Email Us", href: "mailto:info@smilecare.com"},
{
label: "Call Us", href: "tel:+911234567890"},
],
},
label: "Call Us", href: "tel:+911234567890"}
]
}
]}
copyrightText="© 2024 Smile Care Dental Clinic. All rights reserved."
/>