Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e774fdf6f6 | |||
| fbacc2ff05 |
184
src/app/page.tsx
184
src/app/page.tsx
@@ -29,27 +29,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Shastri Dental Care"
|
||||
brandName="Lodha Dental Care"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,98 +47,55 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Restoring Smiles in Jodhpur"
|
||||
description="Expert dental implants and compassionate care tailored to your needs at Shastri Dental Care."
|
||||
description="Expert dental implants and compassionate care tailored to your needs at Lodha Dental Care."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Anonymous",
|
||||
handle: "Verified Patient",
|
||||
testimonial: "Excellent place for dental care. My father's teeth treatment was handled with great professional care.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-man-face-portrait-smiling-close-up_53876-143237.jpg?_wi=1",
|
||||
},
|
||||
name: "Anonymous", handle: "Verified Patient", testimonial: "Excellent place for dental care. My father's teeth treatment was handled with great professional care.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-man-face-portrait-smiling-close-up_53876-143237.jpg?_wi=1"},
|
||||
{
|
||||
name: "Satisfied Patient",
|
||||
handle: "Lower Teeth Implant",
|
||||
testimonial: "Got implant done in lower teeth satisfactorily. Overall very much satisfied & the fear before implant was vanished.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-thumbs-up-clinic_1153-682.jpg?_wi=1",
|
||||
},
|
||||
name: "Satisfied Patient", handle: "Lower Teeth Implant", testimonial: "Got implant done in lower teeth satisfactorily. Overall very much satisfied & the fear before implant was vanished.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-thumbs-up-clinic_1153-682.jpg?_wi=1"},
|
||||
{
|
||||
name: "Deepak R.",
|
||||
handle: "Dental Surgery",
|
||||
testimonial: "Professional and courteous team. Highly recommended for implants.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=1",
|
||||
},
|
||||
name: "Deepak R.", handle: "Dental Surgery", testimonial: "Professional and courteous team. Highly recommended for implants.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=1"},
|
||||
{
|
||||
name: "Sunita K.",
|
||||
handle: "Routine Checkup",
|
||||
testimonial: "A very clean clinic with modern infrastructure for dental treatments.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-patient-man-looking-into-camera-waiting-doctors-start-stomatology-surgery-sitting-dental-chair_482257-4877.jpg?_wi=1",
|
||||
},
|
||||
name: "Sunita K.", handle: "Routine Checkup", testimonial: "A very clean clinic with modern infrastructure for dental treatments.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-patient-man-looking-into-camera-waiting-doctors-start-stomatology-surgery-sitting-dental-chair_482257-4877.jpg?_wi=1"},
|
||||
{
|
||||
name: "Rajesh M.",
|
||||
handle: "Full Restoration",
|
||||
testimonial: "I had a wonderful experience for my dental surgery. Dr. Dental is amazing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-thinking-medic-hospital-covid-19-pandemic-emotion_179666-24326.jpg?_wi=1",
|
||||
},
|
||||
name: "Rajesh M.", handle: "Full Restoration", testimonial: "I had a wonderful experience for my dental surgery. Dr. Dental is amazing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-thinking-medic-hospital-covid-19-pandemic-emotion_179666-24326.jpg?_wi=1"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Appointment", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23913.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elderly-man-face-portrait-smiling-close-up_53876-143237.jpg",
|
||||
alt: "Patient 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elderly-man-face-portrait-smiling-close-up_53876-143237.jpg", alt: "Patient 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-thumbs-up-clinic_1153-682.jpg",
|
||||
alt: "Patient 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-thumbs-up-clinic_1153-682.jpg", alt: "Patient 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg",
|
||||
alt: "Patient 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg", alt: "Patient 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-patient-man-looking-into-camera-waiting-doctors-start-stomatology-surgery-sitting-dental-chair_482257-4877.jpg",
|
||||
alt: "Patient 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-patient-man-looking-into-camera-waiting-doctors-start-stomatology-surgery-sitting-dental-chair_482257-4877.jpg", alt: "Patient 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-thinking-medic-hospital-covid-19-pandemic-emotion_179666-24326.jpg",
|
||||
alt: "Patient 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-thinking-medic-hospital-covid-19-pandemic-emotion_179666-24326.jpg", alt: "Patient 5"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Implants",
|
||||
},
|
||||
type: "text", text: "Implants"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Root Canal",
|
||||
},
|
||||
type: "text", text: "Root Canal"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Braces",
|
||||
},
|
||||
type: "text", text: "Braces"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cosmetic Care",
|
||||
},
|
||||
type: "text", text: "Cosmetic Care"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Professional Teeth Whitening",
|
||||
},
|
||||
type: "text", text: "Professional Teeth Whitening"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -170,26 +117,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Dental Implants",
|
||||
description: "High-quality, durable implants to restore your smile and confidence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23913.jpg?_wi=2",
|
||||
titleIconSrc: "Shield",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Dental Implants", description: "High-quality, durable implants to restore your smile and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23913.jpg?_wi=2", titleIconSrc: "Shield", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Routine Checkups",
|
||||
description: "Preventative care and routine checkups to maintain your oral health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23913.jpg?_wi=3",
|
||||
titleIconSrc: "CheckCircle",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Routine Checkups", description: "Preventative care and routine checkups to maintain your oral health.", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23913.jpg?_wi=3", titleIconSrc: "CheckCircle", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Advanced Dentistry",
|
||||
description: "Modern restorative procedures for complex dental issues.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23913.jpg?_wi=4",
|
||||
titleIconSrc: "Zap",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Advanced Dentistry", description: "Modern restorative procedures for complex dental issues.", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23913.jpg?_wi=4", titleIconSrc: "Zap", buttonText: "Learn More"},
|
||||
]}
|
||||
title="Comprehensive Dental Services"
|
||||
description="Providing advanced dental treatments for all ages."
|
||||
@@ -203,40 +135,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Anonymous",
|
||||
role: "Patient",
|
||||
testimonial: "Excellent place for dental care. In October 2025 whole teaths was implanted to my father...",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-man-face-portrait-smiling-close-up_53876-143237.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Anonymous", role: "Patient", testimonial: "Excellent place for dental care. In October 2025 whole teaths was implanted to my father...", imageSrc: "http://img.b2bpic.net/free-photo/elderly-man-face-portrait-smiling-close-up_53876-143237.jpg?_wi=2"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Satisfied Patient",
|
||||
role: "Lower Teeth Implant",
|
||||
testimonial: "Got implant done in lower teeth satisfactorily. Overall very much satisfied & the fear before implant was vanished.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-thumbs-up-clinic_1153-682.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Satisfied Patient", role: "Lower Teeth Implant", testimonial: "Got implant done in lower teeth satisfactorily. Overall very much satisfied & the fear before implant was vanished.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-thumbs-up-clinic_1153-682.jpg?_wi=2"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Deepak R.",
|
||||
role: "Patient",
|
||||
testimonial: "Professional and courteous team. Highly recommended for implants.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=2",
|
||||
},
|
||||
id: "3", name: "Deepak R.", role: "Patient", testimonial: "Professional and courteous team. Highly recommended for implants.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=2"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sunita K.",
|
||||
role: "Patient",
|
||||
testimonial: "A very clean clinic with modern infrastructure for dental treatments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-patient-man-looking-into-camera-waiting-doctors-start-stomatology-surgery-sitting-dental-chair_482257-4877.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Sunita K.", role: "Patient", testimonial: "A very clean clinic with modern infrastructure for dental treatments.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-patient-man-looking-into-camera-waiting-doctors-start-stomatology-surgery-sitting-dental-chair_482257-4877.jpg?_wi=2"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rajesh M.",
|
||||
role: "Patient",
|
||||
testimonial: "I had a wonderful experience for my dental surgery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-thinking-medic-hospital-covid-19-pandemic-emotion_179666-24326.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Rajesh M.", role: "Patient", testimonial: "I had a wonderful experience for my dental surgery.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-doctor-medical-shirt-thinking-medic-hospital-covid-19-pandemic-emotion_179666-24326.jpg?_wi=2"},
|
||||
]}
|
||||
title="Patient Stories"
|
||||
description="Hear from those we have helped restore their smiles."
|
||||
@@ -247,31 +154,24 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="B-60, Shastri Nagar, Jodhpur"
|
||||
description="Ready to get your smile back? Contact us at +91 9352329304 to book your consultation today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+919352329304",
|
||||
},
|
||||
text: "Call Now", href: "tel:+919352329304"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Shastri Dental Care"
|
||||
logoText="Lodha Dental Care"
|
||||
leftLink={{
|
||||
text: "© 2025 Shastri Dental Care",
|
||||
href: "#",
|
||||
}}
|
||||
text: "© 2025 Lodha Dental Care", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact: +91 9352329304",
|
||||
href: "tel:+919352329304",
|
||||
}}
|
||||
text: "Contact: +91 9352329304", href: "tel:+919352329304"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user