diff --git a/src/app/page.tsx b/src/app/page.tsx index c6cb0b5..f48ffe6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { products={[ { id: "p1", name: "Iced Signature Latte", price: "¥550", imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee_1339-3417.jpg" }, { id: "p2", name: "Almond Croissant", price: "¥420", imageSrc: "http://img.b2bpic.net/free-photo/rollcake-with-eclairs-pie-slices_114579-20806.jpg" }, - { id: "p3", name: "Chocolate Ganache Cake", price: "¥600", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fudge-cake_1339-7271.jpg" }, + { id: "p3", name: "Chocolate Ganache Cake", price: "¥600", imageSrc: "http://img.b2bpic.net/chocolate-fudge-cake_1339-7271.jpg" }, { id: "p4", name: "Strawberry Matcha", price: "¥650", imageSrc: "http://img.b2bpic.net/free-photo/glass-strawberry-milkshake-with-whipped-cream-strawberry-top_140725-4879.jpg" }, { id: "p5", name: "Artisan Ham Sandwich", price: "¥750", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-salmon-sandwich-with-olives-onions_23-2148640243.jpg" }, { id: "p6", name: "Classic Cappuccino", price: "¥500", imageSrc: "http://img.b2bpic.net/free-photo/white-coffee-cup-with-spoon-with-cafe-background_157027-4444.jpg" }, @@ -125,11 +125,11 @@ export default function LandingPage() { @@ -138,9 +138,9 @@ export default function LandingPage() { @@ -151,16 +151,16 @@ export default function LandingPage() { logoText="Kuraru Cafe" columns={[ { - title: "Navigation", items: [ - { label: "Home", href: "#hero" }, - { label: "Menu", href: "#products" }, - { label: "Contact", href: "#contact" }, + title: "メニュー", items: [ + { label: "ホーム", href: "#hero" }, + { label: "メニュー", href: "#products" }, + { label: "お問い合わせ", href: "#contact" }, ], }, { - title: "Legal", items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, + title: "法律", items: [ + { label: "プライバシーポリシー", href: "#" }, + { label: "利用規約", href: "#" }, ], }, ]} @@ -169,4 +169,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file