From 1edac3f18598d52277f35f0229799bd4bac3676d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:20:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 71cc3de..6578f46 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,10 +54,10 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Regular Guest", testimonial: "The finest coffee experience I've ever had. Every detail is perfected.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, { name: "James Chen", handle: "Coffee Enthusiast", testimonial: "Outstanding quality and an atmosphere that inspires. Truly exceptional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Chen"}, ]} buttons={[ { text: "Explore Our Menu", href: "#menu" }, @@ -145,9 +145,9 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "A Sanctuary for Coffee Lovers", quote: "Every visit to The Artisan Café feels like stepping into a world of pure sophistication. The quality of their espresso is unmatched, and the attention to detail in every cup is evident.", name: "Victoria Monroe", role: "Entrepreneur & Coffee Connoisseur", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Victoria Monroe"}, + id: "1", title: "A Sanctuary for Coffee Lovers", quote: "Every visit to The Artisan Café feels like stepping into a world of pure sophistication. The quality of their espresso is unmatched, and the attention to detail in every cup is evident.", name: "Victoria Monroe", role: "Entrepreneur & Coffee Connoisseur", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Victoria Monroe"}, { - id: "2", title: "Excellence in Every Interaction", quote: "The baristas here are true artisans. They don't just serve coffee; they share knowledge and passion with every interaction. It's a genuine pleasure.", name: "Marcus Sterling", role: "Designer & Creative Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Sterling"}, + id: "2", title: "Excellence in Every Interaction", quote: "The baristas here are true artisans. They don't just serve coffee; they share knowledge and passion with every interaction. It's a genuine pleasure.", name: "Marcus Sterling", role: "Designer & Creative Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Sterling"}, { id: "3", title: "The Perfect Work Environment", quote: "I've worked from countless cafés, but The Artisan Café stands apart. The ambiance is inspiring, the WiFi is reliable, and the coffee is simply outstanding.", name: "Elena Rodriguez", role: "Remote Consultant", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "Elena Rodriguez"}, { -- 2.49.1