From 1cee864b0a203461a99f4558b3f87dc21a1509d2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:12:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 32287c6..13d0db4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,16 +53,16 @@ export default function LandingPage() { testimonials={[ { name: "Sarah M.", handle: "Coffee Enthusiast", testimonial: "My coffee did not survive 10 minutes—THAT good.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-meeting_329181-1766.jpg", imageAlt: "Sarah M."}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-meeting_329181-1766.jpg?_wi=1", imageAlt: "Sarah M."}, { name: "James L.", handle: "Regular Customer", testimonial: "Warm and welcoming… the kind of place you want to sit and stay awhile.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "James L."}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1", imageAlt: "James L."}, { name: "Emma T.", handle: "Matcha Lover", testimonial: "Thoughtful creations set apart from the usual. Truly exceptional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-student-drinking-takeaway-coffee_1262-20234.jpg", imageAlt: "Emma T."}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-student-drinking-takeaway-coffee_1262-20234.jpg?_wi=1", imageAlt: "Emma T."}, { name: "David P.", handle: "Local Community", testimonial: "Friendly, knowledgeable, and passionate about high-quality coffee.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", imageAlt: "David P."}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg?_wi=1", imageAlt: "David P."}, ]} buttons={[ { text: "Get Directions", href: "#visit" }, @@ -82,17 +82,17 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Sophie Chen", handle: "@sophielovescoffee", testimonial: "My coffee did not survive 10 minutes—THAT good. Best café in town.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-meeting_329181-1766.jpg", imageAlt: "Sophie Chen"}, + id: "1", name: "Sophie Chen", handle: "@sophielovescoffee", testimonial: "My coffee did not survive 10 minutes—THAT good. Best café in town.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-meeting_329181-1766.jpg?_wi=2", imageAlt: "Sophie Chen"}, { - id: "2", name: "Marcus D.", handle: "@marcusmornings", testimonial: "Warm and welcoming… the kind of place you want to sit and stay awhile.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Marcus D."}, + id: "2", name: "Marcus D.", handle: "@marcusmornings", testimonial: "Warm and welcoming… the kind of place you want to sit and stay awhile.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2", imageAlt: "Marcus D."}, { - id: "3", name: "Elena Rodriguez", handle: "@elenasips", testimonial: "Thoughtful creations set apart from the usual. Every drink is an experience.", imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-student-drinking-takeaway-coffee_1262-20234.jpg", imageAlt: "Elena Rodriguez"}, + id: "3", name: "Elena Rodriguez", handle: "@elenasips", testimonial: "Thoughtful creations set apart from the usual. Every drink is an experience.", imageSrc: "http://img.b2bpic.net/free-photo/happy-positive-student-drinking-takeaway-coffee_1262-20234.jpg?_wi=2", imageAlt: "Elena Rodriguez"}, { - id: "4", name: "James Wilson", handle: "@jamesw_coffee", testimonial: "Friendly, knowledgeable, and genuinely passionate about quality coffee.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", imageAlt: "James Wilson"}, + id: "4", name: "James Wilson", handle: "@jamesw_coffee", testimonial: "Friendly, knowledgeable, and genuinely passionate about quality coffee.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg?_wi=2", imageAlt: "James Wilson"}, { - id: "5", name: "Lisa Park", handle: "@lisalovestea", testimonial: "The matcha here tastes like it should. Perfect every single time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-meeting_329181-1766.jpg", imageAlt: "Lisa Park"}, + id: "5", name: "Lisa Park", handle: "@lisalovestea", testimonial: "The matcha here tastes like it should. Perfect every single time.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-meeting_329181-1766.jpg?_wi=3", imageAlt: "Lisa Park"}, { - id: "6", name: "Tom Bradley", handle: "@tombreakfast", testimonial: "This is my happy place. Great coffee, great vibe, great energy.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "Tom Bradley"}, + id: "6", name: "Tom Bradley", handle: "@tombreakfast", testimonial: "This is my happy place. Great coffee, great vibe, great energy.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=3", imageAlt: "Tom Bradley"}, ]} speed={40} /> -- 2.49.1