From 4c584194514970efaabef9e0890fbc754b4b3a9a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:07:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6c8a67..6904ea5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,13 +51,13 @@ export default function LandingPage() { ]} enableKpiAnimation={true} tag="信頼できるローカル塾" - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "今すぐ無料体験を予約", href: "#contact" }, { text: "03-5700-4189", href: "tel:03-5700-4189" } ]} - buttonAnimation="entrance-slide" - imageSrc="http://img.b2bpic.net/free-photo/elementary-students-receiving-support-from-tutor-working-homework_482257-118640.jpg?_wi=1" + buttonAnimation="slide-up" + imageSrc="http://img.b2bpic.net/free-photo/elementary-students-receiving-support-from-tutor-working-homework_482257-118640.jpg" imageAlt="池上の学習塾での個別指導の様子" mediaAnimation="slide-up" imagePosition="right" @@ -71,13 +71,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} tag="信頼の証" - tagAnimation="entrance-slide" + tagAnimation="slide-up" testimonials={[ { - id: "1", title: "子どもの学習意欲が変わりました", quote: "先生は親身になって教えてくださり、子どもが塾を楽しみにしています。丁寧で親切な対応が本当にありがたいです。", name: "田中さん", role: "中学1年生の保護者", imageSrc: "http://img.b2bpic.net/free-photo/father-son-taking-selfie_23-2148404176.jpg?_wi=1", imageAlt: "田中さん" + id: "1", title: "子どもの学習意欲が変わりました", quote: "先生は親身になって教えてくださり、子どもが塾を楽しみにしています。丁寧で親切な対応が本当にありがたいです。", name: "田中さん", role: "中学1年生の保護者", imageSrc: "http://img.b2bpic.net/free-photo/father-son-taking-selfie_23-2148404176.jpg", imageAlt: "田中さん" }, { - id: "2", title: "成績が短期間で向上しました", quote: "個別指導だから自分のペースで学べます。分からないところは何度も丁寧に教えてくれるので、成績も上がりました。", name: "佐藤さん", role: "高校2年生", imageSrc: "http://img.b2bpic.net/free-photo/father-son-taking-selfie_23-2148404176.jpg?_wi=2", imageAlt: "佐藤さん" + id: "2", title: "成績が短期間で向上しました", quote: "個別指導だから自分のペースで学べます。分からないところは何度も丁寧に教えてくれるので、成績も上がりました。", name: "佐藤さん", role: "高校2年生", imageSrc: "http://img.b2bpic.net/free-photo/father-son-taking-selfie_23-2148404176.jpg", imageAlt: "佐藤さん" }, { id: "3", title: "初めての塾でも安心できました", quote: "先生がとても優しくて、分かりやすい説明をしてくれます。宿題の量も適切で、無理なく続けられています。", name: "鈴木さん", role: "小学5年生", imageSrc: "http://img.b2bpic.net/free-photo/hispanic-young-man-smiling-wearing-headphones-university-campus_839833-11696.jpg", imageAlt: "鈴木さん" @@ -93,7 +93,7 @@ export default function LandingPage() { @@ -154,7 +154,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} tag="コース紹介" - tagAnimation="entrance-slide" + tagAnimation="slide-up" animationType="slide-up" gridVariant="three-columns-all-equal-width" products={[ @@ -162,10 +162,10 @@ export default function LandingPage() { id: "1", name: "小学生コース", price: "¥6,000/月~", variant: "基礎学力定着・受験対策", imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-young-woman-glasses-teacher-celebrating-raising-hand-up-cheering-tirumphing-with_1258-217543.jpg", imageAlt: "小学生向けコース" }, { - id: "2", name: "中学生コース", price: "¥8,000/月~", variant: "定期試験対策・受験準備", imageSrc: "http://img.b2bpic.net/free-photo/elementary-students-receiving-support-from-tutor-working-homework_482257-118640.jpg?_wi=3", imageAlt: "中学生向けコース" + id: "2", name: "中学生コース", price: "¥8,000/月~", variant: "定期試験対策・受験準備", imageSrc: "http://img.b2bpic.net/free-photo/elementary-students-receiving-support-from-tutor-working-homework_482257-118640.jpg", imageAlt: "中学生向けコース" }, { - id: "3", name: "高校生コース", price: "¥10,000/月~", variant: "大学受験対策・推薦入試", imageSrc: "http://img.b2bpic.net/free-photo/tutoring_273609-44822.jpg?_wi=2", imageAlt: "高校生向けコース" + id: "3", name: "高校生コース", price: "¥10,000/月~", variant: "大学受験対策・推薦入試", imageSrc: "http://img.b2bpic.net/free-photo/tutoring_273609-44822.jpg", imageAlt: "高校生向けコース" } ]} /> @@ -202,12 +202,12 @@ export default function LandingPage() {