Update src/app/page.tsx

This commit is contained in:
2026-06-03 06:55:37 +00:00
parent 9f8a95554e
commit 90ec2e99cf

View File

@@ -99,7 +99,7 @@ export default function LandingPage() {
}, },
{ {
title: "心に残るオーダーメイド", description: "お客様の特別な日を彩る、世界に一つだけのオーダーメイドケーキをお作りします。夢や想いを形にするお手伝いをいたします。", phoneOne: { title: "心に残るオーダーメイド", description: "お客様の特別な日を彩る、世界に一つだけのオーダーメイドケーキをお作りします。夢や想いを形にするお手伝いをいたします。", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/strawberry-crumble-bingsu_1339-4642.jpg", imageAlt: "カスタムデコレーションケーキ"}, imageSrc: "http://img.b2bpic.net/free-photo/strawberry-crumble-bingsu_1339-4642.jpg?_wi=1", imageAlt: "カスタムデコレーションケーキ"},
phoneTwo: { phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-mexican-sweets-high-angle_23-2149517129.jpg", imageAlt: "独創的なペストリーの創造"} imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-mexican-sweets-high-angle_23-2149517129.jpg", imageAlt: "独創的なペストリーの創造"}
}, },
@@ -119,7 +119,7 @@ export default function LandingPage() {
products={[ products={[
{ {
id: "p1", brand: "アングレーズ*フィーユ", name: "とろけるいちごのショートケーキ", price: "¥850", rating: 5, id: "p1", brand: "アングレーズ*フィーユ", name: "とろけるいちごのショートケーキ", price: "¥850", rating: 5,
reviewCount: "120件", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-crumble-bingsu_1339-4642.jpg", imageAlt: "新鮮なイチゴが乗ったショートケーキ"}, reviewCount: "120件", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-crumble-bingsu_1339-4642.jpg?_wi=2", imageAlt: "新鮮なイチゴが乗ったショートケーキ"},
{ {
id: "p2", brand: "アングレーズ*フィーユ", name: "濃厚モンブラン", price: "¥780", rating: 4, id: "p2", brand: "アングレーズ*フィーユ", name: "濃厚モンブラン", price: "¥780", rating: 4,
reviewCount: "95件", imageSrc: "http://img.b2bpic.net/free-photo/charcoal-toast-with-ice-cream_1339-8467.jpg", imageAlt: "栗のクリームが美しいモンブラン"}, reviewCount: "95件", imageSrc: "http://img.b2bpic.net/free-photo/charcoal-toast-with-ice-cream_1339-8467.jpg", imageAlt: "栗のクリームが美しいモンブラン"},