3 Commits

Author SHA1 Message Date
6fda031892 Update src/app/page.tsx 2026-04-02 09:07:37 +00:00
5947c45e6b Merge version_1 into main
Merge version_1 into main
2026-04-02 08:34:08 +00:00
c9c0946d42 Merge version_1 into main
Merge version_1 into main
2026-04-02 07:52:19 +00:00

View File

@@ -8,7 +8,7 @@ import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import { Phone, Shield } from "lucide-react"; import { Phone, Shield } from "lucide-react";
@@ -29,28 +29,13 @@ export default function LandingPage() {
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarStyleFullscreen
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", { name: "About", id: "about" },
id: "hero", { name: "Services", id: "services" },
}, { name: "Reviews", id: "testimonials" },
{ { name: "Contact", id: "contact" },
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Reviews",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
]} ]}
brandName="Sana Dental Care" brandName="Sana Dental Care"
/> />
@@ -59,19 +44,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboardSplit <HeroLogoBillboardSplit
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
logoText="Sana Dental Care" logoText="Sana Dental Care"
description="Transforming smiles with expert care in Vaishali Nagar, Jaipur. Dr. Ronak Bhati provides compassionate, advanced dental solutions for the whole family." description="Transforming smiles with expert care in Vaishali Nagar, Jaipur. Dr. Ronak Bhati provides compassionate, advanced dental solutions for the whole family."
buttons={[ buttons={[
{ { text: "Book an Appointment", href: "#contact" },
text: "Book an Appointment", { text: "Call Now", href: "tel:08000746775" },
href: "#contact",
},
{
text: "Call Now",
href: "tel:08000746775",
},
]} ]}
layoutOrder="default" layoutOrder="default"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BnE9DXwx517rJ52SyKYkwuHzZD/uploaded-1775118743969-8mp33qeb.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BnE9DXwx517rJ52SyKYkwuHzZD/uploaded-1775118743969-8mp33qeb.jpg"
@@ -97,24 +75,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ { id: 1, title: "Clear Aligners", description: "Comfortable, invisible, and confidence-boosting teeth straightening solutions.", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-with-pipes-fixed-dental-chair_140725-7682.jpg?_wi=2" },
id: 1, { id: 2, title: "Dental Implants", description: "High-quality, durable solutions for restoring missing teeth and function.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-standing-with-his-arms-crossed_107420-65262.jpg?_wi=2" },
title: "Clear Aligners", { id: 3, title: "Root Canal Treatment", description: "Meticulous and painless execution to save your natural teeth.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-smiling-white-background_1187-3468.jpg" },
description: "Comfortable, invisible, and confidence-boosting teeth straightening solutions.",
imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-with-pipes-fixed-dental-chair_140725-7682.jpg?_wi=2",
},
{
id: 2,
title: "Dental Implants",
description: "High-quality, durable solutions for restoring missing teeth and function.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-standing-with-his-arms-crossed_107420-65262.jpg?_wi=2",
},
{
id: 3,
title: "Root Canal Treatment",
description: "Meticulous and painless execution to save your natural teeth.",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-smiling-white-background_1187-3468.jpg",
},
]} ]}
title="Our Dental Services" title="Our Dental Services"
description="Comprehensive dental solutions designed for your comfort and long-term health." description="Comprehensive dental solutions designed for your comfort and long-term health."
@@ -128,21 +91,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ { id: "m1", value: "4.9", description: "Rating out of 5" },
id: "m1", { id: "m2", value: "32+", description: "Reviews on Google" },
value: "4.9", { id: "m3", value: "1000+", description: "Smiles Transformed" },
description: "Rating out of 5",
},
{
id: "m2",
value: "32+",
description: "Reviews on Google",
},
{
id: "m3",
value: "1000+",
description: "Smiles Transformed",
},
]} ]}
title="Quality Care Delivered" title="Quality Care Delivered"
description="Trusted by our patients in Jaipur for over a decade." description="Trusted by our patients in Jaipur for over a decade."
@@ -156,26 +107,11 @@ export default function LandingPage() {
rating={5} rating={5}
author="Happy Patient" author="Happy Patient"
avatars={[ avatars={[
{ { src: "http://img.b2bpic.net/free-photo/pretty-woman-smiling-white-background_1187-3468.jpg", alt: "Patient 1" },
src: "http://img.b2bpic.net/free-photo/pretty-woman-smiling-white-background_1187-3468.jpg", { src: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-looking-doctor_107420-74008.jpg", alt: "Patient 2" },
alt: "Patient 1", { src: "http://img.b2bpic.net/free-photo/close-up-natural-young-woman-showing-okay-sign-eye-smiling-approve-something-recommending-product-standing-white-background_176420-52090.jpg", alt: "Patient 3" },
}, { src: "http://img.b2bpic.net/free-photo/smiley-woman-talking-phone_23-2148461401.jpg", alt: "Patient 4" },
{ { src: "http://img.b2bpic.net/free-photo/pretty-woman-smiling-white-background_1187-3468.jpg", alt: "Patient 5" },
src: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-looking-doctor_107420-74008.jpg",
alt: "Patient 2",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-natural-young-woman-showing-okay-sign-eye-smiling-approve-something-recommending-product-standing-white-background_176420-52090.jpg",
alt: "Patient 3",
},
{
src: "http://img.b2bpic.net/free-photo/smiley-woman-talking-phone_23-2148461401.jpg",
alt: "Patient 4",
},
{
src: "http://img.b2bpic.net/free-photo/pretty-woman-smiling-white-background_1187-3468.jpg",
alt: "Patient 5",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -187,21 +123,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ { id: "f1", title: "How long does a typical dental cleaning take?", content: "A routine cleaning generally takes 30-45 minutes depending on your oral health needs." },
id: "f1", { id: "f2", title: "Is RCT painful?", content: "With modern anesthesia, RCT is a comfortable and painless experience at Sana Dental Care." },
title: "How long does a typical dental cleaning take?", { id: "f3", title: "How can I book an appointment?", content: "You can call us directly at 080007 46775 or visit our clinic in Vaishali Nagar." },
content: "A routine cleaning generally takes 30-45 minutes depending on your oral health needs.",
},
{
id: "f2",
title: "Is RCT painful?",
content: "With modern anesthesia, RCT is a comfortable and painless experience at Sana Dental Care.",
},
{
id: "f3",
title: "How can I book an appointment?",
content: "You can call us directly at 080007 46775 or visit our clinic in Vaishali Nagar.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Clear answers to your dental care concerns." description="Clear answers to your dental care concerns."
@@ -214,23 +138,12 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ { id: "c1", title: "Location", content: "156-A, 3rd Floor, Queens Road, Gandhi Path Rd, Vaishali Nagar, Jaipur" },
id: "c1", { id: "c2", title: "Timings", content: "Open until 8 pm" },
title: "Location",
content: "156-A, 3rd Floor, Queens Road, Gandhi Path Rd, Vaishali Nagar, Jaipur",
},
{
id: "c2",
title: "Timings",
content: "Open until 8 pm",
},
]} ]}
ctaTitle="Book Your Consultation Today" ctaTitle="Book Your Consultation Today"
ctaDescription="Ready for a perfect smile? Reach out to us for a professional assessment with Dr. Ronak Bhati." ctaDescription="Ready for a perfect smile? Reach out to us for a professional assessment with Dr. Ronak Bhati."
ctaButton={{ ctaButton={{ text: "Call Now", href: "tel:08000746775" }}
text: "Call Now",
href: "tel:08000746775",
}}
ctaIcon={Phone} ctaIcon={Phone}
/> />
</div> </div>
@@ -238,14 +151,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="Sana Dental Care" logoText="Sana Dental Care"
leftLink={{ leftLink={{ text: "Privacy Policy", href: "#" }}
text: "Privacy Policy", rightLink={{ text: "© 2025 Sana Dental Care", href: "#" }}
href: "#",
}}
rightLink={{
text: "© 2025 Sana Dental Care",
href: "#",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>