Update src/app/page.tsx

This commit is contained in:
2026-03-11 18:56:23 +00:00
parent d072282689
commit 4ed56f12be

View File

@@ -83,15 +83,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Maison Café", name: "Sea Salt Latte", price: "$6.50", rating: 5,
reviewCount: "247", imageSrc: "http://img.b2bpic.net/free-photo/hot-matcha-green-tea-cup-cheesecake-cellphone-with-message-screen-white-backdrop_23-2148067019.jpg", imageAlt: "Sea salt latte with creamy texture"
reviewCount: "247", imageSrc: "http://img.b2bpic.net/free-photo/hot-matcha-green-tea-cup-cheesecake-cellphone-with-message-screen-white-backdrop_23-2148067019.jpg?_wi=1", imageAlt: "Sea salt latte with creamy texture"
},
{
id: "2", brand: "Maison Café", name: "Whisked Matcha", price: "$7.00", rating: 5,
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/hot-matcha-green-tea-cup-cheesecake-cellphone-with-message-screen-white-backdrop_23-2148067019.jpg", imageAlt: "Traditional whisked matcha latte"
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/hot-matcha-green-tea-cup-cheesecake-cellphone-with-message-screen-white-backdrop_23-2148067019.jpg?_wi=2", imageAlt: "Traditional whisked matcha latte"
},
{
id: "3", brand: "Maison Café", name: "Espresso Blend", price: "$3.50", rating: 5,
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/hot-matcha-green-tea-cup-cheesecake-cellphone-with-message-screen-white-backdrop_23-2148067019.jpg", imageAlt: "Rich espresso blend"
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/hot-matcha-green-tea-cup-cheesecake-cellphone-with-message-screen-white-backdrop_23-2148067019.jpg?_wi=3", imageAlt: "Rich espresso blend"
}
]}
/>