Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6fda031892 | |||
| 5947c45e6b | |||
| c9c0946d42 |
153
src/app/page.tsx
153
src/app/page.tsx
@@ -8,7 +8,7 @@ import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||
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 TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Phone, Shield } from "lucide-react";
|
||||
@@ -29,28 +29,13 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Sana Dental Care"
|
||||
/>
|
||||
@@ -59,19 +44,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:08000746775",
|
||||
},
|
||||
{ text: "Book an Appointment", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:08000746775" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
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"
|
||||
useInvertedBackground={false}
|
||||
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: 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",
|
||||
},
|
||||
{ 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: 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"
|
||||
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"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.9",
|
||||
description: "Rating out of 5",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "32+",
|
||||
description: "Reviews on Google",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "1000+",
|
||||
description: "Smiles Transformed",
|
||||
},
|
||||
{ id: "m1", value: "4.9", description: "Rating out of 5" },
|
||||
{ id: "m2", value: "32+", description: "Reviews on Google" },
|
||||
{ id: "m3", value: "1000+", description: "Smiles Transformed" },
|
||||
]}
|
||||
title="Quality Care Delivered"
|
||||
description="Trusted by our patients in Jaipur for over a decade."
|
||||
@@ -156,26 +107,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Happy Patient"
|
||||
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/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",
|
||||
},
|
||||
{ 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/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"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -187,21 +123,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
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: "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.",
|
||||
},
|
||||
{ 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: "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"
|
||||
description="Clear answers to your dental care concerns."
|
||||
@@ -214,23 +138,12 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "c1",
|
||||
title: "Location",
|
||||
content: "156-A, 3rd Floor, Queens Road, Gandhi Path Rd, Vaishali Nagar, Jaipur",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
title: "Timings",
|
||||
content: "Open until 8 pm",
|
||||
},
|
||||
{ id: "c1", 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"
|
||||
ctaDescription="Ready for a perfect smile? Reach out to us for a professional assessment with Dr. Ronak Bhati."
|
||||
ctaButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:08000746775",
|
||||
}}
|
||||
ctaButton={{ text: "Call Now", href: "tel:08000746775" }}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
@@ -238,17 +151,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Sana Dental Care"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "© 2025 Sana Dental Care",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "© 2025 Sana Dental Care", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user