Update src/app/products/page.tsx
This commit is contained in:
@@ -83,7 +83,7 @@ export default function ProductsPage() {
|
||||
name: "Khaman",
|
||||
price: "Bulk Order",
|
||||
variant: "Fresh Sponge Cake",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2150166675.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-spanish-tortilla_23-2150166675.jpg?_wi=2",
|
||||
imageAlt: "Fresh khaman snack",
|
||||
},
|
||||
{
|
||||
@@ -91,7 +91,7 @@ export default function ProductsPage() {
|
||||
name: "Khakhra",
|
||||
price: "Bulk Order",
|
||||
variant: "Crispy Thin Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cheese-black-bread-loafs-black_140725-103959.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-cheese-black-bread-loafs-black_140725-103959.jpg?_wi=2",
|
||||
imageAlt: "Crispy khakhra",
|
||||
},
|
||||
{
|
||||
@@ -99,7 +99,7 @@ export default function ProductsPage() {
|
||||
name: "Chinese Samosa",
|
||||
price: "Bulk Order",
|
||||
variant: "Fried Pastry Snack",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-bakery-with-chocolate_23-2148295021.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-indian-bakery-with-chocolate_23-2148295021.jpg?_wi=2",
|
||||
imageAlt: "Chinese samosa",
|
||||
},
|
||||
{
|
||||
@@ -107,7 +107,7 @@ export default function ProductsPage() {
|
||||
name: "Bhajiya",
|
||||
price: "Bulk Order",
|
||||
variant: "Vegetable Fritter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-raisins-inside-black-form-with-fresh-green-grapes-light-blue-desk_140725-50665.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-dried-raisins-inside-black-form-with-fresh-green-grapes-light-blue-desk_140725-50665.jpg?_wi=2",
|
||||
imageAlt: "Bhajiya snack",
|
||||
},
|
||||
]}
|
||||
@@ -127,19 +127,19 @@ export default function ProductsPage() {
|
||||
{
|
||||
title: "Fresh Daily Production",
|
||||
description: "All farsan items are made fresh daily using premium quality ingredients ensuring maximum freshness and taste",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-cook-pasta-gastronomy-master-class_1321-2447.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-cook-pasta-gastronomy-master-class_1321-2447.jpg?_wi=2",
|
||||
imageAlt: "Fresh farsan production",
|
||||
},
|
||||
{
|
||||
title: "Quality Assurance",
|
||||
description: "Rigorous quality checks at every stage of production. Every batch undergoes inspection to ensure consistent quality standards",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-scientific-work-laboratory_273609-13426.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-scientific-work-laboratory_273609-13426.jpg?_wi=2",
|
||||
imageAlt: "Quality control",
|
||||
},
|
||||
{
|
||||
title: "Bulk Packaging Options",
|
||||
description: "Various packaging sizes available for wholesale orders. Customizable quantities to suit retail shops, caterers, and events",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/volunteers-talking-about-donations-charity_23-2149230515.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/volunteers-talking-about-donations-charity_23-2149230515.jpg?_wi=2",
|
||||
imageAlt: "Bulk packaging",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user