Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -56,19 +56,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Johnson", handle: "@sarah_smiles", testimonial: "Best dental experience of my life! The team is so caring and professional.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg", imageAlt: "happy patient satisfied smile portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg?_wi=1", imageAlt: "happy patient satisfied smile portrait"
|
||||
},
|
||||
{
|
||||
name: "Michael Chen", handle: "@mike_dental", testimonial: "My teeth have never looked better. Highly recommend SmileCare!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95801.jpg", imageAlt: "satisfied male patient smiling portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95801.jpg?_wi=1", imageAlt: "satisfied male patient smiling portrait"
|
||||
},
|
||||
{
|
||||
name: "Emily Rodriguez", handle: "@emily_bright_smile", testimonial: "Painless procedures and amazing results. This is the clinic to trust.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-retired-woman-wearing-cozy-sweater-short-hairdo_343059-1202.jpg", imageAlt: "happy woman patient smile portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-retired-woman-wearing-cozy-sweater-short-hairdo_343059-1202.jpg?_wi=1", imageAlt: "happy woman patient smile portrait"
|
||||
},
|
||||
{
|
||||
name: "David Kim", handle: "@david_loves_dentist", testimonial: "Finally found a dentist who listens and genuinely cares about my comfort.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lesbian-couple-being-affectionate-home_23-2149123904.jpg", imageAlt: "smiling patient satisfied portrait professional"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lesbian-couple-being-affectionate-home_23-2149123904.jpg?_wi=1", imageAlt: "smiling patient satisfied portrait professional"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -128,19 +128,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Patient", company: "Local Business Owner", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg", imageAlt: "happy patient satisfied smile portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing_23-2148497205.jpg?_wi=2", imageAlt: "happy patient satisfied smile portrait"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Patient", company: "Tech Professional", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95801.jpg", imageAlt: "satisfied male patient smiling portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95801.jpg?_wi=2", imageAlt: "satisfied male patient smiling portrait"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Patient", company: "Healthcare Worker", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-retired-woman-wearing-cozy-sweater-short-hairdo_343059-1202.jpg", imageAlt: "happy woman patient smile portrait"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-happy-retired-woman-wearing-cozy-sweater-short-hairdo_343059-1202.jpg?_wi=2", imageAlt: "happy woman patient smile portrait"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Patient", company: "Executive", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lesbian-couple-being-affectionate-home_23-2149123904.jpg", imageAlt: "smiling patient satisfied portrait professional"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lesbian-couple-being-affectionate-home_23-2149123904.jpg?_wi=2", imageAlt: "smiling patient satisfied portrait professional"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user