Update src/app/page.tsx

This commit is contained in:
2026-03-04 05:58:56 +00:00
parent 8313e52bba
commit de1612be2a

View File

@@ -52,10 +52,10 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg", imageAlt: "Cozy cafe interior with warm lighting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hot-cappuccino-with-cookie-table_140725-6675.jpg", imageAlt: "Perfectly crafted espresso" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-table_140725-7268.jpg", imageAlt: "Creamy cappuccino with latte art" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg", imageAlt: "Refreshing cold brew coffee" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-handmade-fresh-croissants_114579-64626.jpg", imageAlt: "Fresh baked croissant" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hot-cappuccino-with-cookie-table_140725-6675.jpg?_wi=1", imageAlt: "Perfectly crafted espresso" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-table_140725-7268.jpg?_wi=1", imageAlt: "Creamy cappuccino with latte art" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg?_wi=1", imageAlt: "Refreshing cold brew coffee" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-handmade-fresh-croissants_114579-64626.jpg?_wi=1", imageAlt: "Fresh baked croissant" },
{ imageSrc: "http://img.b2bpic.net/free-photo/roasted-coffee-beans-dark-textured-surface_84443-74005.jpg", imageAlt: "Close-up of premium coffee beans" }
]}
/>
@@ -85,16 +85,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Single Origin Espresso", price: "$4.50", variant: "Rich & Bold", imageSrc: "http://img.b2bpic.net/free-photo/hot-cappuccino-with-cookie-table_140725-6675.jpg", imageAlt: "Single origin espresso", isFavorited: false
id: "1", name: "Single Origin Espresso", price: "$4.50", variant: "Rich & Bold", imageSrc: "http://img.b2bpic.net/free-photo/hot-cappuccino-with-cookie-table_140725-6675.jpg?_wi=2", imageAlt: "Single origin espresso", isFavorited: false
},
{
id: "2", name: "Cappuccino Perfetto", price: "$5.25", variant: "Creamy & Smooth", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-table_140725-7268.jpg", imageAlt: "Cappuccino with latte art", isFavorited: false
id: "2", name: "Cappuccino Perfetto", price: "$5.25", variant: "Creamy & Smooth", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cappuccino-table_140725-7268.jpg?_wi=2", imageAlt: "Cappuccino with latte art", isFavorited: false
},
{
id: "3", name: "Cold Brew Summer", price: "$5.00", variant: "Refreshing & Crisp", imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg", imageAlt: "Iced cold brew coffee", isFavorited: false
id: "3", name: "Cold Brew Summer", price: "$5.00", variant: "Refreshing & Crisp", imageSrc: "http://img.b2bpic.net/free-photo/cold-summer-coffee-drink-with-ice-orange-juice_169016-21399.jpg?_wi=2", imageAlt: "Iced cold brew coffee", isFavorited: false
},
{
id: "4", name: "Fresh Baked Croissant", price: "$3.75", variant: "Buttery & Flaky", imageSrc: "http://img.b2bpic.net/free-photo/top-view-handmade-fresh-croissants_114579-64626.jpg", imageAlt: "Freshly baked croissant", isFavorited: false
id: "4", name: "Fresh Baked Croissant", price: "$3.75", variant: "Buttery & Flaky", imageSrc: "http://img.b2bpic.net/free-photo/top-view-handmade-fresh-croissants_114579-64626.jpg?_wi=2", imageAlt: "Freshly baked croissant", isFavorited: false
}
]}
gridVariant="uniform-all-items-equal"