diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f1ae6b..1ddd736 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { testimonials={[ { name: "Emma Rodriguez", handle: "Regular Customer", testimonial: "The best coffee experience in town. Warm, welcoming, and impeccable quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" } ]} buttons={[ @@ -139,16 +139,16 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", name: "Sarah Chen", role: "Freelance Designer", testimonial: "My second home. The ambiance is perfect for creative work, and the baristas remember my order.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen" + id: "1", name: "Sarah Chen", role: "Freelance Designer", testimonial: "My second home. The ambiance is perfect for creative work, and the baristas remember my order.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Chen" }, { - id: "2", name: "Marcus Johnson", role: "Local Business Owner", testimonial: "Outstanding quality and genuine hospitality. This cafe sets the standard for our neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson" + id: "2", name: "Marcus Johnson", role: "Local Business Owner", testimonial: "Outstanding quality and genuine hospitality. This cafe sets the standard for our neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Marcus Johnson" }, { - id: "3", name: "Lily Park", role: "Student", testimonial: "The best study spot with consistently excellent coffee. I've made great friends here.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lily Park" + id: "3", name: "Lily Park", role: "Student", testimonial: "The best study spot with consistently excellent coffee. I've made great friends here.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Lily Park" }, { - id: "4", name: "David Torres", role: "Writer", testimonial: "A place where creativity flows as smoothly as the pour-overs. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Torres" + id: "4", name: "David Torres", role: "Writer", testimonial: "A place where creativity flows as smoothly as the pour-overs. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "David Torres" } ]} animationType="slide-up"