From 8ebbd4815622e9256220deca0fa892f34249dcb1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:22:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e22a2e8..7c3657f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { { text: "如何前来", href: "#visit" } ]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/thai-food-noodles-with-pork-meatball-vegetable_1150-27936.jpg", imageAlt: "热腾腾的粿条汤" }, + { imageSrc: "http://img.b2bpic.net/free-photo/thai-food-noodles-with-pork-meatball-vegetable_1150-27936.jpg?_wi=1", imageAlt: "热腾腾的粿条汤" }, { imageSrc: "http://img.b2bpic.net/free-photo/front-view-noodles-with-fried-vegetables-meat-with-grated-cheese-bowl_141793-11315.jpg", imageAlt: "干捞粿条" }, { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-jewish-dish_23-2148814521.jpg", imageAlt: "特级粿条" } ]} @@ -62,7 +62,7 @@ export default function LandingPage() { description="亚华粿条(Ah Wha Eating House)是 Masai 一家深受本地人喜爱的传统粿条店。" subdescription="几十年来,老板始终坚持每一碗粿条都亲手烫煮。没有复杂的配料,没有华丽的摆盘。只有最简单却最难得的:古早味。每天清晨开始准备新鲜猪肉、猪肝、猪粉肠、猪油渣。顾客常说:等一个小时,也值得。因为当你喝到第一口汤时,你就会明白为什么大家愿意等。" icon={Flame} - 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=1" imageAlt="传统粿条店内景" mediaAnimation="slide-up" useInvertedBackground={false} @@ -130,7 +130,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "有什么想告诉我们的吗?", rows: 4, required: false }} useInvertedBackground={false} - 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=2" imageAlt="亚华粿条店内" mediaAnimation="slide-up" mediaPosition="right" @@ -140,7 +140,7 @@ export default function LandingPage() {