diff --git a/src/app/page.tsx b/src/app/page.tsx index 7db7d77..0a944c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,7 +107,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", brand: "Te", name: "Ube Cheesecake", price: "", rating: 5, + id: "1", brand: "Te", name: "pan de ube ", price: "", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775586158443-y6cb1q81.jpg"}, { id: "2", brand: "Te", name: "Pandesal (6pcs)", price: "", rating: 5, @@ -122,7 +122,7 @@ export default function LandingPage() { id: "5", brand: "Te", name: "pan de coco ", price: "", rating: 5, reviewCount: "70", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587040882-mwwctuhy.jpg"}, { - id: "6", brand: "Te", name: "Assorted Bread", price: "₱100", rating: 5, + id: "6", brand: "Te", name: "", price: "₱100", rating: 5, reviewCount: "110", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdPJRqIgg8ngXJ9CfoPA8RvgIz/uploaded-1775587072572-mo8869xa.jpg"}, ]} title="Featured Favorites"