diff --git a/src/app/page.tsx b/src/app/page.tsx index 20537fc..f1f5946 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -110,41 +73,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Preventative Care", - description: "Routine checkups, cleanings, and oral hygiene education to keep your smile bright.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-399.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/medical-instruments_1157-18593.jpg", - }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DqdWhitaK1jJU2bLAYil7xzqx5/uploaded-1779013759759-ttni68lh.png?_wi=2", - imageAlt: "dental clean hygiene service", + title: "Preventative Care", description: "Routine checkups, cleanings, and oral hygiene education to keep your smile bright.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-399.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medical-instruments_1157-18593.jpg" } }, { - title: "Orthodontics", - description: "Advanced solutions for teeth alignment including modern clear aligners and traditional methods.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-girl-visiting-dentist_651396-2240.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053319.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9769.jpg?_wi=2", - imageAlt: "dental clean hygiene service", + title: "Orthodontics", description: "Advanced solutions for teeth alignment including modern clear aligners and traditional methods.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-girl-visiting-dentist_651396-2240.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053319.jpg" } }, { - title: "Restorative Dentistry", - description: "Expert solutions for damaged or missing teeth, ensuring long-term oral health and function.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66923.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-tablet-teeth-x-ray-reviewing-it-with-patient-doctor-nurse-working-together-modern-stomatological-clinic-explaining-old-woman-radiography-tooth-using-notebook-display_482257-13065.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-noninvasive-treatment-urinary-incontinence-clinic_637285-9473.jpg?_wi=2", - imageAlt: "dental clean hygiene service", - }, + title: "Restorative Dentistry", description: "Expert solutions for damaged or missing teeth, ensuring long-term oral health and function.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66923.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-tablet-teeth-x-ray-reviewing-it-with-patient-doctor-nurse-working-together-modern-stomatological-clinic-explaining-old-woman-radiography-tooth-using-notebook-display_482257-13065.jpg" } + } ]} showStepNumbers={false} title="Comprehensive Dental Services" @@ -159,26 +98,11 @@ export default function LandingPage() { rating={5} author="Sarah Miller" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/front-view-smiley-female-doctor-patient_23-2149844603.jpg", - alt: "Sarah Miller", - }, - { - src: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg", - alt: "John Doe", - }, - { - src: "http://img.b2bpic.net/free-photo/colorimetry-specialist-with-client-colored-fabric-swaps_23-2150461554.jpg", - alt: "Jane Smith", - }, - { - src: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-medical-masks_23-2148686568.jpg", - alt: "Mike Ross", - }, - { - src: "http://img.b2bpic.net/free-photo/young-man-with-dental-braces-dentist-office-sitting-dentist-chair_651396-2256.jpg", - alt: "Emma Watson", - }, + { src: "http://img.b2bpic.net/free-photo/front-view-smiley-female-doctor-patient_23-2149844603.jpg", alt: "Sarah Miller" }, + { src: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg", alt: "John Doe" }, + { src: "http://img.b2bpic.net/free-photo/colorimetry-specialist-with-client-colored-fabric-swaps_23-2150461554.jpg", alt: "Jane Smith" }, + { src: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-medical-masks_23-2148686568.jpg", alt: "Mike Ross" }, + { src: "http://img.b2bpic.net/free-photo/young-man-with-dental-braces-dentist-office-sitting-dentist-chair_651396-2256.jpg", alt: "Emma Watson" }, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -192,21 +116,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "10+", - description: "Years of Experience", - }, - { - id: "m2", - value: "5,000+", - description: "Happy Patients", - }, - { - id: "m3", - value: "99%", - description: "Satisfaction Rate", - }, + { id: "m1", value: "10+", description: "Years of Experience" }, + { id: "m2", value: "5,000+", description: "Happy Patients" }, + { id: "m3", value: "99%", description: "Satisfaction Rate" }, ]} title="Expertise You Can Count On" description="Quality dental care measured by successful outcomes and patient comfort." @@ -218,21 +130,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "Do you accept new patients?", - content: "Absolutely! We welcome patients of all ages and are currently accepting new appointments.", - }, - { - id: "f2", - title: "What insurance do you accept?", - content: "We work with most major dental insurance providers. Please contact our office to verify your coverage.", - }, - { - id: "f3", - title: "How can I book an appointment?", - content: "You can easily book online through our website's booking system at your convenience.", - }, + { id: "f1", title: "Do you accept new patients?", content: "Absolutely! We welcome patients of all ages and are currently accepting new appointments." }, + { id: "f2", title: "What insurance do you accept?", content: "We work with most major dental insurance providers. Please contact our office to verify your coverage." }, + { id: "f3", title: "How can I book an appointment?", content: "You can easily book online through our website's booking system at your convenience." }, ]} title="Frequently Asked Questions" description="Have questions about our services or insurance? Find answers here." @@ -243,17 +143,11 @@ export default function LandingPage() {