Merge version_1 into main #2
174
src/app/page.tsx
174
src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "why-us",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Why Us", id: "why-us" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Aadarsh Dental"
|
||||
/>
|
||||
@@ -53,23 +41,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="Aadarsh Dental Clinic"
|
||||
description="Trusted Dental Care in Gopalganj. Pain-free treatments with advanced equipment for a brighter, healthier smile."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:7007482393",
|
||||
},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/917007482393",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:7007482393" },
|
||||
{ text: "WhatsApp Us", href: "https://wa.me/917007482393" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/a-professional-dentist-in-a-modern-clean-1774885562111-4a267ecb.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/a-professional-dentist-in-a-modern-clean-1774885562111-4a267ecb.png"
|
||||
imageAlt="Professional Dentist"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -81,31 +61,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "RCT (Root Canal)",
|
||||
description: "Pain-free root canal treatment.",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Teeth Cleaning",
|
||||
description: "Advanced scaling and polishing.",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "Extraction",
|
||||
description: "Safe and comfortable tooth removal.",
|
||||
icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Filling",
|
||||
description: "Quality dental restoration.",
|
||||
icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Whitening",
|
||||
description: "Get a brighter, whiter smile.",
|
||||
icon: Star,
|
||||
},
|
||||
{ title: "RCT (Root Canal)", description: "Pain-free root canal treatment.", icon: Sparkles },
|
||||
{ title: "Teeth Cleaning", description: "Advanced scaling and polishing.", icon: CheckCircle },
|
||||
{ title: "Extraction", description: "Safe and comfortable tooth removal.", icon: Shield },
|
||||
{ title: "Filling", description: "Quality dental restoration.", icon: Zap },
|
||||
{ title: "Whitening", description: "Get a brighter, whiter smile.", icon: Star },
|
||||
]}
|
||||
title="Our Dental Services"
|
||||
description="High-quality dental care solutions tailored to your needs for a pain-free experience."
|
||||
@@ -117,9 +77,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Why Choose Aadarsh Dental?"
|
||||
description={[
|
||||
"We provide expert dental care in the heart of Gopalganj using modern equipment and professional staff.",
|
||||
"Our goal is to ensure every patient leaves with a confident and healthy smile.",
|
||||
]}
|
||||
"We provide expert dental care in the heart of Gopalganj using modern equipment and professional staff.", "Our goal is to ensure every patient leaves with a confident and healthy smile."]}
|
||||
showBorder={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -130,41 +88,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Patient",
|
||||
testimonial: "RCT done perfectly, no issues.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885561437-2099921e.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Anita Devi",
|
||||
role: "Patient",
|
||||
testimonial: "Doctor is very skilled & calm.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885565179-7abf64c5.png",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Singh",
|
||||
role: "Patient",
|
||||
testimonial: "Great experience as first timer.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885563413-a1aa157c.png",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sita Kumari",
|
||||
role: "Patient",
|
||||
testimonial: "Excellent service and care.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885561166-d2ed2eaa.png",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vijay Pandey",
|
||||
role: "Patient",
|
||||
testimonial: "Highly professional and hygienic clinic.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885561437-2099921e.png?_wi=2",
|
||||
},
|
||||
{ id: "1", name: "Rajesh Kumar", role: "Patient", testimonial: "RCT done perfectly, no issues.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885561437-2099921e.png" },
|
||||
{ id: "2", name: "Anita Devi", role: "Patient", testimonial: "Doctor is very skilled & calm.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885565179-7abf64c5.png" },
|
||||
{ id: "3", name: "Amit Singh", role: "Patient", testimonial: "Great experience as first timer.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885563413-a1aa157c.png" },
|
||||
{ id: "4", name: "Sita Kumari", role: "Patient", testimonial: "Excellent service and care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885561166-d2ed2eaa.png" },
|
||||
{ id: "5", name: "Vijay Pandey", role: "Patient", testimonial: "Highly professional and hygienic clinic.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/portrait-of-a-happy-patient-natural-ligh-1774885561437-2099921e.png" },
|
||||
]}
|
||||
title="What Our Patients Say"
|
||||
description="Real feedback from our happy patients in Gopalganj."
|
||||
@@ -178,19 +106,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Lead Surgeon",
|
||||
members: [
|
||||
id: "g1", groupTitle: "Lead Surgeon", members: [
|
||||
{
|
||||
id: "d1",
|
||||
title: "Dr. Aadarsh",
|
||||
subtitle: "Dental Surgeon",
|
||||
detail: "Dedicated to providing high quality and affordable dental care for the residents of Gopalganj.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/a-professional-dental-surgeon-in-white-c-1774885561464-e31ae705.png",
|
||||
},
|
||||
id: "d1", title: "Dr. Aadarsh", subtitle: "Dental Surgeon", detail: "Dedicated to providing high quality and affordable dental care for the residents of Gopalganj.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/a-professional-dental-surgeon-in-white-c-1774885561464-e31ae705.png"},
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BfeYhiam6UYqV4lZeCtVCS8pfq/a-professional-dentist-in-a-modern-clean-1774885562111-4a267ecb.png?_wi=2",
|
||||
imageAlt: "A professional dentist in a modern clean dental clinic, friendly posture, smiling, holding a dental ",
|
||||
},
|
||||
]}
|
||||
title="Meet Your Dentist"
|
||||
@@ -201,21 +120,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Contact Us"
|
||||
title="Suffering from tooth pain?"
|
||||
description="Book your appointment today or call us now for a consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:7007482393",
|
||||
},
|
||||
{
|
||||
text: "WhatsApp Now",
|
||||
href: "https://wa.me/917007482393",
|
||||
},
|
||||
{ text: "Call Now", href: "tel:7007482393" },
|
||||
{ text: "WhatsApp Now", href: "https://wa.me/917007482393" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -223,34 +134,15 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#why-us",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Thawe Rd, Gopalganj",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Call: 7007482393",
|
||||
href: "tel:7007482393",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "About", href: "#why-us" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
] },
|
||||
{ items: [
|
||||
{ label: "Thawe Rd, Gopalganj", href: "#" },
|
||||
{ label: "Call: 7007482393", href: "tel:7007482393" },
|
||||
] },
|
||||
]}
|
||||
logoText="Aadarsh Dental"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user