Merge version_3 into main #7

Merged
bender merged 1 commits from version_3 into main 2026-05-01 16:07:02 +00:00

View File

@@ -78,9 +78,9 @@ export default function LandingPage() {
animationType="blur-reveal"
gridVariant="three-columns-all-equal-width"
members={[
{ id: "g1", name: "こだわりの豆", role: "Roastery", description: "厳選された最高品質の豆を自家焙煎しています。", imageSrc: "https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?q=80&w=500" },
{ id: "g2", name: "淹れたての香り", role: "Brewing", description: "丁寧なハンドドリップで香りを最大限に引き出します。", imageSrc: "https://images.unsplash.com/photo-1541167760496-1628856ab77d?q=80&w=500" },
{ id: "g3", name: "くつろぎの空間", role: "Interior", description: "心穏やかな時間をお過ごしいただけます。", imageSrc: "https://images.unsplash.com/photo-1501339847302-ac426a4a7cbb?q=80&w=500" },
{ id: "g1", name: "こだわりの豆", role: "Roastery", description: "厳選された最高品質の豆を自家焙煎しています。", imageSrc: "https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?q=80&w=500&_wi=1" },
{ id: "g2", name: "淹れたての香り", role: "Brewing", description: "丁寧なハンドドリップで香りを最大限に引き出します。", imageSrc: "https://images.unsplash.com/photo-1541167760496-1628856ab77d?q=80&w=500&_wi=1" },
{ id: "g3", name: "くつろぎの空間", role: "Interior", description: "心穏やかな時間をお過ごしいただけます。", imageSrc: "https://images.unsplash.com/photo-1501339847302-ac426a4a7cbb?q=80&w=500&_wi=1" },
]}
/>
</div>
@@ -91,8 +91,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "本格コーヒー", description: "バリスタが一杯ずつ丁寧に抽出します。", icon: Coffee, mediaItems: [{ imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b55e?q=80&w=500&_wi=1" }, { imageSrc: "https://images.unsplash.com/photo-1541167760496-1628856ab77d?q=80&w=500" }] },
{ title: "快適な空間", description: "一人でもゆったり過ごせる落ち着いた雰囲気。", icon: Coffee, mediaItems: [{ imageSrc: "https://images.unsplash.com/photo-1501339847302-ac426a4a7cbb?q=80&w=500" }, { imageSrc: "https://images.unsplash.com/photo-1521017432531-fbd92d768814?q=80&w=500" }] },
{ title: "本格コーヒー", description: "バリスタが一杯ずつ丁寧に抽出します。", icon: Coffee, mediaItems: [{ imageSrc: "https://images.unsplash.com/photo-1559056199-641a0ac8b55e?q=80&w=500&_wi=1" }, { imageSrc: "https://images.unsplash.com/photo-1541167760496-1628856ab77d?q=80&w=500&_wi=2" }] },
{ title: "快適な空間", description: "一人でもゆったり過ごせる落ち着いた雰囲気。", icon: Coffee, mediaItems: [{ imageSrc: "https://images.unsplash.com/photo-1501339847302-ac426a4a7cbb?q=80&w=500&_wi=2" }, { imageSrc: "https://images.unsplash.com/photo-1521017432531-fbd92d768814?q=80&w=500" }] },
{ title: "こだわりの食事", description: "地元の食材を使用した軽食をご用意。", icon: Utensils, mediaItems: [{ imageSrc: "https://images.unsplash.com/photo-1484723091739-30a097e8f296?q=80&w=500" }, { imageSrc: "https://images.unsplash.com/photo-1509440159596-0249088772ff?q=80&w=500&_wi=1" }] },
]}
title="こだわり"
@@ -108,7 +108,7 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{ id: "p1", name: "ブレンドコーヒー", price: "¥500", imageSrc: "https://images.unsplash.com/photo-1507133750040-4a8f57021571?q=80&w=500" },
{ id: "p2", name: "カフェラテ", price: "¥600", imageSrc: "https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?q=80&w=500" },
{ id: "p2", name: "カフェラテ", price: "¥600", imageSrc: "https://images.unsplash.com/photo-1495474472287-4d71bcdd2085?q=80&w=500&_wi=2" },
{ id: "p3", name: "季節の焼き菓子", price: "¥400", imageSrc: "https://images.unsplash.com/photo-1558961363-fa8fdf82daee?q=80&w=500" },
{ id: "p4", name: "トーストセット", price: "¥700", imageSrc: "https://images.unsplash.com/photo-1509440159596-0249088772ff?q=80&w=500&_wi=2" },
]}