Update src/app/products/page.tsx

This commit is contained in:
2026-03-03 15:33:19 +00:00
parent 1df0d71656
commit b5fbb7e2ba

View File

@@ -69,37 +69,17 @@ export default function ProductsPage() {
tag="All Products"
products={[
{
id: "1",
name: "Organic Tomatoes",
price: "₹80/kg",
imageSrc:
"http://img.b2bpic.net/free-photo/fresh-tomatoes-burlap-sacks_23-2151944976.jpg?_wi=2",
imageAlt: "Organic red tomatoes",
},
id: "1", name: "Organic Tomatoes", price: "₹80/kg", imageSrc:
"http://img.b2bpic.net/free-photo/fresh-tomatoes-burlap-sacks_23-2151944976.jpg", imageAlt: "Organic red tomatoes"},
{
id: "2",
name: "Fresh Carrots",
price: "₹40/kg",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-carrots-with-garlic_23-2148622434.jpg?_wi=2",
imageAlt: "Fresh orange carrots",
},
id: "2", name: "Fresh Carrots", price: "₹40/kg", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-carrots-with-garlic_23-2148622434.jpg", imageAlt: "Fresh orange carrots"},
{
id: "3",
name: "Green Spinach",
price: "₹30/kg",
imageSrc:
"http://img.b2bpic.net/free-photo/juicy-green-sliced-spinach-leaves-lie-wooden-cutting-board-selective-focus-close-up-spinach-idea-making-breakfast-from-organic-healthy-food_166373-1823.jpg?_wi=2",
imageAlt: "Fresh leafy spinach",
},
id: "3", name: "Green Spinach", price: "₹30/kg", imageSrc:
"http://img.b2bpic.net/free-photo/juicy-green-sliced-spinach-leaves-lie-wooden-cutting-board-selective-focus-close-up-spinach-idea-making-breakfast-from-organic-healthy-food_166373-1823.jpg", imageAlt: "Fresh leafy spinach"},
{
id: "4",
name: "Apple Mix",
price: "₹100/kg",
imageSrc:
"http://img.b2bpic.net/free-photo/top-view-cut-whole-apples-basket-plaid-cloth-wooden-background-with-copy-space_141793-11895.jpg?_wi=2",
imageAlt: "Fresh mixed apples",
},
id: "4", name: "Apple Mix", price: "₹100/kg", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-cut-whole-apples-basket-plaid-cloth-wooden-background-with-copy-space_141793-11895.jpg", imageAlt: "Fresh mixed apples"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -119,51 +99,33 @@ export default function ProductsPage() {
features={[
{
id: 1,
title: "Farm Direct Sourcing",
description:
"We work directly with local farmers to bring you the freshest produce at the peak of ripeness.",
phoneOne: {
title: "Farm Direct Sourcing", description:
"We work directly with local farmers to bring you the freshest produce at the peak of ripeness.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-people-selling-crops-from-their-garden_329181-16549.jpg",
imageAlt: "Farm direct sourcing",
},
"http://img.b2bpic.net/free-photo/close-up-people-selling-crops-from-their-garden_329181-16549.jpg", imageAlt: "Farm direct sourcing"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/small-business-owners-choosing-apples-veggies-box_482257-77587.jpg",
imageAlt: "Local farmers market",
},
"http://img.b2bpic.net/free-photo/small-business-owners-choosing-apples-veggies-box_482257-77587.jpg", imageAlt: "Local farmers market"},
},
{
id: 2,
title: "Quality Inspection",
description:
"Every item undergoes rigorous quality checks to ensure only the best reaches your table.",
phoneOne: {
title: "Quality Inspection", description:
"Every item undergoes rigorous quality checks to ensure only the best reaches your table.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/female-biotechnologist-inspecting-potted-plants-plant-nursery-writing-notes-into-clipboard_637285-1682.jpg",
imageAlt: "Quality control process",
},
"http://img.b2bpic.net/free-photo/female-biotechnologist-inspecting-potted-plants-plant-nursery-writing-notes-into-clipboard_637285-1682.jpg", imageAlt: "Quality control process"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/vegetables-female-hands-concept-food-preparation-kitchen_169016-24390.jpg",
imageAlt: "Fresh produce selection",
},
"http://img.b2bpic.net/free-photo/vegetables-female-hands-concept-food-preparation-kitchen_169016-24390.jpg", imageAlt: "Fresh produce selection"},
},
{
id: 3,
title: "Same-Day Delivery",
description:
"Order in the morning, receive fresh produce in the evening. Convenience meets quality.",
phoneOne: {
title: "Same-Day Delivery", description:
"Order in the morning, receive fresh produce in the evening. Convenience meets quality.", phoneOne: {
imageSrc:
"http://img.b2bpic.net/free-photo/team-local-farmers-selling-natural-bio-produce_482257-77615.jpg?_wi=2",
imageAlt: "Farm delivery service",
},
"http://img.b2bpic.net/free-photo/team-local-farmers-selling-natural-bio-produce_482257-77615.jpg", imageAlt: "Farm delivery service"},
phoneTwo: {
imageSrc:
"http://img.b2bpic.net/free-photo/bottom-view-vegetables-tomatoes-red-bell-peppers-greens-rustic-board-tablecloth-black-table_140725-146253.jpg?_wi=2",
imageAlt: "Fresh delivery ready",
},
"http://img.b2bpic.net/free-photo/bottom-view-vegetables-tomatoes-red-bell-peppers-greens-rustic-board-tablecloth-black-table_140725-146253.jpg", imageAlt: "Fresh delivery ready"},
},
]}
/>
@@ -174,7 +136,7 @@ export default function ProductsPage() {
tag="Special Orders"
title="Need Custom Orders?"
description="Contact us for bulk orders, corporate supplies, or specialized produce requests"
background={{ variant: "circleGradient" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email for inquiries"
buttonText="Get In Touch"