Update src/app/page.tsx

This commit is contained in:
2026-05-24 09:24:50 +00:00
parent c6032720bc
commit 2d45c35dcd

View File

@@ -65,7 +65,7 @@ export default function LandingPage() {
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/red-cabbage-salad-with-different-spices-wooden-surface_176474-183.jpg"
imageSrc="http://img.b2bpic.net/free-photo/red-cabbage-salad-with-different-spices-wooden-surface_176474-183.jpg?_wi=1"
imageAlt="turmeric and chilli powder premium packaging"
avatars={[
{
@@ -136,19 +136,19 @@ export default function LandingPage() {
id: "p1",
name: "Golden Turmeric Powder",
price: "$8.99",
imageSrc: "http://img.b2bpic.net/free-photo/writing-near-assorted-spices_23-2147773479.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/writing-near-assorted-spices_23-2147773479.jpg?_wi=1",
},
{
id: "p2",
name: "Fiery Red Chilli Powder",
price: "$7.49",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tomato-sauce-with-greens-grey-table-soup-meal-dinner-vegetable-food_140725-33734.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tomato-sauce-with-greens-grey-table-soup-meal-dinner-vegetable-food_140725-33734.jpg?_wi=1",
},
{
id: "p3",
name: "Spicy Masala Blend",
price: "$9.99",
imageSrc: "http://img.b2bpic.net/free-photo/fruit-jam-jar_187299-46646.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fruit-jam-jar_187299-46646.jpg?_wi=1",
},
{
id: "p4",
@@ -231,7 +231,7 @@ export default function LandingPage() {
quote: "The most potent turmeric I have ever used. Simply incredible quality.",
tag: "Verified Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-healthy-sweet-deserts-chia-puddings-made-almond-milk-blue-spirulina-extract-chia-seeds-pappaya-mango-jam-homemade-granola-wooden-table-kitchen-home_343596-1067.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/red-cabbage-salad-with-different-spices-wooden-surface_176474-183.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/red-cabbage-salad-with-different-spices-wooden-surface_176474-183.jpg?_wi=2",
imageAlt: "happy customer using spices in kitchen",
},
{
@@ -253,7 +253,7 @@ export default function LandingPage() {
quote: "The aroma of their chilli powder is unmatched. A staple in my pantry now.",
tag: "Verified Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/crop-woman-cracking-egg-bowl_23-2147809518.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/writing-near-assorted-spices_23-2147773479.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/writing-near-assorted-spices_23-2147773479.jpg?_wi=2",
imageAlt: "happy customer using spices in kitchen",
},
{
@@ -264,7 +264,7 @@ export default function LandingPage() {
quote: "You can taste the freshness in every single teaspoon. Highly recommended.",
tag: "Verified Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-pouring-almond-milk-glass-bottle_343596-844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tomato-sauce-with-greens-grey-table-soup-meal-dinner-vegetable-food_140725-33734.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tomato-sauce-with-greens-grey-table-soup-meal-dinner-vegetable-food_140725-33734.jpg?_wi=2",
imageAlt: "happy customer using spices in kitchen",
},
{
@@ -275,7 +275,7 @@ export default function LandingPage() {
quote: "Finally, I found spices that actually taste like real food. Fantastic products.",
tag: "Verified Buyer",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-cooking-pizza-kitchen_158595-2050.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fruit-jam-jar_187299-46646.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fruit-jam-jar_187299-46646.jpg?_wi=2",
imageAlt: "happy customer using spices in kitchen",
},
]}