From e18db0c1a64f8fb3e1d6ccaa404501577d177da2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:54:12 +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 3a0bde1..5e1a89e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { enableKpiAnimation={true} tag="Cultural Community" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/hands-indian-women-pour-holy-woter-red-flower_8353-744.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hands-indian-women-pour-holy-woter-red-flower_8353-744.jpg?_wi=1" imageAlt="Chinese cultural celebration with community members" imagePosition="right" mediaAnimation="slide-up" @@ -89,10 +89,10 @@ export default function LandingPage() { { id: 1, title: "Chinese Calligraphy Workshops", description: "Master the ancient art of traditional Chinese calligraphy. Learn brush techniques, character strokes, and the philosophical principles behind this beautiful art form. Perfect for beginners and enthusiasts.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361580.jpg", imageAlt: "Chinese Calligraphy Workshops - Phone 1" + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361580.jpg?_wi=1", imageAlt: "Chinese Calligraphy Workshops - Phone 1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-five-friends-having-coffee-together_1139-1025.jpg", imageAlt: "Chinese Calligraphy Workshops - Phone 2" + imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-five-friends-having-coffee-together_1139-1025.jpg?_wi=1", imageAlt: "Chinese Calligraphy Workshops - Phone 2" } }, { @@ -101,16 +101,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-mother-helping-her-daughter-kneading-dough_23-2148041541.jpg", imageAlt: "Authentic Cuisine Cooking Classes - Phone 1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/hands-indian-women-pour-holy-woter-red-flower_8353-744.jpg", imageAlt: "Authentic Cuisine Cooking Classes - Phone 2" + imageSrc: "http://img.b2bpic.net/free-photo/hands-indian-women-pour-holy-woter-red-flower_8353-744.jpg?_wi=2", imageAlt: "Authentic Cuisine Cooking Classes - Phone 2" } }, { id: 3, title: "Mandarin Language Sessions", description: "Begin your journey into the Mandarin language with our structured learning programs. From basic greetings to conversational fluency, our instructors guide you through every step of language acquisition.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-five-friends-having-coffee-together_1139-1025.jpg", imageAlt: "Mandarin Language Sessions - Phone 1" + imageSrc: "http://img.b2bpic.net/free-photo/multiracial-group-five-friends-having-coffee-together_1139-1025.jpg?_wi=2", imageAlt: "Mandarin Language Sessions - Phone 1" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361580.jpg", imageAlt: "Mandarin Language Sessions - Phone 2" + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361580.jpg?_wi=2", imageAlt: "Mandarin Language Sessions - Phone 2" } } ]} -- 2.49.1