From 50f198896e72b3cf5f7b2319aa85534ac9035672 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:23:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 482525a..b09b558 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,15 +59,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Local Family", testimonial: "Best authentic Chinese food in the Hills. Amazing portions, incredible service, and the whole family loves it!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg?_wi=1" }, { name: "David Chen", handle: "Regular Customer", testimonial: "The sizzling dishes are absolutely phenomenal. Always perfectly cooked and served with such care.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/emotions-people-concept-headshot-serious-looking-handsome-man-with-beard-looking-confident-determined_1258-26730.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/emotions-people-concept-headshot-serious-looking-handsome-man-with-beard-looking-confident-determined_1258-26730.jpg?_wi=1" }, { name: "Lisa Wong", handle: "Corporate Booking", testimonial: "Hosted our team dinner here and it was perfect. Authentic flavours, generous portions, and wonderful staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-professional-female-executive-wearing-red-jacket-while-sitting-outside-workplace_662251-2084.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-professional-female-executive-wearing-red-jacket-while-sitting-outside-workplace_662251-2084.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -85,7 +85,7 @@ export default function LandingPage() { description="Owner & Chef" subdescription="Hills Garden Restaurant" icon={UtensilsCrossed} - imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg" + imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=1" imageAlt="Warm and welcoming dining atmosphere" mediaAnimation="slide-up" useInvertedBackground={false} @@ -122,13 +122,13 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Emma Johnson", role: "Local Family", testimonial: "Absolutely love this place! The portions are huge, the flavors are authentic, and the service is incredibly fast even on busy nights. We come here at least once a month.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg", imageAlt: "Emma Johnson" + id: "1", name: "Emma Johnson", role: "Local Family", testimonial: "Absolutely love this place! The portions are huge, the flavors are authentic, and the service is incredibly fast even on busy nights. We come here at least once a month.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg?_wi=2", imageAlt: "Emma Johnson" }, { - id: "2", name: "Marcus Brown", role: "Regular Customer", testimonial: "Best takeaway option in the Hills. Food always arrives hot, portions are generous, and the menu variety is outstanding. Highly recommend for family dinners.", imageSrc: "http://img.b2bpic.net/free-photo/emotions-people-concept-headshot-serious-looking-handsome-man-with-beard-looking-confident-determined_1258-26730.jpg", imageAlt: "Marcus Brown" + id: "2", name: "Marcus Brown", role: "Regular Customer", testimonial: "Best takeaway option in the Hills. Food always arrives hot, portions are generous, and the menu variety is outstanding. Highly recommend for family dinners.", imageSrc: "http://img.b2bpic.net/free-photo/emotions-people-concept-headshot-serious-looking-handsome-man-with-beard-looking-confident-determined_1258-26730.jpg?_wi=2", imageAlt: "Marcus Brown" }, { - id: "3", name: "Jennifer Lee", role: "Special Occasion Host", testimonial: "We booked a table for my sister's birthday celebration and it was perfect. The sizzling dishes were a showstopper, and the staff made us feel so welcome.", imageSrc: "http://img.b2bpic.net/free-photo/young-professional-female-executive-wearing-red-jacket-while-sitting-outside-workplace_662251-2084.jpg", imageAlt: "Jennifer Lee" + id: "3", name: "Jennifer Lee", role: "Special Occasion Host", testimonial: "We booked a table for my sister's birthday celebration and it was perfect. The sizzling dishes were a showstopper, and the staff made us feel so welcome.", imageSrc: "http://img.b2bpic.net/free-photo/young-professional-female-executive-wearing-red-jacket-while-sitting-outside-workplace_662251-2084.jpg?_wi=2", imageAlt: "Jennifer Lee" }, { id: "4", name: "Robert Kim", role: "Working Professional", testimonial: "Quick lunch spot with authentic flavors and huge portions. I order online and pick up—consistently good quality every time. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-blue-shirt-standing-against-grey-wall_23-2148130268.jpg", imageAlt: "Robert Kim" @@ -198,7 +198,7 @@ export default function LandingPage() { description="Call us or fill out the form below to reserve a table. We look forward to serving you and your family." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg" + imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=2" imageAlt="Cozy restaurant dining ambiance" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1