diff --git a/src/app/page.tsx b/src/app/page.tsx index 67fc868..e1cf7e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -142,40 +87,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Preventive Care", - description: "Regular checkups and cleanings to prevent issues before they arise.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-looking-mirror-after-dental-procedure_23-2148985824.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053262.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/male-female-dentist-examining-patient_107420-65616.jpg?_wi=2", - imageAlt: "preventive dental checkup dental tools", + title: "Preventive Care", description: "Regular checkups and cleanings to prevent issues before they arise.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-patient-looking-mirror-after-dental-procedure_23-2148985824.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151053262.jpg" } }, { - title: "Cosmetic Dentistry", - description: "Professional teeth whitening and veneers to enhance your natural beauty.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-dental-treatment_107420-65463.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-set-model-teeth-patient_107420-73948.jpg", - imageAlt: "preventive dental checkup dental tools", + title: "Cosmetic Dentistry", description: "Professional teeth whitening and veneers to enhance your natural beauty.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-patient-receiving-dental-treatment_107420-65463.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-woman-making-frame-gesture_1262-1764.jpg" } }, { - title: "Restorative Procedures", - description: "Durable implants, crowns, and bridges to restore functionality and confidence.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-dentist-examining-female-s-teeth-dentistry_613910-11476.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart-white-background_1232-4427.jpg?_wi=1", - }, - imageSrc: "http://img.b2bpic.net/free-photo/faucet-sink-dental-chair_140725-7698.jpg?_wi=1", - imageAlt: "preventive dental checkup dental tools", + title: "Restorative Procedures", description: "Durable implants, crowns, and bridges to restore functionality and confidence.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-dentist-examining-female-s-teeth-dentistry_613910-11476.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart-white-background_1232-4427.jpg" } }, ]} showStepNumbers={false} @@ -191,60 +112,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - brand: "Care", - name: "Essential Checkup", - price: "$99", - rating: 5, - reviewCount: "120+", - imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart-white-background_1232-4427.jpg?_wi=2", - }, - { - id: "p2", - brand: "Cosmetic", - name: "Pro Whitening", - price: "$299", - rating: 5, - reviewCount: "85+", - imageSrc: "http://img.b2bpic.net/free-photo/faucet-sink-dental-chair_140725-7698.jpg?_wi=2", - }, - { - id: "p3", - brand: "Restorative", - name: "Dental Implant", - price: "$1,499", - rating: 5, - reviewCount: "50+", - imageSrc: "http://img.b2bpic.net/free-photo/set-metal-medical-equipment-tools-dental-care_273609-13098.jpg", - }, - { - id: "p4", - brand: "Orthodontics", - name: "Clear Aligners", - price: "$3,500", - rating: 4, - reviewCount: "40+", - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-wearing-braces_107420-65479.jpg", - }, - { - id: "p5", - brand: "Surgery", - name: "Wisdom Teeth Removal", - price: "$500", - rating: 5, - reviewCount: "200+", - imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment_1232-4449.jpg", - }, - { - id: "p6", - brand: "Emergency", - name: "Same-Day Relief", - price: "$150", - rating: 5, - reviewCount: "300+", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-various-dental-tools-tray_23-2147905991.jpg", - }, + { id: "p1", brand: "Care", name: "Essential Checkup", price: "$99", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-dental-chart-white-background_1232-4427.jpg" }, + { id: "p2", brand: "Cosmetic", name: "Pro Whitening", price: "$299", rating: 5, reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/faucet-sink-dental-chair_140725-7698.jpg" }, + { id: "p3", brand: "Restorative", name: "Dental Implant", price: "$1,499", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/set-metal-medical-equipment-tools-dental-care_273609-13098.jpg" }, + { id: "p4", brand: "Orthodontics", name: "Clear Aligners", price: "$3,500", rating: 4, reviewCount: "40+", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-wearing-braces_107420-65479.jpg" }, + { id: "p5", brand: "Surgery", name: "Wisdom Teeth Removal", price: "$500", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment_1232-4449.jpg" }, + { id: "p6", brand: "Emergency", name: "Same-Day Relief", price: "$150", rating: 5, reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-various-dental-tools-tray_23-2147905991.jpg" }, ]} title="Featured Dental Packages" description="Transparent pricing for our most popular wellness and cosmetic procedures." @@ -257,21 +130,9 @@ export default function LandingPage() { title="Proven Excellence" tag="Our Impact" metrics={[ - { - id: "m1", - value: "15,000+", - description: "Smiles Transformed", - }, - { - id: "m2", - value: "20+", - description: "Years of Expertise", - }, - { - id: "m3", - value: "99%", - description: "Patient Satisfaction", - }, + { id: "m1", value: "15,000+", description: "Smiles Transformed" }, + { id: "m2", value: "20+", description: "Years of Expertise" }, + { id: "m3", value: "99%", description: "Patient Satisfaction" }, ]} metricsAnimation="slide-up" /> @@ -283,21 +144,9 @@ export default function LandingPage() { title="Meet Your Dental Experts" tag="Our Professionals" members={[ - { - id: "mem1", - name: "Dr. Sarah Miller", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-medical-doctor-posing-against-white-wall_1157-43765.jpg", - }, - { - id: "mem2", - name: "Dr. James Wilson", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-positive-young-male-dentist-uniform-with-crossed-hands-dental-office_158595-7651.jpg", - }, - { - id: "mem3", - name: "Dr. Emily Chen", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg", - }, + { id: "mem1", name: "Dr. Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/portrait-medical-doctor-posing-against-white-wall_1157-43765.jpg" }, + { id: "mem2", name: "Dr. James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-positive-young-male-dentist-uniform-with-crossed-hands-dental-office_158595-7651.jpg" }, + { id: "mem3", name: "Dr. Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-testing-colours_23-2150538710.jpg" }, ]} memberVariant="card" membersAnimation="slide-up" @@ -310,41 +159,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "t1", - name: "John Doe", - handle: "@johndoe", - testimonial: "Excellent service and very gentle care. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg", - }, - { - id: "t2", - name: "Jane Smith", - handle: "@janesmith", - testimonial: "I finally found a dental team that understands my needs.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", - }, - { - id: "t3", - name: "Mark Jones", - handle: "@markj", - testimonial: "Professional, clean, and friendly. Great atmosphere.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-moving-new-apartment-standing-front-heap-opened-carton-boxes-looking-camera_74855-10211.jpg", - }, - { - id: "t4", - name: "Lisa Wang", - handle: "@lisaw", - testimonial: "My teeth have never looked better. Thank you, Denticus!", - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-teeth-clinic_107420-65383.jpg", - }, - { - id: "t5", - name: "Tom Brown", - handle: "@tombrown", - testimonial: "The only dentist I actually look forward to visiting.", - imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-woman-pink-dress-happily-looking-boyfriend-romantic-date-cafe-outdoor_574295-1084.jpg", - }, + { id: "t1", name: "John Doe", handle: "@johndoe", testimonial: "Excellent service and very gentle care. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-65663.jpg" }, + { id: "t2", name: "Jane Smith", handle: "@janesmith", testimonial: "I finally found a dental team that understands my needs.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg" }, + { id: "t3", name: "Mark Jones", handle: "@markj", testimonial: "Professional, clean, and friendly. Great atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-moving-new-apartment-standing-front-heap-opened-carton-boxes-looking-camera_74855-10211.jpg" }, + { id: "t4", name: "Lisa Wang", handle: "@lisaw", testimonial: "My teeth have never looked better. Thank you, Denticus!", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-her-teeth-clinic_107420-65383.jpg" }, + { id: "t5", name: "Tom Brown", handle: "@tombrown", testimonial: "The only dentist I actually look forward to visiting.", imageSrc: "http://img.b2bpic.net/free-photo/young-cheerful-woman-pink-dress-happily-looking-boyfriend-romantic-date-cafe-outdoor_574295-1084.jpg" }, ]} title="What Our Patients Say" description="Hear from those who have trusted us with their smile." @@ -357,25 +176,10 @@ export default function LandingPage() { title="Book Your Visit" description="Fill out the form below and our team will get back to you within 24 hours." inputs={[ - { - name: "name", - type: "text", - placeholder: "Full Name", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Email Address", - required: true, - }, + { name: "name", type: "text", placeholder: "Full Name", required: true }, + { name: "email", type: "email", placeholder: "Email Address", required: true }, ]} - textarea={{ - name: "message", - placeholder: "How can we help?", - rows: 4, - required: true, - }} + textarea={{ name: "message", placeholder: "How can we help?", rows: 4, required: true }} imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-hospital_1339-6845.jpg" /> @@ -383,45 +187,9 @@ export default function LandingPage() {