Update src/app/order/page.tsx

This commit is contained in:
2026-04-05 12:51:24 +00:00
parent b6579de661
commit e186f12297

View File

@@ -45,8 +45,8 @@ export default function LandingPage() {
title="Pick Your Order"
description="Grab your favorites to go."
products={[
{ id: "1", brand: "Java", name: "Cold Brew", price: "$4.00", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg" },
{ id: "2", brand: "Java", name: "Flat White", price: "$4.25", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/coffee-collage-with-plant_23-2151876150.jpg" },
{ id: "1", brand: "Java", name: "Cold Brew", price: "$4.00", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-cups-coffee-machine_23-2147830564.jpg?_wi=3" },
{ id: "2", brand: "Java", name: "Flat White", price: "$4.25", rating: 4, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/coffee-collage-with-plant_23-2151876150.jpg?_wi=3" },
]}
/>
</div>