3 Commits

Author SHA1 Message Date
154648730d Merge version_2 into main
Merge version_2 into main
2026-04-08 15:31:12 +00:00
c2058d23d7 Update src/app/page.tsx 2026-04-08 15:31:09 +00:00
abbf3bb877 Merge version_1 into main
Merge version_1 into main
2026-04-08 15:28:59 +00:00

View File

@@ -29,48 +29,27 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Services",
id: "services",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Dr. Ukarde Dental"
button={{
text: "Book Now",
href: "#contact",
}}
text: "Call Now", href: "tel:09702225946"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Your Trusted Dental Clinic in Mulund East"
description="Professional care with a gentle touch. Book your visit at Dr. Ukarde Dental Clinic today for expert oral health solutions."
tag="Trusted Dental Excellence"
buttons={[
{
text: "Book Appointment",
href: "#contact",
},
{
text: "Call Now: 097022 25946",
href: "tel:09702225946",
},
{ text: "Book Appointment", href: "#contact" },
{ text: "Call Now: 097022 25946", href: "tel:09702225946" },
]}
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=1"
/>
@@ -83,27 +62,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
{
title: "General Dentistry",
description: "Routine checkups, cleanings, and preventative care.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-dentist-patient_23-2149164297.jpg?_wi=1",
titleIconSrc: "Smile",
buttonText: "Learn More",
},
{
title: "Cosmetic Dentistry",
description: "Teeth whitening and smile makeovers tailored for you.",
imageSrc: "http://img.b2bpic.net/free-psd/orthodontic-braces-3d-icon-metal-alignment-treatment_56104-3596.jpg?_wi=1",
titleIconSrc: "Sparkles",
buttonText: "Learn More",
},
{
title: "Orthodontics",
description: "Advanced braces and aligners for a straighter smile.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p1vefq",
titleIconSrc: "Award",
buttonText: "Learn More",
},
{ title: "General Dentistry", description: "Routine checkups, cleanings, and preventative care.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-dentist-patient_23-2149164297.jpg?_wi=1", titleIconSrc: "Smile", buttonText: "Book Now", buttonHref: "tel:09702225946" },
{ title: "Cosmetic Dentistry", description: "Teeth whitening and smile makeovers tailored for you.", imageSrc: "http://img.b2bpic.net/free-psd/orthodontic-braces-3d-icon-metal-alignment-treatment_56104-3596.jpg?_wi=1", titleIconSrc: "Sparkles", buttonText: "Book Now", buttonHref: "tel:09702225946" },
{ title: "Orthodontics", description: "Advanced braces and aligners for a straighter smile.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p1vefq", titleIconSrc: "Award", buttonText: "Book Now", buttonHref: "tel:09702225946" },
]}
title="Comprehensive Dental Services"
description="We offer a wide range of dental treatments in a comfortable and hygienic environment."
@@ -114,21 +75,11 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "About Dr. Ukarde Dental Clinic",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/female-doctor-blue-uniform-smiling-while-posing-camera_176474-19626.jpg",
alt: "Clinic interior",
},
{ type: "text", content: "About Dr. Ukarde Dental Clinic" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/female-doctor-blue-uniform-smiling-while-posing-camera_176474-19626.jpg", alt: "Clinic interior" },
]}
buttons={[
{
text: "Visit Our Clinic",
href: "#",
},
{ text: "Call to Schedule", href: "tel:09702225946" },
]}
/>
</div>
@@ -138,64 +89,15 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
date: "Oct 2023",
title: "Great Experience",
quote: "Best doctor...highly recommend!",
tag: "Checkup",
avatarSrc: "asset://avatar-1",
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=2",
imageAlt: "dental clinic interior modern",
},
{
id: "2",
name: "Michael C.",
date: "Nov 2023",
title: "Excellent Care",
quote: "Great experience at the dental clinic!",
tag: "Cosmetic",
avatarSrc: "asset://avatar-2",
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-blue-uniform-smiling-while-posing-camera_176474-19626.jpg",
imageAlt: "dentist doctor smiling professional",
},
{
id: "3",
name: "Rahul P.",
date: "Jan 2024",
title: "Very Helpful",
quote: "Professional, clean and very reliable clinic.",
tag: "Emergency",
avatarSrc: "asset://avatar-3",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-with-patient_107420-74007.jpg?_wi=1",
imageAlt: "dental care consultation advice",
},
{
id: "4",
name: "Emily R.",
date: "Feb 2024",
title: "Happy Patient",
quote: "Very comfortable experience during my procedure.",
tag: "General",
avatarSrc: "asset://avatar-4",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-dentist-patient_23-2149164297.jpg?_wi=2",
imageAlt: "dental implant treatment",
},
{
id: "5",
name: "David K.",
date: "Mar 2024",
title: "Top Notch",
quote: "The team made me feel very much at ease.",
tag: "Treatment",
avatarSrc: "asset://avatar-5",
imageSrc: "http://img.b2bpic.net/free-psd/orthodontic-braces-3d-icon-metal-alignment-treatment_56104-3596.jpg?_wi=2",
imageAlt: "dental checkup dental tools",
},
{ id: "1", name: "Sarah J.", date: "Oct 2023", title: "Great Experience", quote: "Best doctor...highly recommend!", tag: "Checkup", avatarSrc: "asset://avatar-1", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=2" },
{ id: "2", name: "Michael C.", date: "Nov 2023", title: "Excellent Care", quote: "Great experience at the dental clinic!", tag: "Cosmetic", avatarSrc: "asset://avatar-2", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-blue-uniform-smiling-while-posing-camera_176474-19626.jpg" },
{ id: "3", name: "Rahul P.", date: "Jan 2024", title: "Very Helpful", quote: "Professional, clean and very reliable clinic.", tag: "Emergency", avatarSrc: "asset://avatar-3", imageSrc: "http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-with-patient_107420-74007.jpg?_wi=1" },
]}
title="What Our Patients Say"
description="Trusted by the Mulund community for quality dental care."
buttons={[
{ text: "Book Now", href: "tel:09702225946" }
]}
/>
</div>
@@ -204,75 +106,44 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "What are your operating hours?",
content: "We are open Monday to Saturday, closing at 9:30 PM.",
},
{
id: "2",
title: "Do you accept new patients?",
content: "Yes, we are always accepting new patients.",
},
{
id: "3",
title: "Where is the clinic located?",
content: "We are at B-25, MHADA Colony, Mulund East, Mumbai.",
},
{ id: "1", title: "What are your operating hours?", content: "We are open Monday to Saturday, closing at 9:30 PM." },
{ id: "2", title: "Do you accept new patients?", content: "Yes, we are always accepting new patients." },
{ id: "3", title: "Where is the clinic located?", content: "We are at B-25, MHADA Colony, Mulund East, Mumbai." },
]}
imageSrc="http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-with-patient_107420-74007.jpg?_wi=2"
mediaAnimation="blur-reveal"
title="Frequently Asked Questions"
description="Have questions about our services or clinic?"
faqsAnimation="slide-up"
buttons={[
{ text: "Call Us Now", href: "tel:09702225946" }
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Contact Us"
title="Request Your Dental Quote"
description="Ready to get the smile you deserve? Fill out the form or give us a call to book your appointment."
buttonText="Send Request"
title="Book Your Appointment"
description="Ready to get the smile you deserve? Call us or send a request below."
buttonText="Submit Inquiry"
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Dr. Ukarde Dental Clinic",
items: [
{
label: "B-25, MHADA Colony, Mulund East, Mumbai",
},
{
label: "097022 25946",
href: "tel:09702225946",
},
],
},
{
title: "Quick Links",
items: [
{
label: "Services",
href: "#services",
},
{
label: "About",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
{ title: "Dr. Ukarde Dental Clinic", items: [
{ label: "B-25, MHADA Colony, Mulund East, Mumbai" },
{ label: "Call: 097022 25946", href: "tel:09702225946" },
]},
{ title: "Quick Links", items: [
{ label: "Services", href: "#services" },
{ label: "About", href: "#about" },
{ label: "Contact", href: "#contact" },
]},
]}
bottomLeftText="© 2024 Dr. Ukarde Dental Clinic"
bottomRightText="Privacy Policy"
@@ -281,4 +152,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}