Update src/app/page.tsx
This commit is contained in:
@@ -177,13 +177,13 @@ export default function LandingPage() {
|
||||
description="ココミル自慢のデザートメニュー。ふわふわのパンケーキをぜひお試しください。"
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "スフレパンケーキ", price: "¥1,200", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinks-coffee-with-cream-eats-christmas-macarons-cafe-outside_169016-49098.jpg", imageAlt: "ふわふわのスフレパンケーキ"
|
||||
id: "p1", name: "スフレパンケーキ", price: "¥1,200", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinks-coffee-with-cream-eats-christmas-macarons-cafe-outside_169016-49098.jpg", imageAlt: "ふわふわのスフレパンケーキ", brand: "ココミル", rating: 5, reviewCount: "120"
|
||||
},
|
||||
{
|
||||
id: "p2", name: "季節のスフレパンケーキ", price: "時価", imageSrc: "http://img.b2bpic.net/free-photo/colorful-pancakes-with-syrup_23-2151998772.jpg", imageAlt: "季節のフルーツを使ったスフレパンケーキ"
|
||||
id: "p2", name: "季節のスフレパンケーキ", price: "時価", imageSrc: "http://img.b2bpic.net/free-photo/colorful-pancakes-with-syrup_23-2151998772.jpg", imageAlt: "季節のフルーツを使ったスフレパンケーキ", brand: "ココミル", rating: 5, reviewCount: "85"
|
||||
},
|
||||
{
|
||||
id: "p3", name: "ミルクパンケーキ", price: "¥1,000", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pancakes-with-condensed-milk_114579-18909.jpg", imageAlt: "シンプルなミルクパンケーキ"
|
||||
id: "p3", name: "ミルクパンケーキ", price: "¥1,000", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pancakes-with-condensed-milk_114579-18909.jpg", imageAlt: "シンプルなミルクパンケーキ", brand: "ココミル", rating: 4, reviewCount: "90"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user