Merge version_2 into main #3
160
src/app/page.tsx
160
src/app/page.tsx
@@ -32,14 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "ホーム", id: "hero"},
|
||||
{
|
||||
name: "こだわり", id: "about"},
|
||||
{
|
||||
name: "メニュー", id: "product"},
|
||||
{
|
||||
name: "店舗情報", id: "contact"},
|
||||
{ name: "ホーム", id: "hero" },
|
||||
{ name: "こだわり", id: "about" },
|
||||
{ name: "メニュー", id: "product" },
|
||||
{ name: "店舗情報", id: "contact" },
|
||||
]}
|
||||
brandName="Ken Coffee"
|
||||
/>
|
||||
@@ -50,40 +46,12 @@ export default function LandingPage() {
|
||||
title="Ken Coffee"
|
||||
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: "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: "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: "佐藤 健", handle: "@satok_coffee", testimonial: "最高の豆と落ち着いた空間で癒やされます。", rating: 5 },
|
||||
{ name: "山田 太郎", handle: "@yamada_coffee", testimonial: "香りがとても豊かで、毎日通いたくなります。", rating: 5 },
|
||||
{ name: "鈴木 美咲", handle: "@suzuki_m", testimonial: "こだわりのラテが絶品でした。", rating: 4 },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "メニューを見る", href: "#product"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-barista-cleans-portafilter-before-preparing-cappuccino-coffee-shop-restaurant_613910-20296.jpg"
|
||||
buttons={[{ text: "メニューを見る", href: "#product" }]}
|
||||
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/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/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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -95,9 +63,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"
|
||||
mediaAnimation="slide-up"
|
||||
imageAlt="hand crafted coffee latte art"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -107,33 +73,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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/medium-shot-barista-wearing-face-mask_23-2148892847.jpg", imageAlt: "professional barista specialty 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/side-view-people-sitting-restaurant_23-2149930183.jpg", imageAlt: "cozy cafe corner interior"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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/grilled-salmon-mashed-potato-greens-sauce-side-view_141793-3550.jpg", imageAlt: "cafe breakfast toast set"},
|
||||
],
|
||||
},
|
||||
{ title: "本格コーヒー", description: "バリスタが一杯ずつ丁寧に抽出します。", icon: Coffee, mediaItems: [] },
|
||||
{ title: "快適な空間", description: "一人でもゆったり過ごせる落ち着いた雰囲気。", icon: Coffee, mediaItems: [] },
|
||||
{ title: "こだわりの食事", description: "地元の食材を使用した軽食をご用意。", icon: Utensils, mediaItems: [] },
|
||||
]}
|
||||
title="こだわり"
|
||||
description="Ken Coffeeが提供する体験の理由をご紹介します。"
|
||||
@@ -147,18 +89,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
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: "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: "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: "p1", name: "ブレンドコーヒー", price: "¥500", imageSrc: "" },
|
||||
{ id: "p2", name: "カフェラテ", price: "¥600", imageSrc: "" },
|
||||
{ id: "p3", name: "季節の焼き菓子", price: "¥400", imageSrc: "" },
|
||||
{ id: "p4", name: "トーストセット", price: "¥700", imageSrc: "" },
|
||||
]}
|
||||
title="メニュー"
|
||||
description="厳選されたドリンクとフードをご用意しました。"
|
||||
@@ -169,12 +103,8 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "営業時間は?", content: "10:30から営業しております。"},
|
||||
{
|
||||
id: "f2", title: "予約は必要ですか?", content: "ご予約なしでもお気軽にお越しください。"},
|
||||
{
|
||||
id: "f3", title: "駐車場はありますか?", content: "近隣のコインパーキングをご利用ください。"},
|
||||
{ id: "f1", title: "営業時間は?", content: "10:30から営業しております。" },
|
||||
{ id: "f2", title: "予約は必要ですか?", content: "ご予約なしでもお気軽にお越しください。" },
|
||||
]}
|
||||
sideTitle="よくある質問"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -187,73 +117,29 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
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: "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: "m1", value: "10", title: "年の経験", description: "コーヒー一筋のこだわり。", imageSrc: "" },
|
||||
{ id: "m2", value: "20+", title: "豆のセレクション", description: "世界から取り寄せた高品質な豆。", imageSrc: "" },
|
||||
]}
|
||||
title="数字で見るKen Coffee"
|
||||
description="皆様に愛されて成長中。"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
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: "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: "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"},
|
||||
]}
|
||||
title="お客様の声"
|
||||
description="いつもご愛顧いただきありがとうございます。"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
title="店舗情報・お問い合わせ"
|
||||
description="東京都小金井市前原町3丁目40-20\nTEL:042-384-2032\n営業時間:10:30〜"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-looking-bistro_23-2149366410.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
tag="店舗情報"
|
||||
imageAlt="cafe storefront entrance day"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "ホーム", href: "#hero"},
|
||||
{
|
||||
label: "こだわり", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "メニュー", href: "#product"},
|
||||
{
|
||||
label: "お問い合わせ", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "ホーム", href: "#hero" }, { label: "こだわり", href: "#about" }] },
|
||||
{ items: [{ label: "メニュー", href: "#product" }, { label: "お問い合わせ", href: "#contact" }] },
|
||||
]}
|
||||
logoText="Ken Coffee"
|
||||
/>
|
||||
@@ -261,4 +147,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user