Update src/app/products/page.tsx

This commit is contained in:
2026-03-06 20:55:52 +00:00
parent baa777ad8a
commit f0050a67ca

View File

@@ -53,7 +53,7 @@ export default function ProductsPage() {
name: "Fresh Produce & Specialty Vegetables",
price: "Contact for Pricing",
variant: "Seasonal Selection Organic Options",
imageSrc: "http://img.b2bpic.net/free-photo/autumnal-assortment-fresh-vegetables_23-2148647895.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/autumnal-assortment-fresh-vegetables_23-2148647895.jpg?_wi=3",
imageAlt: "fresh organic vegetables produce market display",
},
{
@@ -61,7 +61,7 @@ export default function ProductsPage() {
name: "Prepared Foods & Meal Solutions",
price: "Contact for Pricing",
variant: "Ready-to-Serve Customizable",
imageSrc: "http://img.b2bpic.net/free-photo/delectable-tartines-plate_23-2147830559.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delectable-tartines-plate_23-2147830559.jpg?_wi=2",
imageAlt: "prepared ready-to-eat gourmet food display",
},
{
@@ -69,7 +69,7 @@ export default function ProductsPage() {
name: "Specialty & Imported Gourmet Items",
price: "Contact for Pricing",
variant: "Premium Selection Global Sources",
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-becon-slices-cheese-grater-cutting-board-bread-wheat-spike-red-black-pepper-small-bowl-brown-surface_140725-103008.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-becon-slices-cheese-grater-cutting-board-bread-wheat-spike-red-black-pepper-small-bowl-brown-surface_140725-103008.jpg?_wi=4",
imageAlt: "gourmet specialty imported foods luxury selection",
},
{
@@ -77,7 +77,7 @@ export default function ProductsPage() {
name: "Wholesale Supply Programs",
price: "Custom Quotes Available",
variant: "Volume Discounts Dedicated Account Manager",
imageSrc: "http://img.b2bpic.net/free-photo/bio-store-vendor-sells-homemade-pasta_482257-76212.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bio-store-vendor-sells-homemade-pasta_482257-76212.jpg?_wi=2",
imageAlt: "wholesale bulk food supply distribution center",
},
]}
@@ -108,28 +108,28 @@ export default function ProductsPage() {
id: 1,
title: "Reliable Delivery",
description: "On-time, every time. Our logistics ensure your orders arrive fresh and consistent, with Toronto-wide delivery coverage.",
imageSrc: "http://img.b2bpic.net/free-photo/person-helping-their-neighbors-with-food_23-2149139768.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-helping-their-neighbors-with-food_23-2149139768.jpg?_wi=3",
imageAlt: "delivery truck food logistics professional driver",
},
{
id: 2,
title: "Premium Ingredients",
description: "Sourced from the finest suppliers globally and locally. We maintain strict quality standards for every product.",
imageSrc: "http://img.b2bpic.net/free-vector/assortment-hand-drawn-organic-food-stickers_23-2147633786.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/assortment-hand-drawn-organic-food-stickers_23-2147633786.jpg?_wi=2",
imageAlt: "premium quality ingredients gourmet selection close-up",
},
{
id: 3,
title: "Competitive Wholesale Pricing",
description: "Premium quality doesn't mean premium prices. Enjoy wholesale rates that make your business more profitable.",
imageSrc: "http://img.b2bpic.net/free-photo/farmer-refills-supermarket-with-veggies_482257-92081.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/farmer-refills-supermarket-with-veggies_482257-92081.jpg?_wi=2",
imageAlt: "wholesale pricing food business cost savings",
},
{
id: 4,
title: "Trusted Toronto Supplier",
description: "Serving the city for years with a reputation for excellence. Businesses trust us because we deliver results.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-boss-congratulating-new-employee_1262-4726.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-boss-congratulating-new-employee_1262-4726.jpg?_wi=3",
imageAlt: "professional business handshake partnership trust",
},
]}