Update src/app/products/page.tsx

This commit is contained in:
2026-03-15 17:11:51 +00:00
parent 3ec437fb60
commit 0e1ea5e835

View File

@@ -40,7 +40,7 @@ export default function ProductsPage() {
description="Explore Sam's Kitchen complete collection of chef-prepared frozen meals. Each dish is crafted with quality ingredients and designed for convenience. Filter by dietary preference or discover new favorites."
tag="Complete Selection"
tagIcon={ShoppingBag}
imageSrc="http://img.b2bpic.net/free-photo/top-view-cucumber-vegetables_23-2148478176.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-cucumber-vegetables_23-2148478176.jpg?_wi=2"
imageAlt="Complete frozen meals collection"
buttons={[{ text: "Browse Menu", href: "#products" }]}
showDimOverlay={false}
@@ -65,7 +65,7 @@ export default function ProductsPage() {
price: "$8.99",
rating: 5,
reviewCount: "324",
imageSrc: "http://img.b2bpic.net/free-psd/delicious-teriyaki-chicken-bowl-with-rice-fresh-salad_84443-64662.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/delicious-teriyaki-chicken-bowl-with-rice-fresh-salad_84443-64662.jpg?_wi=2",
imageAlt: "Teriyaki chicken with rice bowl",
},
{
@@ -75,7 +75,7 @@ export default function ProductsPage() {
price: "$11.99",
rating: 5,
reviewCount: "287",
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-with-vegetables_140725-1.jpg?_wi=2",
imageAlt: "Salmon pasta with herbs",
},
{
@@ -85,7 +85,7 @@ export default function ProductsPage() {
price: "$7.99",
rating: 5,
reviewCount: "156",
imageSrc: "http://img.b2bpic.net/free-photo/japanese-chuka-seaweed-salad-with-noodles-white-backdrop_23-2148123626.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/japanese-chuka-seaweed-salad-with-noodles-white-backdrop_23-2148123626.jpg?_wi=2",
imageAlt: "Colorful vegetarian grain bowl",
},
]}