Update src/app/page.tsx

This commit is contained in:
2026-06-13 04:34:09 +00:00
parent 3ebc978e02
commit 0f2f37a82d

View File

@@ -84,14 +84,14 @@ export default function LandingPage() {
handle: "Verified Patient",
testimonial: "Good Service ❤️",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-standing-park_839833-33955.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-standing-park_839833-33955.jpg?_wi=1",
},
{
name: "Farhan Ahmed",
handle: "Verified Patient",
testimonial: "Good service ❤️",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-female-doctor-happily-looking-camera-smiling-white-background_574295-2641.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-female-doctor-happily-looking-camera-smiling-white-background_574295-2641.jpg?_wi=1",
},
{
name: "Salahe Sh",
@@ -145,7 +145,7 @@ export default function LandingPage() {
},
]}
avatarText="Join our 5-star satisfied patients!"
imageSrc="http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg?_wi=1"
imageAlt="Modern dental clinic interior"
mediaAnimation="slide-up"
marqueeItems={[
@@ -220,7 +220,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-67130.jpg?_wi=2",
imageAlt: "dentist hands holding dental tools",
},
{
@@ -245,7 +245,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-standing-park_839833-33955.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-standing-park_839833-33955.jpg?_wi=2",
imageAlt: "dentist hands holding dental tools",
},
{
@@ -270,7 +270,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-female-doctor-happily-looking-camera-smiling-white-background_574295-2641.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-female-doctor-happily-looking-camera-smiling-white-background_574295-2641.jpg?_wi=2",
imageAlt: "dentist hands holding dental tools",
},
]}