From 40ab2f1c0e2d12754ce3584dc4b309e480db6ff9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 23:56:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61b5b6c..6f1ba74 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,8 +117,6 @@ export default function LandingPage() { { text: "私たちの理念を見る", href: "#"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359721.jpg" - imageAlt="知多半島の自然豊かな風景" /> @@ -176,19 +174,19 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "testimonial-item-1", name: "山田様 (60代)", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-asian-woman_23-2149222057.jpg", imageAlt: "お客様の顔写真", quote: "遠方で管理が難しかった実家の庭が、見違えるように綺麗になりました。定期管理をお願いしているので安心です。" + id: "testimonial-item-1", name: "山田様 (60代)", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-asian-woman_23-2149222057.jpg", imageAlt: "お客様の顔写真" }, { - id: "testimonial-item-2", name: "田中様 (空き家所有者)", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "お客様の顔写真", quote: "迅速な対応で、急な草刈りも快く引き受けてくださり助かりました。写真報告も丁寧で、安心して任せられます。" + id: "testimonial-item-2", name: "田中様 (空き家所有者)", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "お客様の顔写真" }, { - id: "testimonial-item-3", name: "鈴木様 (70代)", imageSrc: "http://img.b2bpic.net/free-photo/male-tourists-holding-map-female-tourists-holding-their-bags-leaning-back-towards-each-other_1150-24537.jpg", imageAlt: "お客様の顔写真", quote: "毎年大変だった草刈りが、今年はとても楽になりました。丁寧に作業していただき、ご近所にも褒められました。" + id: "testimonial-item-3", name: "鈴木様 (70代)", imageSrc: "http://img.b2bpic.net/free-photo/male-tourists-holding-map-female-tourists-holding-their-bags-leaning-back-towards-each-other_1150-24537.jpg", imageAlt: "お客様の顔写真" }, { - id: "testimonial-item-4", name: "佐藤様 (遠方在住)", imageSrc: "http://img.b2bpic.net/free-photo/architecture-real-estate-building-concept_53876-124771.jpg", imageAlt: "お客様の顔写真", quote: "なかなか帰省できない中、空き地の管理をお願いできて本当に助かっています。定期報告があるので状況も分かります。" + id: "testimonial-item-4", name: "佐藤様 (遠方在住)", imageSrc: "http://img.b2bpic.net/free-photo/architecture-real-estate-building-concept_53876-124771.jpg", imageAlt: "お客様の顔写真" }, { - id: "testimonial-item-5", name: "高橋様 (60代)", imageSrc: "http://img.b2bpic.net/free-photo/excellent-idea-nice-job-portrait-supportive-delighted-happy-charming-female-friend-showing-th_1258-143019.jpg", imageAlt: "お客様の顔写真", quote: "庭木の剪定業者まで紹介していただき、一括でお庭の手入れが完了しました。親身な対応に感謝しています。" + id: "testimonial-item-5", name: "高橋様 (60代)", imageSrc: "http://img.b2bpic.net/free-photo/excellent-idea-nice-job-portrait-supportive-delighted-happy-charming-female-friend-showing-th_1258-143019.jpg", imageAlt: "お客様の顔写真" }, ]} cardTitle="お客様からの喜びの声" -- 2.49.1