diff --git a/src/app/page.tsx b/src/app/page.tsx index e7f2dda..45922c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -59,70 +51,38 @@ export default function LandingPage() { description="一杯のコーヒーで、日常を特別に。" testimonials={[ { - name: "Sato K.", - handle: "@satok_coffee", - testimonial: "最高の豆と落ち着いた空間で癒やされます。", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23102.jpg", - }, + name: "Sato K.", handle: "@satok_coffee", testimonial: "最高の豆と落ち着いた空間で癒やされます。", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23102.jpg"}, { - name: "Yamada T.", - handle: "@yamada_coffee", - testimonial: "香りがとても豊かで、毎日通いたくなります。", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699658.jpg", - }, + name: "Yamada T.", handle: "@yamada_coffee", testimonial: "香りがとても豊かで、毎日通いたくなります。", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/coffee-machine-making-perfect-cup-coffee_23-2151699658.jpg"}, { - name: "Suzuki M.", - handle: "@suzuki_m", - testimonial: "こだわりのラテが絶品でした。", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/small-coffee-shop-items-assortment_23-2149434610.jpg", - }, + name: "Suzuki M.", handle: "@suzuki_m", testimonial: "こだわりのラテが絶品でした。", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/small-coffee-shop-items-assortment_23-2149434610.jpg"}, { - name: "Tanaka H.", - handle: "@tanaka_h", - testimonial: "一人でも過ごしやすく、読書に最適です。", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458023.jpg", - }, + name: "Tanaka H.", handle: "@tanaka_h", testimonial: "一人でも過ごしやすく、読書に最適です。", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458023.jpg"}, { - name: "Ito Y.", - handle: "@ito_y", - testimonial: "丁寧に淹れられたコーヒーに感動しました。", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cafe-counter-with-barista-girl-working-with-coffee-machine-making-order-client_1258-203418.jpg", - }, + name: "Ito Y.", handle: "@ito_y", testimonial: "丁寧に淹れられたコーヒーに感動しました。", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cafe-counter-with-barista-girl-working-with-coffee-machine-making-order-client_1258-203418.jpg"}, ]} buttons={[ { - text: "メニューを見る", - href: "#product", - }, + text: "メニューを見る", href: "#product"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-barista-cleans-portafilter-before-preparing-cappuccino-coffee-shop-restaurant_613910-20296.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/side-view-barista-cleans-portafilter-before-preparing-cappuccino-coffee-shop-restaurant_613910-20296.jpg" imageAlt="professional coffee shop interior" avatars={[ { - src: "http://img.b2bpic.net/free-photo/happy-woman-sitting-coffee-shop_273609-2854.jpg", - alt: "Customer 1", - }, + src: "http://img.b2bpic.net/free-photo/happy-woman-sitting-coffee-shop_273609-2854.jpg", alt: "Customer 1"}, { - src: "http://img.b2bpic.net/free-photo/young-blond-girl-posing-against-white-wall_176420-32845.jpg", - alt: "Customer 2", - }, + src: "http://img.b2bpic.net/free-photo/young-blond-girl-posing-against-white-wall_176420-32845.jpg", alt: "Customer 2"}, { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee_1153-5927.jpg", - alt: "Customer 3", - }, + src: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee_1153-5927.jpg", alt: "Customer 3"}, { - src: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-holding-coffee-cup-cafe_1170-692.jpg", - alt: "Customer 4", - }, + src: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-holding-coffee-cup-cafe_1170-692.jpg", alt: "Customer 4"}, { - src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg", - alt: "Customer 5", - }, + src: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg", alt: "Customer 5"}, ]} /> @@ -135,7 +95,7 @@ export default function LandingPage() { description="Ken Coffeeは、小金井にある落ち着いた空間のコーヒーショップです。" subdescription="厳選された豆と丁寧な抽出にこだわり、最高の一杯を提供します。お客様の日常に寄り添う、上質なひとときをお楽しみください。" icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg" mediaAnimation="slide-up" imageAlt="hand crafted coffee latte art" /> @@ -148,55 +108,31 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "本格コーヒー", - description: "バリスタが一杯ずつ丁寧に抽出します。", - icon: Coffee, + title: "本格コーヒー", description: "バリスタが一杯ずつ丁寧に抽出します。", icon: Coffee, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg", - imageAlt: "professional barista specialty coffee", - }, + imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg", imageAlt: "professional barista specialty coffee"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barista-wearing-face-mask_23-2148892847.jpg", - imageAlt: "professional barista specialty coffee", - }, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-barista-wearing-face-mask_23-2148892847.jpg", imageAlt: "professional barista specialty coffee"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-barista-cleans-portafilter-before-preparing-cappuccino-coffee-shop-restaurant_613910-20296.jpg?_wi=2", - imageAlt: "professional barista specialty coffee", }, { - title: "快適な空間", - description: "一人でもゆったり過ごせる落ち着いた雰囲気。", - icon: Coffee, + title: "快適な空間", description: "一人でもゆったり過ごせる落ち着いた雰囲気。", icon: Coffee, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg", - imageAlt: "cozy cafe corner interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg", imageAlt: "cozy cafe corner interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg", - imageAlt: "cozy cafe corner interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg", imageAlt: "cozy cafe corner interior"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-barista-making-latte-art_53876-24971.jpg?_wi=2", - imageAlt: "professional barista specialty coffee", }, { - title: "朝食からランチまで", - description: "軽食やトーストなど多様なメニューをご用意。", - icon: Utensils, + title: "朝食からランチまで", description: "軽食やトーストなど多様なメニューをご用意。", icon: Utensils, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-with-vegetables-plate_140725-794.jpg", - imageAlt: "cafe breakfast toast set", - }, + imageSrc: "http://img.b2bpic.net/free-photo/mangal-salad-with-vegetables-plate_140725-794.jpg", imageAlt: "cafe breakfast toast set"}, { - imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-mashed-potato-greens-sauce-side-view_141793-3550.jpg", - imageAlt: "cafe breakfast toast set", - }, + imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-mashed-potato-greens-sauce-side-view_141793-3550.jpg", imageAlt: "cafe breakfast toast set"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-wooden-background_23-2148337118.jpg?_wi=1", - imageAlt: "professional barista specialty coffee", }, ]} title="こだわり" @@ -212,47 +148,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "ブレンドコーヒー", - price: "¥500", - imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-wooden-background_23-2148337118.jpg?_wi=2", - imageAlt: "drip coffee cup wooden table", - }, + id: "p1", name: "ブレンドコーヒー", price: "¥500", imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-wooden-background_23-2148337118.jpg", imageAlt: "drip coffee cup wooden table"}, { - id: "p2", - name: "カフェラテ", - price: "¥600", - imageSrc: "http://img.b2bpic.net/free-photo/decoration-aroma-blend-latte-mug_1232-3949.jpg", - imageAlt: "creamy latte art close up", - }, + id: "p2", name: "カフェラテ", price: "¥600", imageSrc: "http://img.b2bpic.net/free-photo/decoration-aroma-blend-latte-mug_1232-3949.jpg", imageAlt: "creamy latte art close up"}, { - id: "p3", - name: "クラフトビール", - price: "¥700", - imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-foam-with-brown-bottles-beer-wooden-table_23-2148215840.jpg", - imageAlt: "iced beer glass cafe", - }, + id: "p3", name: "クラフトビール", price: "¥700", imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-foam-with-brown-bottles-beer-wooden-table_23-2148215840.jpg", imageAlt: "iced beer glass cafe"}, { - id: "p4", - name: "トーストセット", - price: "¥700", - imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-with-chicken-ham_2829-7205.jpg", - imageAlt: "breakfast toast set served", - }, + id: "p4", name: "トーストセット", price: "¥700", imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-with-chicken-ham_2829-7205.jpg", imageAlt: "breakfast toast set served"}, { - id: "p5", - name: "サンドイッチ", - price: "¥800", - imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-110405.jpg", - imageAlt: "gourmet artisan sandwich served", - }, + id: "p5", name: "サンドイッチ", price: "¥800", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-110405.jpg", imageAlt: "gourmet artisan sandwich served"}, { - id: "p6", - name: "デザート各種", - price: "¥500〜", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-from-afar-cup-tea-with-cake-grey-plate-cake-with-chocolate-covered-strawberries-cup-tea-with-lemon-cream-notebook-dark-table_140725-110632.jpg", - imageAlt: "assorted dessert cake cafe", - }, + id: "p6", name: "デザート各種", price: "¥500〜", imageSrc: "http://img.b2bpic.net/free-photo/side-view-from-afar-cup-tea-with-cake-grey-plate-cake-with-chocolate-covered-strawberries-cup-tea-with-lemon-cream-notebook-dark-table_140725-110632.jpg", imageAlt: "assorted dessert cake cafe"}, ]} title="メニュー" description="厳選されたドリンクとフードをご用意しました。" @@ -264,20 +170,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "営業時間は?", - content: "10:30から営業しております。", - }, + id: "f1", title: "営業時間は?", content: "10:30から営業しております。"}, { - id: "f2", - title: "予約は必要ですか?", - content: "ご予約なしでもお気軽にお越しください。", - }, + id: "f2", title: "予約は必要ですか?", content: "ご予約なしでもお気軽にお越しください。"}, { - id: "f3", - title: "駐車場はありますか?", - content: "近隣のコインパーキングをご利用ください。", - }, + id: "f3", title: "駐車場はありますか?", content: "近隣のコインパーキングをご利用ください。"}, ]} sideTitle="よくある質問" faqsAnimation="slide-up" @@ -291,29 +188,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "10", - title: "年の経験", - description: "コーヒー一筋のこだわり。", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-small-plate_23-2149045718.jpg", - imageAlt: "hand crafted coffee latte art", - }, + id: "m1", value: "10", title: "年の経験", description: "コーヒー一筋のこだわり。", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-small-plate_23-2149045718.jpg", imageAlt: "hand crafted coffee latte art"}, { - id: "m2", - value: "20+", - title: "豆のセレクション", - description: "世界から取り寄せた高品質な豆。", - imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg", - imageAlt: "professional barista specialty coffee", - }, + id: "m2", value: "20+", title: "豆のセレクション", description: "世界から取り寄せた高品質な豆。", imageSrc: "http://img.b2bpic.net/free-photo/latte-art-heart_23-2151961342.jpg", imageAlt: "professional barista specialty coffee"}, { - id: "m3", - value: "100%", - title: "自家焙煎", - description: "常に鮮度の高いものを提供。", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-woman-sitting-sofa-talking-mobile-phone-restaurant_23-2147974688.jpg", - imageAlt: "cozy cafe corner interior", - }, + id: "m3", value: "100%", title: "自家焙煎", description: "常に鮮度の高いものを提供。", imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-young-woman-sitting-sofa-talking-mobile-phone-restaurant_23-2147974688.jpg", imageAlt: "cozy cafe corner interior"}, ]} title="数字で見るKen Coffee" description="皆様に愛されて成長中。" @@ -327,40 +206,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "田中様", - handle: "@tanaka", - testimonial: "落ち着いた空間で勉強も捗ります。", - imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-22941.jpg", - }, + id: "t1", name: "田中様", handle: "@tanaka", testimonial: "落ち着いた空間で勉強も捗ります。", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-22941.jpg"}, { - id: "t2", - name: "鈴木様", - handle: "@suzuki", - testimonial: "ここのコーヒーを飲んだら他へ行けません。", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg", - }, + id: "t2", name: "鈴木様", handle: "@suzuki", testimonial: "ここのコーヒーを飲んだら他へ行けません。", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg"}, { - id: "t3", - name: "伊藤様", - handle: "@ito", - testimonial: "ランチのトーストが本当に美味しいです。", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-chatting-break-time_23-2149308481.jpg", - }, + id: "t3", name: "伊藤様", handle: "@ito", testimonial: "ランチのトーストが本当に美味しいです。", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-chatting-break-time_23-2149308481.jpg"}, { - id: "t4", - name: "渡辺様", - handle: "@watanabe", - testimonial: "スタッフの対応も丁寧で心地よい時間です。", - imageSrc: "http://img.b2bpic.net/free-photo/person-using-nfc-technology-pay-restaurant_23-2150039443.jpg", - }, + id: "t4", name: "渡辺様", handle: "@watanabe", testimonial: "スタッフの対応も丁寧で心地よい時間です。", imageSrc: "http://img.b2bpic.net/free-photo/person-using-nfc-technology-pay-restaurant_23-2150039443.jpg"}, { - id: "t5", - name: "木村様", - handle: "@kimura", - testimonial: "週末の癒やしの場所です。", - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg", - }, + id: "t5", name: "木村様", handle: "@kimura", testimonial: "週末の癒やしの場所です。", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg"}, ]} title="お客様の声" description="いつもご愛顧いただきありがとうございます。" @@ -371,8 +225,7 @@ export default function LandingPage() {