From ddf03cce8338f050aee453f92fe7289d2818d3de Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:05:57 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3692adb..2dbac6b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,7 +43,7 @@ export default function AboutPage() { title: "Our Story", description: "TAO BAO was founded with a mission to bring authentic Korean cuisine to Ranchi. We believe in quality, affordability, and exceptional hospitality. Every dish is crafted with passion and the finest ingredients sourced directly from trusted Korean suppliers.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg?_wi=4", imageAlt: "TAO BAO restaurant story", }, items: [ @@ -57,7 +57,7 @@ export default function AboutPage() { title: "Our Values", description: "We are committed to delivering excellence in every aspect. From sourcing premium ingredients to training our staff with exceptional service standards, TAO BAO stands for quality, integrity, and customer satisfaction.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg?_wi=5", imageAlt: "TAO BAO values and commitment", }, items: [ @@ -71,7 +71,7 @@ export default function AboutPage() { title: "Why We Exist", description: "Ranchi deserves access to authentic, affordable Korean cuisine without compromising on quality. TAO BAO exists to make that happen - bringing the flavors of Korea to your neighborhood with prices that celebrate every occasion.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/japanese-restaurant-prepared-dinner_1122-1386.jpg?_wi=6", imageAlt: "TAO BAO mission and vision", }, items: [ @@ -96,7 +96,7 @@ export default function AboutPage() { name: "Priya Sharma", handle: "@priya_foodie", testimonial: "Best Korean food in Ranchi! The bao is absolutely delicious and the staff is so friendly. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=3", imageAlt: "Priya Sharma", }, { @@ -104,7 +104,7 @@ export default function AboutPage() { name: "Rohit Kumar", handle: "College Student", testimonial: "Great prices, amazing taste. I come here every week with friends. TAO BAO is the best!", - imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=3", imageAlt: "Rohit Kumar", }, { @@ -112,7 +112,7 @@ export default function AboutPage() { name: "Neha Singh", handle: "@neha_ranchi", testimonial: "Celebrated my birthday here. The ambience is comfortable, food is fresh, and the service is excellent!", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=3", imageAlt: "Neha Singh", }, { @@ -120,7 +120,7 @@ export default function AboutPage() { name: "Arjun Patel", handle: "Professional", testimonial: "Finally found authentic Korean food in Ranchi. The corn dogs are crispy, bao is soft, everything is perfect!", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=4", imageAlt: "Arjun Patel", }, { @@ -128,7 +128,7 @@ export default function AboutPage() { name: "Divya Sharma", handle: "@divya_loves_food", testimonial: "Ordered takeaway last week and delivery was fast. Food arrived hot and fresh. Very impressed with TAO BAO!", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg?_wi=4", imageAlt: "Divya Sharma", }, { @@ -136,7 +136,7 @@ export default function AboutPage() { name: "Aditya Verma", handle: "Young Professional", testimonial: "Cozy restaurant with great vibes. The dumplings are addictive and prices are so reasonable. 5/5!", - imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg?_wi=4", imageAlt: "Aditya Verma", }, ]} @@ -151,7 +151,7 @@ export default function AboutPage() {