Update src/app/page.tsx

This commit is contained in:
2026-03-16 03:52:52 +00:00
parent 71eb358d01
commit f9f176584f

View File

@@ -61,19 +61,19 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67465.jpg", imageAlt: "modern dental office bright clean"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18585.jpg", imageAlt: "professional teeth cleaning dental hygiene"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18585.jpg?_wi=1", imageAlt: "professional teeth cleaning dental hygiene"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/dentist-nurse-explaining-x-ray-scan-patient-with-toothache-stomatology-cabinet-team-specialists-doing-oral-care-consultation-treat-man-pain-with-denture-problem_482257-40449.jpg", imageAlt: "dental implant procedure modern technology"
imageSrc: "http://img.b2bpic.net/free-photo/dentist-nurse-explaining-x-ray-scan-patient-with-toothache-stomatology-cabinet-team-specialists-doing-oral-care-consultation-treat-man-pain-with-denture-problem_482257-40449.jpg?_wi=1", imageAlt: "dental implant procedure modern technology"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3959.jpg", imageAlt: "orthodontics braces modern treatment"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3959.jpg?_wi=1", imageAlt: "orthodontics braces modern treatment"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-curly-haired-lady-showing-thumb-up-park_1262-20821.jpg", imageAlt: "happy patient smiling portrait professional"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-curly-haired-lady-showing-thumb-up-park_1262-20821.jpg?_wi=1", imageAlt: "happy patient smiling portrait professional"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-young-man-sitting-armchair-against-grey-wall_23-2148130370.jpg", imageAlt: "professional man portrait headshot confident"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-young-man-sitting-armchair-against-grey-wall_23-2148130370.jpg?_wi=1", imageAlt: "professional man portrait headshot confident"
}
]}
/>
@@ -104,15 +104,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Professional Cleaning", description: "Regular cleanings and deep scaling to maintain optimal oral health and prevent disease.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18585.jpg", imageAlt: "professional teeth cleaning dental hygiene"
title: "Professional Cleaning", description: "Regular cleanings and deep scaling to maintain optimal oral health and prevent disease.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18585.jpg?_wi=2", imageAlt: "professional teeth cleaning dental hygiene"
},
{
id: 2,
title: "Dental Implants", description: "Permanent tooth replacement with cutting-edge implant technology for natural-looking results.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-nurse-explaining-x-ray-scan-patient-with-toothache-stomatology-cabinet-team-specialists-doing-oral-care-consultation-treat-man-pain-with-denture-problem_482257-40449.jpg", imageAlt: "dental implant procedure modern technology"
title: "Dental Implants", description: "Permanent tooth replacement with cutting-edge implant technology for natural-looking results.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-nurse-explaining-x-ray-scan-patient-with-toothache-stomatology-cabinet-team-specialists-doing-oral-care-consultation-treat-man-pain-with-denture-problem_482257-40449.jpg?_wi=2", imageAlt: "dental implant procedure modern technology"
},
{
id: 3,
title: "Orthodontics", description: "Straighten your smile with modern braces and clear aligner options designed for comfort and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3959.jpg", imageAlt: "orthodontics braces modern treatment"
title: "Orthodontics", description: "Straighten your smile with modern braces and clear aligner options designed for comfort and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3959.jpg?_wi=2", imageAlt: "orthodontics braces modern treatment"
}
]}
/>
@@ -150,11 +150,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: "Business Owner", company: "Mitchell & Co.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-curly-haired-lady-showing-thumb-up-park_1262-20821.jpg", imageAlt: "happy patient smiling portrait professional"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-pretty-curly-haired-lady-showing-thumb-up-park_1262-20821.jpg?_wi=2", imageAlt: "happy patient smiling portrait professional"
},
{
id: "2", name: "James Patterson", role: "Executive", company: "Patterson Industries", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-young-man-sitting-armchair-against-grey-wall_23-2148130370.jpg", imageAlt: "professional man portrait headshot confident"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-young-man-sitting-armchair-against-grey-wall_23-2148130370.jpg?_wi=2", imageAlt: "professional man portrait headshot confident"
},
{
id: "3", name: "Emma Rodriguez", role: "Healthcare Professional", company: "City Medical Center", rating: 5,