diff --git a/src/app/page.tsx b/src/app/page.tsx index 22e03e9..0dd537f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,17 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Diamond, Smile, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -40,15 +35,7 @@ export default function LandingPage() { { name: "Services", id: "#services"}, { - name: "Treatments", id: "#treatments"}, - { - name: "Pricing", id: "#pricing"}, - { - name: "Team", id: "#team"}, - { - name: "Testimonials", id: "#testimonials"}, - { - name: "FAQ", id: "#faq"}, + name: "Treatments", id: "#treatments"} ]} brandName="Smile Care Dental Clinic" button={{ @@ -62,7 +49,7 @@ export default function LandingPage() { description="Smile Care brings 10 years of dental expertise and international-standard treatments to Kurla. From routine cleanings to advanced implants, we deliver painless, personalized care you can trust." buttons={[ { - text: "Book Your Appointment", href: "#contact"}, + text: "Book Your Appointment", href: "#contact"} ]} slides={[ { @@ -76,7 +63,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-with-material-tooth-treatment-dentistry-concept_169016-66838.jpg", imageAlt: "Dental implant being placed in a sterile environment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg", imageAlt: "Child happily sitting in a dental chair"}, + imageSrc: "http://img.b2bpic.net/free-photo/dentist-using-ultrasonic-scaler-treating-boy-s-teeth-clinic_23-2147905966.jpg", imageAlt: "Child happily sitting in a dental chair"} ]} /> @@ -111,7 +98,7 @@ export default function LandingPage() { { id: "implants", title: "Dental Implants", tags: [ "Restoration", "Surgery", "Permanent"], - imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-66993.jpg", imageAlt: "Dental implant being placed in jawbone"}, + imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-66993.jpg", imageAlt: "Dental implant being placed in jawbone"} ]} title="Comprehensive Dental Services Tailored for You" description="From preventive care to advanced restorative and cosmetic treatments, our extensive range of services ensures all your dental needs are met under one roof." @@ -135,112 +122,15 @@ export default function LandingPage() { { id: "p4", name: "Invisible Aligners", price: "Starting at ₹35,000", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-charismatic-beauty-blogger-woman-sits-room-with-lipstick-hand-talking-about_1258-255281.jpg", imageAlt: "Clear invisible dental aligners"}, { - id: "p5", name: "Root Canal Therapy", price: "Starting at ₹8,000", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-patient-teeth-dental-office_651396-3413.jpg", imageAlt: "Dental tools for a root canal procedure"}, + id: "p5", name: "Root Canal Therapy", price: "Starting at ₹8,000", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-patient-teeth-dental-office_651396-3413.jpg", imageAlt: "Dentist examining patient teeth dental office"}, { - id: "p6", name: "Crowns & Bridges", price: "Starting at ₹10,000", imageSrc: "http://img.b2bpic.net/free-photo/roll-made-nori-pickled-rice-philadelphia-cheese-cheese-with-walnuts-brynza_8353-6017.jpg", imageAlt: "Dental crowns and bridges for restorative work"}, + id: "p6", name: "Crowns & Bridges", price: "Starting at ₹10,000", imageSrc: "http://img.b2bpic.net/free-photo/roll-made-nori-pickled-rice-philadelphia-cheese-cheese-with-walnuts-brynza_8353-6017.jpg", imageAlt: "Dental crowns and bridges for restorative work"} ]} title="Advanced Treatments & Radiant Transformations" description="Explore our specialized dental treatments designed to restore your smile's health and aesthetics. See the difference our expertise can make with lasting results." /> -