From 2ccee4e873bf076ed99d9f2a43c1afb1d5792610 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 12:27:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6457ec9..32460ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "お店のこだわり", href: "#about" } ]} background={{ variant: "radial-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg?_wi=1" imageAlt="活気ある中華料理店の店内" mediaAnimation="opacity" /> @@ -91,7 +91,7 @@ export default function LandingPage() { { id: "p3", name: "油淋鶏定食", price: "¥900", variant: "大人気の逸品", imageSrc: "http://img.b2bpic.net/free-photo/asian-fried-duck-with-vegetables-coconut-sauce_1220-7944.jpg", imageAlt: "油淋鶏定食" }, { id: "p4", name: "エビチリ定食", price: "¥950", variant: "プリプリ海老", imageSrc: "http://img.b2bpic.net/free-photo/rice-with-young-green-peas-shrimps-arugula-black-bowl-healthy-food-buddha-bowl-top-view-flat-lay_2829-6886.jpg", imageAlt: "エビチリ定食" }, { id: "p5", name: "青菜炒め定食", price: "¥750", variant: "シャキシャキ野菜", imageSrc: "http://img.b2bpic.net/free-photo/asian-noodles-with-vegetables-plate_1220-7941.jpg", imageAlt: "青菜炒め定食" }, - { id: "p6", name: "週替わり定食", price: "¥880", variant: "本日のおすすめ", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg", imageAlt: "週替わり定食" } + { id: "p6", name: "週替わり定食", price: "¥880", variant: "本日のおすすめ", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg?_wi=2", imageAlt: "週替わり定食" } ]} gridVariant="three-columns-all-equal-width" animationType="blur-reveal" -- 2.49.1