Update src/app/farmer-dashboard/page.tsx
This commit is contained in:
@@ -109,21 +109,21 @@ export default function FarmerDashboardPage() {
|
||||
id: 1,
|
||||
title: "Produce Listing Management",
|
||||
description: "Create, edit, and manage produce listings with crop name, quantity available, price per kilogram, farm location via interactive map, and harvest date. Update inventory in real-time as orders are placed. Set pricing based on market conditions and manage multiple crop listings simultaneously.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnKYPCgpJGxHpFTeDb61G2JGch/a-produce-listing-creation-form-for-farm-1773223069658-bc30e948.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnKYPCgpJGxHpFTeDb61G2JGch/a-produce-listing-creation-form-for-farm-1773223069658-bc30e948.png?_wi=2",
|
||||
imageAlt: "Produce listing creation and management interface",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Order Management & Response",
|
||||
description: "Receive instant notifications when buyers place orders. View complete order details including buyer information, required quantity, bid price, and delivery location. Accept orders to confirm availability, negotiate prices with buyers, or decline orders that don't meet your criteria. Track all order history for record-keeping.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnKYPCgpJGxHpFTeDb61G2JGch/an-order-confirmation-screen-showing-ord-1773223070599-711f1ec2.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnKYPCgpJGxHpFTeDb61G2JGch/an-order-confirmation-screen-showing-ord-1773223070599-711f1ec2.png?_wi=2",
|
||||
imageAlt: "Order management and response interface",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Real-Time Delivery Tracking",
|
||||
description: "Once an order is accepted, track the logistics provider's truck location in real-time on an interactive Mapbox map. See pickup and delivery times, route information, and current truck position. Receive notifications at each delivery milestone. Confirm delivery completion to release buyer payment.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnKYPCgpJGxHpFTeDb61G2JGch/a-logistics-delivery-tracking-interface--1773223070611-e77f7f23.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnKYPCgpJGxHpFTeDb61G2JGch/a-logistics-delivery-tracking-interface--1773223070611-e77f7f23.png?_wi=2",
|
||||
imageAlt: "Real-time delivery tracking with GPS map",
|
||||
},
|
||||
]}
|
||||
@@ -147,7 +147,7 @@ export default function FarmerDashboardPage() {
|
||||
price: "2,500 UGX/kg",
|
||||
rating: 4.8,
|
||||
reviewCount: "342",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnKYPCgpJGxHpFTeDb61G2JGch/an-illustration-showing-price-transparen-1773223070336-406db1ca.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnKYPCgpJGxHpFTeDb61G2JGch/an-illustration-showing-price-transparen-1773223070336-406db1ca.png?_wi=2",
|
||||
imageAlt: "Fresh organic tomatoes from local Kampala farm",
|
||||
},
|
||||
{
|
||||
@@ -157,7 +157,7 @@ export default function FarmerDashboardPage() {
|
||||
price: "1,800 UGX/kg",
|
||||
rating: 4.6,
|
||||
reviewCount: "218",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnKYPCgpJGxHpFTeDb61G2JGch/an-illustration-showing-location-based-m-1773223069616-37623ab6.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnKYPCgpJGxHpFTeDb61G2JGch/an-illustration-showing-location-based-m-1773223069616-37623ab6.png?_wi=2",
|
||||
imageAlt: "Fresh sweet maize from Jinja region",
|
||||
},
|
||||
{
|
||||
@@ -167,7 +167,7 @@ export default function FarmerDashboardPage() {
|
||||
price: "3,200 UGX/kg",
|
||||
rating: 4.9,
|
||||
reviewCount: "567",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnKYPCgpJGxHpFTeDb61G2JGch/an-illustration-showing-direct-farmer-to-1773223069591-a16a944e.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnKYPCgpJGxHpFTeDb61G2JGch/an-illustration-showing-direct-farmer-to-1773223069591-a16a944e.png?_wi=2",
|
||||
imageAlt: "Premium fresh kale from western Uganda",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user