3 Commits

Author SHA1 Message Date
ccb35cfe87 Update src/app/page.tsx 2026-04-09 10:02:42 +00:00
f284cfcb5f Update src/app/page.tsx 2026-04-09 10:02:09 +00:00
e934b38b0e Merge version_1 into main
Merge version_1 into main
2026-04-09 10:00:20 +00:00

View File

@@ -10,7 +10,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Award, CreditCard, Search, ShieldCheck, Smile } from "lucide-react"; import { Clock, MapPin, Stethoscope } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -30,112 +30,41 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ { name: "Home", id: "home" },
name: "Home", { name: "About", id: "about" },
id: "home", { name: "Services", id: "features" },
}, { name: "Testimonials", id: "testimonials" },
{ { name: "Contact", id: "contact" },
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
]} ]}
brandName="Sabka Dentist" brandName="Sabka Dentist"
button={{ button={{ text: "Book Appointment", href: "#contact" }}
text: "Book Your Appointment",
href: "#contact",
}}
/> />
</div> </div>
<div id="home" data-section="home"> <div id="home" data-section="home">
<HeroSplit <HeroSplit
background={{ title="Sabka Dentist - Quality Dental Care"
variant: "plain", description="Providing comprehensive dental treatments, including root canals, implants, and routine care. Your smile is our priority."
}} background={{ variant: "plain" }}
title="Expert Dental Care You Can Trust" buttons={[{ text: "Book Now", href: "#contact" }]}
description="From routine cleanings to advanced cosmetic dentistry, Sabka Dentist delivers compassionate, professional care. Schedule your appointment today and experience the difference." imageSrc="https://images.unsplash.com/photo-1606811841689-23dfddce3e95?q=80&w=2000"
buttons={[ imageAlt="Sabka Dentist Clinic"
{
text: "Book Your Appointment",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/dentist-holding-dental-curing-ultraviolet-light_107420-73962.jpg"
imageAlt="Professional dentist consultation"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
alt: "Patient 1",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
alt: "Patient 2",
},
{
src: "http://img.b2bpic.net/free-photo/pretty-young-smiling-woman-indoor_624325-3165.jpg",
alt: "Patient 3",
},
{
src: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg",
alt: "Patient 4",
},
{
src: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877354.jpg",
alt: "Patient 5",
},
]}
avatarText="Trusted by over 500+ happy patients"
marqueeItems={[ marqueeItems={[
{ { type: "text-icon", text: "Open Today 10:00 AM - 9:00 PM", icon: Clock },
type: "text-icon", { type: "text-icon", text: "Located in HSR Layout, Bengaluru", icon: MapPin },
text: "10+ Years Experience", { type: "text-icon", text: "Expert Dental Surgeons", icon: Stethoscope }
icon: Award,
},
{
type: "text-icon",
text: "Painless Procedures",
icon: Smile,
},
{
type: "text-icon",
text: "Advanced Technology",
icon: Search,
},
{
type: "text-icon",
text: "Hygienic Environment",
icon: ShieldCheck,
},
{
type: "text-icon",
text: "Affordable Plans",
icon: CreditCard,
},
]} ]}
mediaAnimation="slide-up"
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextSplitAbout <TextSplitAbout
useInvertedBackground={false} title="About Our Clinic"
title="Compassionate & Professional Care"
description={[ description={[
"Sabka Dentist provides comprehensive dental services with a focus on hygiene, clinical excellence, and patient comfort. Our team of experienced practitioners ensures that every visit is pain-free and transparent.", "Sabka Dentist in HSR Layout, Bengaluru, is committed to providing affordable, high-quality dental care. We specialize in root canal treatments, dental implants, and cosmetic dentistry.", "Our clinic is equipped with modern technology and staffed by experienced dental professionals dedicated to patient comfort."
"Whether you need preventive care, pediatric dentistry, or cosmetic solutions, we utilize the latest technology to ensure the best outcomes for your dental health.",
]} ]}
useInvertedBackground={false}
/> />
</div> </div>
@@ -145,26 +74,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Routine Cleanings", title: "Root Canal Treatment", description: "Advanced painless root canal therapy to save your natural teeth.", imageSrc: "https://images.unsplash.com/photo-1598252958376-791334c9c61e?q=80&w=800"
description: "Regular checkups and cleanings for optimal oral hygiene.",
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart-white-background_1232-4426.jpg",
imageAlt: "Routine cleanings",
}, },
{ {
title: "Cosmetic Dentistry", title: "Dental Implants", description: "Restorative dental implant solutions for a confident smile.", imageSrc: "https://images.unsplash.com/photo-1629909613654-28e377c37b09?q=80&w=800"
description: "Smile makeovers, whitening, and advanced aesthetic procedures.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-hands-working-young-woman-patient-with-dental-tools_613910-21176.jpg",
imageAlt: "Cosmetic dentistry",
}, },
{ {
title: "Pediatric Dentistry", title: "Routine Dental Care", description: "Comprehensive checkups, scaling, and polishing services.", imageSrc: "https://images.unsplash.com/photo-1588776814546-1ff5372af6a7?q=80&w=800"
description: "Expert care for our youngest patients in a friendly setting.", }
imageSrc: "http://img.b2bpic.net/free-photo/little-baby-girl-dentist-chair-children-dental_627829-9367.jpg",
imageAlt: "Pediatric dentistry",
},
]} ]}
title="Our Clinical Services" title="Our Services"
description="We offer a wide range of dental treatments tailored to your unique needs." description="We provide a full spectrum of dental treatments tailored to your health needs."
/> />
</div> </div>
@@ -173,49 +93,11 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { id: "1", title: "Excellent Care", quote: "Professional doctors and very hygienic clinic.", name: "Ananya S.", role: "Patient" },
id: "1", { id: "2", title: "Painless Treatment", quote: "Had a great experience with my root canal.", name: "Vikram R.", role: "Patient" }
title: "Great Experience",
quote: "The most comfortable dental visit I've ever had. Very professional staff.",
name: "Sarah J.",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
},
{
id: "2",
title: "Highly Recommended",
quote: "Sabka Dentist transformed my smile. Exceptional care and attention to detail.",
name: "Michael C.",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
},
{
id: "3",
title: "Friendly Clinic",
quote: "Great service for my children, they are no longer scared of the dentist!",
name: "Emily R.",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-smiling-woman-indoor_624325-3165.jpg",
},
{
id: "4",
title: "Amazing Results",
quote: "Expert cosmetic work. Very satisfied with the outcome and the process.",
name: "David K.",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg",
},
{
id: "5",
title: "Professional Team",
quote: "Trustworthy and transparent pricing. I'm glad I found this clinic.",
name: "Jessica L.",
role: "Patient",
imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877354.jpg",
},
]} ]}
title="Patient Success Stories" title="Patient Feedback"
description="Don't just take our word for it—hear from our patients about their experiences at Sabka Dentist." description="Hear what our patients have to say about their dental care journey with us."
/> />
</div> </div>
@@ -223,26 +105,13 @@ export default function LandingPage() {
<FaqSplitMedia <FaqSplitMedia
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
description="Find answers to common questions about our dental services."
faqs={[ faqs={[
{ { id: "f1", title: "What are your operating hours?", content: "We are open daily from 10:00 AM to 9:00 PM." },
id: "f1", { id: "f2", title: "Where is the clinic located?", content: "We are conveniently located in HSR Layout, Bengaluru." },
title: "How often should I visit the dentist?", { id: "f3", title: "How do I book?", content: "You can book via our website form or by calling our clinic directly." }
content: "We recommend a routine cleaning and checkup every six months for optimal oral health.",
},
{
id: "f2",
title: "Do you offer emergency care?",
content: "Yes, we prioritize dental emergencies and aim to see you as soon as possible.",
},
{
id: "f3",
title: "Is pediatric dentistry available?",
content: "Absolutely, we have a specialized team dedicated to children's dental care.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/dentist-nurse-explaining-x-ray-scan-patient-with-toothache-stomatology-cabinet-team-specialists-doing-oral-care-consultation-treat-man-pain-with-denture-problem_482257-40449.jpg" title="Clinic FAQ"
title="Common Dental Questions"
description="Answers to common questions about our dental services and clinic processes."
faqsAnimation="slide-up" faqsAnimation="slide-up"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -250,78 +119,28 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} title="Schedule Visit"
title="Book Your Appointment" description="Contact us to book an appointment or ask any questions about our dental services."
description="Fill out the form below and our team will contact you to schedule your visit."
inputs={[ inputs={[
{ { name: "name", type: "text", placeholder: "Name", required: true },
name: "name", { name: "email", type: "email", placeholder: "Email", required: true }
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Your Phone Number",
required: true,
},
]} ]}
textarea={{ textarea={{ name: "message", placeholder: "Details regarding your dental needs", rows: 3 }}
name: "message", useInvertedBackground={false}
placeholder: "How can we help you?",
rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/top-view-career-guidance-items-dentists_23-2149443490.jpg"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterMedia <FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/flat-dental-clinic-labels-collection_23-2149330261.jpg" imageSrc="https://img.b2bpic.net/free-vector/flat-dental-clinic-labels-collection_23-2149330261.jpg"
logoText="Sabka Dentist" logoText="Sabka Dentist"
columns={[ columns={[
{ { title: "Quick Links", items: [{ label: "Home", href: "#home" }, { label: "Services", href: "#features" }] },
title: "Clinic", { title: "Support", items: [{ label: "Contact", href: "#contact" }] }
items: [
{
label: "About",
href: "#about",
},
{
label: "Services",
href: "#features",
},
{
label: "Testimonials",
href: "#testimonials",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]} ]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }