diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d3765c..4a90137 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Award, CreditCard, Search, ShieldCheck, Smile } from "lucide-react"; +import { Award, CreditCard, Search, ShieldCheck, Smile, MapPin, Clock, Stethoscope } from "lucide-react"; export default function LandingPage() { return ( @@ -30,111 +30,38 @@ export default function LandingPage() {
@@ -145,26 +72,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Routine Cleanings", - description: "Regular checkups and cleanings for optimal oral hygiene.", - imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart-white-background_1232-4426.jpg", - imageAlt: "Routine cleanings", + title: "Root Canal Treatment", description: "Advanced painless root canal therapy to save your natural teeth.", imageSrc: "https://images.unsplash.com/photo-1598252958376-791334c9c61e?q=80&w=800" }, { - title: "Cosmetic Dentistry", - description: "Smile makeovers, whitening, and advanced aesthetic procedures.", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-hands-working-young-woman-patient-with-dental-tools_613910-21176.jpg", - imageAlt: "Cosmetic dentistry", + title: "Dental Implants", description: "Restorative dental implant solutions for a confident smile.", imageSrc: "https://images.unsplash.com/photo-1629909613654-28e377c37b09?q=80&w=800" }, { - title: "Pediatric Dentistry", - description: "Expert care for our youngest patients in a friendly setting.", - imageSrc: "http://img.b2bpic.net/free-photo/little-baby-girl-dentist-chair-children-dental_627829-9367.jpg", - imageAlt: "Pediatric dentistry", - }, + title: "Routine Dental Care", description: "Comprehensive checkups, scaling, and polishing services.", imageSrc: "https://images.unsplash.com/photo-1588776814546-1ff5372af6a7?q=80&w=800" + } ]} - title="Our Clinical Services" - description="We offer a wide range of dental treatments tailored to your unique needs." + title="Our Services" + description="We provide a full spectrum of dental treatments tailored to your health needs." /> @@ -173,76 +91,23 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - title: "Great Experience", - quote: "The most comfortable dental visit I've ever had. Very professional staff.", - name: "Sarah J.", - role: "Patient", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", - }, - { - id: "2", - title: "Highly Recommended", - quote: "Sabka Dentist transformed my smile. Exceptional care and attention to detail.", - name: "Michael C.", - role: "Patient", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", - }, - { - id: "3", - title: "Friendly Clinic", - quote: "Great service for my children, they are no longer scared of the dentist!", - name: "Emily R.", - role: "Patient", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-smiling-woman-indoor_624325-3165.jpg", - }, - { - id: "4", - title: "Amazing Results", - quote: "Expert cosmetic work. Very satisfied with the outcome and the process.", - name: "David K.", - role: "Patient", - imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", - }, - { - id: "5", - title: "Professional Team", - quote: "Trustworthy and transparent pricing. I'm glad I found this clinic.", - name: "Jessica L.", - role: "Patient", - imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877354.jpg", - }, + { id: "1", title: "Excellent Care", quote: "Professional doctors and very hygienic clinic.", name: "Ananya S.", role: "Patient" }, + { id: "2", title: "Painless Treatment", quote: "Had a great experience with my root canal.", name: "Vikram R.", role: "Patient" } ]} - title="Patient Success Stories" - description="Don't just take our word for it—hear from our patients about their experiences at Sabka Dentist." + title="Patient Feedback" + description="Hear what our patients have to say about their dental care journey with us." />
@@ -250,78 +115,27 @@ export default function LandingPage() {
); -} +} \ No newline at end of file