diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7b90ffb..1343ef1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,8 @@ import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterBase from '@/components/sections/footer/FooterBase';
-import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
+import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
+import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
@@ -30,65 +31,44 @@ export default function LandingPage() {
-
+
+
@@ -97,55 +77,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Priya Sharma",
- date: "April 2024",
- title: "Gentle & Professional Care",
- quote: "The doctors at Madhu Dental are truly knowledgeable and gentle. My root canal was completely painless, and the staff were very empathetic.",
- tag: "Painless Treatment",
- avatarSrc: "http://img.b2bpic.net/free-photo/young-female-blue-shirt-posing-pink-wall_140725-11735.jpg",
- avatarAlt: "Priya Sharma",
- },
+ id: "1", name: "Priya Sharma", date: "April 2024", title: "Gentle & Professional Care", quote: "The doctors at Madhu Dental are truly knowledgeable and gentle. My root canal was completely painless, and the staff were very empathetic.", tag: "Painless Treatment", avatarSrc: "http://img.b2bpic.net/free-photo/young-female-blue-shirt-posing-pink-wall_140725-11735.jpg", avatarAlt: "Priya Sharma"},
{
- id: "2",
- name: "Ramesh Kumar",
- date: "March 2024",
- title: "Excellent Service, Highly Recommend",
- quote: "I brought my children here, and they loved it! The environment is so clean and reassuring. Madhu Dental is our family's trusted clinic.",
- tag: "Family Friendly",
- avatarSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1405.jpg",
- avatarAlt: "Ramesh Kumar",
- },
+ id: "2", name: "Ramesh Kumar", date: "March 2024", title: "Excellent Service, Highly Recommend", quote: "I brought my children here, and they loved it! The environment is so clean and reassuring. Madhu Dental is our family's trusted clinic.", tag: "Family Friendly", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1405.jpg", avatarAlt: "Ramesh Kumar"},
{
- id: "3",
- name: "Anjali Singh",
- date: "February 2024",
- title: "My Smile Transformation",
- quote: "After years of hesitation, I decided on cosmetic dentistry. The results are amazing, and I finally have the confident smile I always wanted. Thank you!",
- tag: "Cosmetic Dentistry",
- avatarSrc: "http://img.b2bpic.net/free-photo/woman-put-pink-makeup-put-her-hand-her-chin-isolated-white_1150-52136.jpg",
- avatarAlt: "Anjali Singh",
- },
+ id: "3", name: "Anjali Singh", date: "February 2024", title: "My Smile Transformation", quote: "After years of hesitation, I decided on cosmetic dentistry. The results are amazing, and I finally have the confident smile I always wanted. Thank you!", tag: "Cosmetic Dentistry", avatarSrc: "http://img.b2bpic.net/free-photo/woman-put-pink-makeup-put-her-hand-her-chin-isolated-white_1150-52136.jpg", avatarAlt: "Anjali Singh"},
{
- id: "4",
- name: "Suresh Rao",
- date: "January 2024",
- title: "Comfort and Expertise Combined",
- quote: "As an elderly patient, comfort and trust are paramount. The team here truly understands. My dental implant procedure was handled with utmost care and precision.",
- tag: "Dental Implants",
- avatarSrc: "http://img.b2bpic.net/free-photo/senior-man-purple-shirt-looking-camera-with-sad-expression-face-standing-pink_141793-109297.jpg",
- avatarAlt: "Suresh Rao",
- },
+ id: "4", name: "Suresh Rao", date: "January 2024", title: "Comfort and Expertise Combined", quote: "As an elderly patient, comfort and trust are paramount. The team here truly understands. My dental implant procedure was handled with utmost care and precision.", tag: "Dental Implants", avatarSrc: "http://img.b2bpic.net/free-photo/senior-man-purple-shirt-looking-camera-with-sad-expression-face-standing-pink_141793-109297.jpg", avatarAlt: "Suresh Rao"},
{
- id: "5",
- name: "Kavya Murthy",
- date: "May 2024",
- title: "Top-Notch Hygiene",
- quote: "The clinic's hygiene standards are impeccable. I felt completely safe and comfortable during my visit. A truly medical-grade environment.",
- tag: "Hygienic Environment",
- avatarSrc: "http://img.b2bpic.net/free-photo/young-female-blue-shirt-posing-pink-wall_140725-11735.jpg",
- avatarAlt: "Kavya Murthy",
- },
+ id: "5", name: "Kavya Murthy", date: "May 2024", title: "Top-Notch Hygiene", quote: "The clinic's hygiene standards are impeccable. I felt completely safe and comfortable during my visit. A truly medical-grade environment.", tag: "Hygienic Environment", avatarSrc: "http://img.b2bpic.net/free-photo/young-female-blue-shirt-posing-pink-wall_140725-11735.jpg", avatarAlt: "Kavya Murthy"},
]}
title="Our Patients Say It Best"
description="Hear from our happy patients about their pain-free and comfortable experiences. Your trust is our greatest reward."
@@ -159,65 +99,29 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "general-dentistry",
- title: "General Dentistry",
- tags: [
- "Check-ups",
- "Cleanings",
- ],
- imageSrc: "http://img.b2bpic.net/free-vector/set-dental-problem-implant-icons-flat-style_1166-74.jpg",
- imageAlt: "General Dentistry",
- },
+ id: "general-dentistry", title: "General Dentistry", tags: [
+ "Check-ups", "Cleanings"],
+ imageSrc: "http://img.b2bpic.net/free-vector/set-dental-problem-implant-icons-flat-style_1166-74.jpg", imageAlt: "General Dentistry"},
{
- id: "root-canal",
- title: "Root Canal Treatment",
- tags: [
- "Pain Relief",
- "Advanced",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-having-toothache-yellow-wall_179666-12612.jpg",
- imageAlt: "Root Canal Treatment",
- },
+ id: "root-canal", title: "Root Canal Treatment", tags: [
+ "Pain Relief", "Advanced"],
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-doctor-having-toothache-yellow-wall_179666-12612.jpg", imageAlt: "Root Canal Treatment"},
{
- id: "dental-implants",
- title: "Dental Implants",
- tags: [
- "Permanent Solution",
- "Natural Feel",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/happy-female-dentist-showing-different-types-teeth-model-dental-clinic_23-2147879149.jpg",
- imageAlt: "Dental Implants",
- },
+ id: "dental-implants", title: "Dental Implants", tags: [
+ "Permanent Solution", "Natural Feel"],
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-female-dentist-showing-different-types-teeth-model-dental-clinic_23-2147879149.jpg", imageAlt: "Dental Implants"},
{
- id: "cosmetic-dentistry",
- title: "Cosmetic Dentistry",
- tags: [
- "Smile Makeover",
- "Whitening",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-with-no-blemishes_176420-16530.jpg",
- imageAlt: "Cosmetic Dentistry",
- },
+ id: "cosmetic-dentistry", title: "Cosmetic Dentistry", tags: [
+ "Smile Makeover", "Whitening"],
+ imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-woman-with-no-blemishes_176420-16530.jpg", imageAlt: "Cosmetic Dentistry"},
{
- id: "orthodontics",
- title: "Orthodontics (Braces)",
- tags: [
- "Aligners",
- "Straight Teeth",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman_273609-10630.jpg",
- imageAlt: "Orthodontics",
- },
+ id: "orthodontics", title: "Orthodontics (Braces)", tags: [
+ "Aligners", "Straight Teeth"],
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-blonde-woman_273609-10630.jpg", imageAlt: "Orthodontics"},
{
- id: "prosthodontics",
- title: "Prosthodontics",
- tags: [
- "Crowns",
- "Bridges",
- ],
- imageSrc: "http://img.b2bpic.net/free-vector/white-glow-dental-clinic-logo-template_742173-32593.jpg",
- imageAlt: "Prosthodontics",
- },
+ id: "prosthodontics", title: "Prosthodontics", tags: [
+ "Crowns", "Bridges"],
+ imageSrc: "http://img.b2bpic.net/free-vector/white-glow-dental-clinic-logo-template_742173-32593.jpg", imageAlt: "Prosthodontics"},
]}
title="Comprehensive Dental Services for Your Family"
description="From routine check-ups to specialized treatments, our expert team provides gentle and effective care, ensuring your smile stays healthy and beautiful."
@@ -232,21 +136,13 @@ export default function LandingPage() {
description="Our clinic is thoughtfully designed for your peace of mind, combining cutting-edge technology with a patient-first approach. We ensure every visit is relaxing and effective."
bulletPoints={[
{
- title: "Clean & Hygienic Environment",
- description: "Strict sterilization protocols for your safety.",
- },
+ title: "Clean & Hygienic Environment", description: "Strict sterilization protocols for your safety."},
{
- title: "Modern Equipment & Technology",
- description: "Utilizing the latest advancements for precise and efficient treatments.",
- },
+ title: "Modern Equipment & Technology", description: "Utilizing the latest advancements for precise and efficient treatments."},
{
- title: "Experienced & Empathetic Doctors",
- description: "Our specialists provide gentle, personalized care tailored to your needs.",
- },
+ title: "Experienced & Empathetic Doctors", description: "Our specialists provide gentle, personalized care tailored to your needs."},
{
- title: "Patient Comfort-First Approach",
- description: "From painless injections to a soothing ambiance, your comfort is our priority.",
- },
+ title: "Patient Comfort-First Approach", description: "From painless injections to a soothing ambiance, your comfort is our priority."},
]}
imageSrc="http://img.b2bpic.net/free-photo/african-american-doctor-senior-man-communicating-hospital-waiting-room-while-wearing-face-masks_637285-11252.jpg"
imageAlt="Wide shot of a modern, clean dental clinic interior"
@@ -262,21 +158,9 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
- id: "doctor-1",
- name: "Dr. Ananya Sharma",
- role: "Chief Dentist & Orthodontist",
- description: "With 15+ years of experience, Dr. Sharma specializes in advanced orthodontics and cosmetic dentistry, known for her gentle approach.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-lady-t-shirt-pointing-camera-looking-happy-isolated_176474-81207.jpg",
- imageAlt: "Dr. Ananya Sharma",
- },
+ id: "doctor-1", name: "Dr. Ananya Sharma", role: "Chief Dentist & Orthodontist", description: "With 15+ years of experience, Dr. Sharma specializes in advanced orthodontics and cosmetic dentistry, known for her gentle approach.", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-t-shirt-pointing-camera-looking-happy-isolated_176474-81207.jpg", imageAlt: "Dr. Ananya Sharma"},
{
- id: "doctor-2",
- name: "Dr. Rohan Patel",
- role: "Implantologist & Prosthodontist",
- description: "Dr. Patel brings expertise in dental implants and full mouth rehabilitation, ensuring durable and aesthetic results for all his patients.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-male-dentist-looking-camera_23-2147862093.jpg",
- imageAlt: "Dr. Rohan Patel",
- },
+ id: "doctor-2", name: "Dr. Rohan Patel", role: "Implantologist & Prosthodontist", description: "Dr. Patel brings expertise in dental implants and full mouth rehabilitation, ensuring durable and aesthetic results for all his patients.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-male-dentist-looking-camera_23-2147862093.jpg", imageAlt: "Dr. Rohan Patel"},
]}
title="Meet Our Caring Dental Specialists"
description="Our team of experienced and empathetic doctors is dedicated to providing personalized and pain-free dental care, building lasting trust with every patient."
@@ -290,34 +174,20 @@ export default function LandingPage() {
description="Ready for a healthier, brighter smile? Contact us to schedule your appointment. We're open daily until 8 PM, committed to fitting your schedule. Call us or fill out the form!"
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- required: true,
+ name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: false,
+ name: "email", type: "email", placeholder: "Your Email", required: false,
},
{
- name: "treatment",
- type: "text",
- placeholder: "Preferred Treatment (e.g., Root Canal, Check-up)",
- required: false,
+ name: "treatment", type: "text", placeholder: "Preferred Treatment (e.g., Root Canal, Check-up)", required: false,
},
]}
textarea={{
- name: "message",
- placeholder: "Your Message",
- rows: 4,
+ name: "message", placeholder: "Your Message", rows: 4,
required: false,
}}
imageSrc="http://img.b2bpic.net/free-photo/corporate-woman-suit-standing-with-confidence-beige-suit-with-working-documents-outdoors_1258-194029.jpg"
@@ -332,79 +202,47 @@ export default function LandingPage() {