From 0b2c1b05899eafdde3c65389c4178aeb0a59b5a8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:41:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf846a4..ac49013 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,15 +48,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Chen", handle: "Local Professional, Age 34", testimonial: "Starry Night has become my weekly sanctuary. The attention to detail in every cup is extraordinary, and the chocolate cake is absolutely divine.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg?_wi=1" }, { name: "Marcus Johnson", handle: "Small Business Owner, Age 39", testimonial: "The ambiance and quality of the drinks draw me back every single week. This is where I close my deals and celebrate my wins.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg?_wi=1" }, { name: "Emma Rodriguez", handle: "Couples, Age 28", testimonial: "Our favorite date night spot. The aesthetic is Instagram-worthy, but the genuine warmth and premium quality keep us coming back.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-latino-female-model-warm-bright-blue-sweater_633478-2090.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-latino-female-model-warm-bright-blue-sweater_633478-2090.jpg?_wi=1" } ]} buttons={[ @@ -113,15 +113,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", handle: "@sarahchenco", testimonial: "I've tried every coffee shop in Fort Collins, but nothing compares to Starry Night. The quality is exceptional, and the ambiance makes me want to stay for hours.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-business-woman-standing-window_1262-1069.jpg?_wi=2" }, { id: "2", name: "Michael Torres", handle: "@miketorres_business", testimonial: "This is where I conduct my important meetings. The level of service and attention to detail reflects the premium quality of everything they serve.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg?_wi=2" }, { id: "3", name: "Emma Rodriguez", handle: "@emmaanneeats", testimonial: "My boyfriend proposed to me at Starry Night. The setting was perfect, and now it's our favorite place to celebrate milestones together.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-latino-female-model-warm-bright-blue-sweater_633478-2090.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-latino-female-model-warm-bright-blue-sweater_633478-2090.jpg?_wi=2" }, { id: "4", name: "James Whitney", handle: "@jamesdw_explores", testimonial: "Every Sunday morning ritual includes Starry Night. The chocolate cake and espresso are simply the best I've experienced anywhere.", rating: 5, -- 2.49.1