From 7c6bc91939be89aa8def9b3a716e77bd50309dd2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 08:11:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 261 ++++++----------------------------------------- 1 file changed, 29 insertions(+), 232 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e1f6e5..9137718 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -178,49 +97,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "佐藤 健", - handle: "学生", - testimonial: "新潟大生にとっての聖地です!天丼のボリュームがすごくて、いつも大満足。", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cute-woman_23-2148422458.jpg", + id: "1", name: "学生のお客様", handle: "@student", testimonial: "このボリュームでこの味は他にはない!天ぷらが最高です。", rating: 4.4, }, { - id: "2", - name: "高橋 美咲", - handle: "会社員", - testimonial: "丁寧な和食が食べたくなるとここに来ます。口コミ通り4.4の味は本物でした。", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-holding-salad-bowl_23-2147893486.jpg", - }, - { - id: "3", - name: "田中 誠", - handle: "常連客", - testimonial: "夜の一杯にも最高。天ぷらだけでなく、一品料理もすべてが丁寧。", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5052.jpg", - }, - { - id: "4", - name: "鈴木 恵", - handle: "近隣住人", - testimonial: "揚げたての天ぷらはサクサクで重たくない。毎週通っています。", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girl-kitchen_23-2148651212.jpg", - }, - { - id: "5", - name: "伊藤 悟", - handle: "学生", - testimonial: "値段以上のクオリティ。この価格でこのボリュームは他にはない。", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", + id: "2", name: "地域のお客様", handle: "@local", testimonial: "丁寧な仕事ぶりが感じられる美味しい和食です。いつも癒やされています。", rating: 4.4, }, ]} showRating={true} - title="お客様の声" - description="味で選ばれる和食店として、多くのお客様から嬉しいお声をいただいております。" + title="お客様からの高評価" + description="品質と味にこだわり、多くのお客様から4.4の評価をいただいております。" /> @@ -230,50 +115,7 @@ export default function LandingPage() { textboxLayout="split" gridVariant="one-large-left-three-stacked-right" useInvertedBackground={false} - products={[ - { - id: "p1", - name: "上天丼", - price: "980円", - variant: "定番人気", - imageSrc: "http://img.b2bpic.net/free-photo/shrimps-noodle-glass-dish-chopsticks-marble-background_114579-46308.jpg", - }, - { - id: "p2", - name: "イカ天ぷら", - price: "450円", - variant: "サイドメニュー", - imageSrc: "http://img.b2bpic.net/free-photo/fried-shrimp-squid-with-spicy-sauce_1150-35481.jpg", - }, - { - id: "p3", - name: "季節の天ぷら", - price: "600円", - variant: "期間限定", - imageSrc: "http://img.b2bpic.net/free-photo/sushi-roll_1203-9483.jpg", - }, - { - id: "p4", - name: "こだわり冷奴", - price: "200円", - variant: "定番", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-big-white-plate-served-with-cottage-vegetable-mix-decorated-with-lettuce-leaves-good-appetizer-light-alcohol-restaurant-catering_7502-5838.jpg", - }, - { - id: "p5", - name: "自家製味噌汁", - price: "150円", - variant: "定番", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-soup-green-onions-plate_141793-11370.jpg", - }, - { - id: "p6", - name: "花のや和食定食", - price: "1200円", - variant: "おすすめ", - imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fish-selection-it_140725-4418.jpg", - }, - ]} + products={[]} title="おすすめメニュー" description="旬の素材を活かしたこだわりのメニューラインナップです。" /> @@ -283,23 +125,7 @@ export default function LandingPage() { @@ -323,35 +147,8 @@ export default function LandingPage() { -- 2.49.1