Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c2058d23d7 | |||
| abbf3bb877 |
207
src/app/page.tsx
207
src/app/page.tsx
@@ -29,48 +29,27 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "Services", id: "services" },
|
||||||
id: "hero",
|
{ name: "About", id: "about" },
|
||||||
},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "Services",
|
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Dr. Ukarde Dental"
|
brandName="Dr. Ukarde Dental"
|
||||||
button={{
|
button={{
|
||||||
text: "Book Now",
|
text: "Call Now", href: "tel:09702225946"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Your Trusted Dental Clinic in Mulund East"
|
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."
|
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"
|
tag="Trusted Dental Excellence"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Book Appointment", href: "#contact" },
|
||||||
text: "Book Appointment",
|
{ text: "Call Now: 097022 25946", href: "tel:09702225946" },
|
||||||
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"
|
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"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
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: "Book Now", buttonHref: "tel:09702225946" },
|
||||||
title: "General Dentistry",
|
{ 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" },
|
||||||
description: "Routine checkups, cleanings, and preventative care.",
|
{ 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" },
|
||||||
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="Comprehensive Dental Services"
|
title="Comprehensive Dental Services"
|
||||||
description="We offer a wide range of dental treatments in a comfortable and hygienic environment."
|
description="We offer a wide range of dental treatments in a comfortable and hygienic environment."
|
||||||
@@ -114,21 +75,11 @@ export default function LandingPage() {
|
|||||||
<InlineImageSplitTextAbout
|
<InlineImageSplitTextAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{ type: "text", content: "About Dr. Ukarde Dental Clinic" },
|
||||||
type: "text",
|
{ type: "image", src: "http://img.b2bpic.net/free-photo/female-doctor-blue-uniform-smiling-while-posing-camera_176474-19626.jpg", alt: "Clinic interior" },
|
||||||
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={[
|
buttons={[
|
||||||
{
|
{ text: "Call to Schedule", href: "tel:09702225946" },
|
||||||
text: "Visit Our Clinic",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -138,64 +89,15 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
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" },
|
||||||
id: "1",
|
{ 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" },
|
||||||
name: "Sarah J.",
|
{ 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" },
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Patients Say"
|
title="What Our Patients Say"
|
||||||
description="Trusted by the Mulund community for quality dental care."
|
description="Trusted by the Mulund community for quality dental care."
|
||||||
|
buttons={[
|
||||||
|
{ text: "Book Now", href: "tel:09702225946" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -204,75 +106,44 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "1", title: "What are your operating hours?", content: "We are open Monday to Saturday, closing at 9:30 PM." },
|
||||||
id: "1",
|
{ id: "2", title: "Do you accept new patients?", content: "Yes, we are always accepting new patients." },
|
||||||
title: "What are your operating hours?",
|
{ id: "3", title: "Where is the clinic located?", content: "We are at B-25, MHADA Colony, Mulund East, Mumbai." },
|
||||||
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"
|
imageSrc="http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-with-patient_107420-74007.jpg?_wi=2"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Have questions about our services or clinic?"
|
description="Have questions about our services or clinic?"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
buttons={[
|
||||||
|
{ text: "Call Us Now", href: "tel:09702225946" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "sparkles-gradient" }}
|
||||||
variant: "sparkles-gradient",
|
|
||||||
}}
|
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Request Your Dental Quote"
|
title="Book Your Appointment"
|
||||||
description="Ready to get the smile you deserve? Fill out the form or give us a call to book your appointment."
|
description="Ready to get the smile you deserve? Call us or send a request below."
|
||||||
buttonText="Send Request"
|
buttonText="Submit Inquiry"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Dr. Ukarde Dental Clinic", items: [
|
||||||
title: "Dr. Ukarde Dental Clinic",
|
{ label: "B-25, MHADA Colony, Mulund East, Mumbai" },
|
||||||
items: [
|
{ label: "Call: 097022 25946", href: "tel:09702225946" },
|
||||||
{
|
]},
|
||||||
label: "B-25, MHADA Colony, Mulund East, Mumbai",
|
{ title: "Quick Links", items: [
|
||||||
},
|
{ label: "Services", href: "#services" },
|
||||||
{
|
{ label: "About", href: "#about" },
|
||||||
label: "097022 25946",
|
{ label: "Contact", href: "#contact" },
|
||||||
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"
|
bottomLeftText="© 2024 Dr. Ukarde Dental Clinic"
|
||||||
bottomRightText="Privacy Policy"
|
bottomRightText="Privacy Policy"
|
||||||
|
|||||||
Reference in New Issue
Block a user