From e85bbfe143594c4779a2e3af26acd879abb9fc68 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 12:08:43 +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 59267a2..285f8dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg", imageAlt: "Café Atmosphere"}, + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5750.jpg?_wi=1", imageAlt: "Café Atmosphere"}, { - imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg", imageAlt: "Café Food"} + imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg?_wi=1", imageAlt: "Café Food"} ]} mediaAnimation="blur-reveal" rating={5} @@ -70,7 +70,7 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Signature", name: "Wood-Fired Pizza", price: "₹350", rating: 5, - reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg"}, + reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg?_wi=2"}, { id: "p2", brand: "Signature", name: "Craft Coffee", price: "₹150", rating: 5, reviewCount: "85+", imageSrc: "http://img.b2bpic.net/free-photo/vintage-coffee-with-latte-art-decoration_1150-6331.jpg"}, @@ -111,13 +111,13 @@ export default function LandingPage() { { id: "t1", name: "Priya S.", role: "Local Regular", testimonial: "Amazing ambience and yummy food… will visit again for sure!", imageSrc: "http://img.b2bpic.net/free-photo/cute-elegant-calm-happy-woman-green-summer-dress-sits-with-coffee-cafe-enjoying-morning_343596-3669.jpg"}, { - id: "t2", name: "Rahul K.", role: "Foodie", testimonial: "Best place in Himayatnagar… affordable and worth it.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg"}, + id: "t2", name: "Rahul K.", role: "Foodie", testimonial: "Best place in Himayatnagar… affordable and worth it.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg?_wi=1"}, { id: "t3", name: "Family of 4", role: "Diners", testimonial: "Great food, friendly staff, perfect hangout spot.", imageSrc: "http://img.b2bpic.net/free-photo/professional-company-executive-reviews-enterprise-solutions-her-laptop_482257-107856.jpg"}, { id: "t4", name: "Ananya R.", role: "Student", testimonial: "My go-to place for projects and good coffee.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-digital-nomad-man-working-cafe-laptop-looking-happy-pleased_1258-245290.jpg"}, { - id: "t5", name: "Vikram M.", role: "Coffee Enthusiast", testimonial: "The best brew in town, hands down. Cozy atmosphere is a huge plus.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg"}, + id: "t5", name: "Vikram M.", role: "Coffee Enthusiast", testimonial: "The best brew in town, hands down. Cozy atmosphere is a huge plus.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg?_wi=2"}, ]} title="What Our Customers Say" description="Stories from our happy local community." @@ -141,7 +141,7 @@ export default function LandingPage() {