From 080198a3fdd88df97535b7921e4ae55017e6126c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:56:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 162 ++++++++++------------------------------------- 1 file changed, 35 insertions(+), 127 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 32e2bb6..0d29196 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,38 +44,19 @@ export default function LandingPage() {
@@ -115,33 +86,13 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "General Dentistry", - price: "Comprehensive", - variant: "Routine", - imageSrc: "http://img.b2bpic.net/free-photo/young-girlfriends-enjoying-time-together_23-2148925910.jpg?_wi=2", - }, + id: "1", name: "General Dentistry", price: "Comprehensive", variant: "Routine", imageSrc: "http://img.b2bpic.net/free-photo/young-girlfriends-enjoying-time-together_23-2148925910.jpg"}, { - id: "2", - name: "Cosmetic Bonding", - price: "Transformation", - variant: "Aesthetic", - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-girlfriends-smiling-camera_1301-2348.jpg?_wi=2", - }, + id: "2", name: "Cosmetic Bonding", price: "Transformation", variant: "Aesthetic", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-girlfriends-smiling-camera_1301-2348.jpg"}, { - id: "3", - name: "Professional Whitening", - price: "Radiant", - variant: "Cosmetic", - imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-with-surgical-mask-holding-dental-instruments_107420-73958.jpg?_wi=2", - }, + id: "3", name: "Professional Whitening", price: "Radiant", variant: "Cosmetic", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-with-surgical-mask-holding-dental-instruments_107420-73958.jpg"}, { - id: "4", - name: "Dental Hygiene", - price: "Healthy", - variant: "Preventive", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-patient-filling-report-papers-talking-receptionist-hospital-reception-counter-woman-writing-medical-form-before-checkup-appointment-with-doctor-health-center_482257-51637.jpg?_wi=2", - }, + id: "4", name: "Dental Hygiene", price: "Healthy", variant: "Preventive", imageSrc: "http://img.b2bpic.net/free-photo/african-american-patient-filling-report-papers-talking-receptionist-hospital-reception-counter-woman-writing-medical-form-before-checkup-appointment-with-doctor-health-center_482257-51637.jpg"}, ]} title="A Complete Range of Dental Services" description="Whether you require routine hygiene, restorative general care, or cosmetic confidence boosters like composite bonding and whitening, we are here for you." @@ -165,45 +116,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah J.", - handle: "@dumfries", - testimonial: "I was very nervous, but the staff were incredibly gentle. A wonderful experience.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg?_wi=1", - }, + id: "1", name: "Sarah J.", handle: "@dumfries", testimonial: "I was very nervous, but the staff were incredibly gentle. A wonderful experience.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg"}, { - id: "2", - name: "Michael T.", - handle: "@dumfries", - testimonial: "Excellent hygiene appointment. Everything was thorough and well-explained.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9765.jpg", - }, + id: "2", name: "Michael T.", handle: "@dumfries", testimonial: "Excellent hygiene appointment. Everything was thorough and well-explained.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9765.jpg"}, { - id: "3", - name: "Emma L.", - handle: "@dumfries", - testimonial: "My composite bonding looks natural and perfect. Highly recommend.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg", - }, + id: "3", name: "Emma L.", handle: "@dumfries", testimonial: "My composite bonding looks natural and perfect. Highly recommend.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-checking-patient_23-2149726926.jpg"}, { - id: "4", - name: "David W.", - handle: "@dumfries", - testimonial: "Professional, clean, and very welcoming. Best clinic in town.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-queer-eldery-women-back-view_23-2149732512.jpg", - }, + id: "4", name: "David W.", handle: "@dumfries", testimonial: "Professional, clean, and very welcoming. Best clinic in town.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-queer-eldery-women-back-view_23-2149732512.jpg"}, { - id: "5", - name: "Linda M.", - handle: "@dumfries", - testimonial: "The most comfortable dental visit I've had in years. So attentive.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg?_wi=2", - }, + id: "5", name: "Linda M.", handle: "@dumfries", testimonial: "The most comfortable dental visit I've had in years. So attentive.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg"}, ]} showRating={true} title="Trusted by Our Local Community" @@ -218,24 +144,16 @@ export default function LandingPage() { description="195 High St, Dumfries DG1 2QT\nTel: +44 1387 253503" inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - required: true, + name: "name", type: "text", placeholder: "Your Name", required: true, }, { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - required: true, + name: "phone", type: "tel", placeholder: "Your Phone Number", required: true, }, ]} textarea={{ - name: "message", - placeholder: "How can we help you?", - rows: 4, + name: "message", placeholder: "How can we help you?", rows: 4, }} - imageSrc="http://img.b2bpic.net/free-photo/japan-landmark-urban-landscape_23-2148889595.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/japan-landmark-urban-landscape_23-2148889595.jpg" buttonText="Book Consultation" mediaAnimation="slide-up" /> @@ -243,32 +161,22 @@ export default function LandingPage() {