diff --git a/src/app/page.tsx b/src/app/page.tsx index 6dc1d65..616a772 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,9 +80,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "1", title: "Preventative Care", author: "Proactive", description: "Routine cleanings, exams, and x-rays to keep your smile healthy and detect potential issues early.", tags: ["Cleaning", "Exam"], imageSrc: "http://img.b2bpic.net/free-photo/closeup-stylish-feminine-curlyhaired-africanamerican-woman-blue-fashionable-blouse-stretch-hand-hold-smartphone-taking-selfie-laughing-smiling-white-background_176420-55433.jpg" }, - { id: "2", title: "Cosmetic Dentistry", author: "Aesthetic", description: "Professional teeth whitening, veneers, and bonding to help you achieve the bright, confident smile you deserve.", tags: ["Whitening", "Veneers"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sincere-happy-girl-smiling-laughing_176420-9689.jpg" }, - { id: "3", title: "Restorative Work", author: "Treatment", description: "Advanced care for damaged or missing teeth, including fillings, crowns, bridges, and dental implants.", tags: ["Crowns", "Implants"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-old-man-outdoors_23-2148997295.jpg" }, + { id: "1", title: "Preventative Care", author: "Proactive", description: "Routine cleanings, exams, and x-rays to keep your smile healthy and detect potential issues early.", tags: ["Cleaning", "Exam"], imageSrc: "http://img.b2bpic.net/free-photo/closeup-stylish-feminine-curlyhaired-africanamerican-woman-blue-fashionable-blouse-stretch-hand-hold-smartphone-taking-selfie-laughing-smiling-white-background_176420-55433.jpg?_wi=1" }, + { id: "2", title: "Cosmetic Dentistry", author: "Aesthetic", description: "Professional teeth whitening, veneers, and bonding to help you achieve the bright, confident smile you deserve.", tags: ["Whitening", "Veneers"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sincere-happy-girl-smiling-laughing_176420-9689.jpg?_wi=1" }, + { id: "3", title: "Restorative Work", author: "Treatment", description: "Advanced care for damaged or missing teeth, including fillings, crowns, bridges, and dental implants.", tags: ["Crowns", "Implants"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-old-man-outdoors_23-2148997295.jpg?_wi=1" }, ]} title="Comprehensive Dental Services" description="From preventative care to advanced cosmetic procedures, we offer a full suite of dental solutions tailored to your unique needs." @@ -95,9 +95,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The gentlest cleaning I've ever had. Truly great experience!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-stylish-feminine-curlyhaired-africanamerican-woman-blue-fashionable-blouse-stretch-hand-hold-smartphone-taking-selfie-laughing-smiling-white-background_176420-55433.jpg" }, - { id: "2", name: "Michael C.", handle: "@mikec", testimonial: "Professional, efficient, and so friendly. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sincere-happy-girl-smiling-laughing_176420-9689.jpg" }, - { id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "I was nervous, but they made me feel so comfortable right away.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-old-man-outdoors_23-2148997295.jpg" }, + { id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The gentlest cleaning I've ever had. Truly great experience!", imageSrc: "http://img.b2bpic.net/free-photo/closeup-stylish-feminine-curlyhaired-africanamerican-woman-blue-fashionable-blouse-stretch-hand-hold-smartphone-taking-selfie-laughing-smiling-white-background_176420-55433.jpg?_wi=2" }, + { id: "2", name: "Michael C.", handle: "@mikec", testimonial: "Professional, efficient, and so friendly. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sincere-happy-girl-smiling-laughing_176420-9689.jpg?_wi=2" }, + { id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "I was nervous, but they made me feel so comfortable right away.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-old-man-outdoors_23-2148997295.jpg?_wi=2" }, { id: "4", name: "David K.", handle: "@davidk", testimonial: "Top notch cosmetic results. I love my new smile!", imageSrc: "http://img.b2bpic.net/free-photo/experienced-businessman_1098-14941.jpg" }, { id: "5", name: "Jessica L.", handle: "@jessl", testimonial: "Best family dental practice around. We love this team!", imageSrc: "http://img.b2bpic.net/free-photo/natural-beauty-young-woman_329181-1207.jpg" }, ]}