From 6f52f1144a4eba9c2d100e4a67bd00144127d2d4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 10:54:36 +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 d9fb24f..d3e8fae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,13 +48,13 @@ export default function LandingPage() { title="Authentic Mandarin Flavors in Usera" description="Experience the true taste of childhood memories with our handcrafted noodles and traditional specialties." testimonials={[ - { name: "Customer", handle: "@user", testimonial: "Foods are yummy, fresh & hot!!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-delicious-indonesian-bakso_23-2148933307.jpg", imageAlt: "authentic mandarin restaurant interior" }, + { name: "Customer", handle: "@user", testimonial: "Foods are yummy, fresh & hot!!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-composition-delicious-indonesian-bakso_23-2148933307.jpg?_wi=1", imageAlt: "authentic mandarin restaurant interior" }, { name: "Customer", handle: "@user", testimonial: "The best gyozas I've ever tasted.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-man-chief-is-preparing-cake-molds-before-fill-them-with-batter-his-professional-artisan-confectionery_346278-681.jpg", imageAlt: "authentic mandarin restaurant interior" }, - { name: "Customer", handle: "@user", testimonial: "Authentic and delicious flavors.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-asian-dish-with-chopsticks-herbs_23-2148694369.jpg", imageAlt: "authentic mandarin restaurant interior" }, - { name: "Customer", handle: "@user", testimonial: "Perfectly cooked noodles.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hunglae-curry-with-spices-pork-local-food-northern-thailand_1150-22980.jpg", imageAlt: "authentic mandarin restaurant interior" }, - { name: "Customer", handle: "@user", testimonial: "Quick and friendly service.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-sweet-sour-sauce-broccoli-plate-plaid-tablecloth_141793-11163.jpg", imageAlt: "authentic mandarin restaurant interior" }, + { name: "Customer", handle: "@user", testimonial: "Authentic and delicious flavors.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-asian-dish-with-chopsticks-herbs_23-2148694369.jpg?_wi=1", imageAlt: "authentic mandarin restaurant interior" }, + { name: "Customer", handle: "@user", testimonial: "Perfectly cooked noodles.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hunglae-curry-with-spices-pork-local-food-northern-thailand_1150-22980.jpg?_wi=1", imageAlt: "authentic mandarin restaurant interior" }, + { name: "Customer", handle: "@user", testimonial: "Quick and friendly service.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-sweet-sour-sauce-broccoli-plate-plaid-tablecloth_141793-11163.jpg?_wi=1", imageAlt: "authentic mandarin restaurant interior" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-composition-delicious-indonesian-bakso_23-2148933307.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-composition-delicious-indonesian-bakso_23-2148933307.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/composition-delicious-indonesian-bakso_23-2148933300.jpg", alt: "Diner 1" }, { src: "http://img.b2bpic.net/free-photo/delicious-sambal-dish-arrangement-with-copy-space_23-2149076076.jpg", alt: "Diner 2" }, @@ -94,15 +94,15 @@ export default function LandingPage() { { title: "Handmade Quality", description: "Fresh pasta made daily in-house.", icon: Award, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-asian-dish-with-chopsticks-herbs_23-2148694369.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-traditional-asian-dish-with-chopsticks-herbs_23-2148694369.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-vegetable-salad-inside-tray-light-grey-table_140725-137137.jpg" }, ], }, { title: "Traditional Recipes", description: "Authentic Mandarin flavors from our childhood.", icon: Utensils, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/hunglae-curry-with-spices-pork-local-food-northern-thailand_1150-22980.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-sweet-sour-sauce-broccoli-plate-plaid-tablecloth_141793-11163.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hunglae-curry-with-spices-pork-local-food-northern-thailand_1150-22980.jpg?_wi=2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-sweet-sour-sauce-broccoli-plate-plaid-tablecloth_141793-11163.jpg?_wi=2" }, ], }, { -- 2.49.1