Update src/app/products/page.tsx

This commit is contained in:
2026-03-08 15:27:13 +00:00
parent 9658cb017e
commit 49e6bcf250

View File

@@ -47,17 +47,17 @@ export default function ProductsPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Power Tractor 500", price: "$85,000", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15999.jpg", imageAlt: "Power Tractor 500 - Heavy duty farming tractor"},
id: "1", name: "Power Tractor 500", price: "$85,000", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15999.jpg?_wi=2", imageAlt: "Power Tractor 500 - Heavy duty farming tractor"},
{
id: "2", name: "Agricultural Sprayer Pro", price: "$12,500", imageSrc: "http://img.b2bpic.net/free-photo/municipal-tractor-clears-snow-near-homes-snow-removal_169016-71221.jpg", imageAlt: "Agricultural Sprayer Pro - Precision crop spraying equipment"},
id: "2", name: "Agricultural Sprayer Pro", price: "$12,500", imageSrc: "http://img.b2bpic.net/free-photo/municipal-tractor-clears-snow-near-homes-snow-removal_169016-71221.jpg?_wi=2", imageAlt: "Agricultural Sprayer Pro - Precision crop spraying equipment"},
{
id: "3", name: "Heavy Duty Plow", price: "$8,900", imageSrc: "http://img.b2bpic.net/free-photo/tractor-meddle-cultivation-field_657883-549.jpg", imageAlt: "Heavy Duty Plow - Professional soil cultivation tool"},
id: "3", name: "Heavy Duty Plow", price: "$8,900", imageSrc: "http://img.b2bpic.net/free-photo/tractor-meddle-cultivation-field_657883-549.jpg?_wi=2", imageAlt: "Heavy Duty Plow - Professional soil cultivation tool"},
{
id: "4", name: "Soil Harrow System", price: "$6,500", imageSrc: "http://img.b2bpic.net/free-vector/heavy-machinery-airplane-freight-ship_107791-4425.jpg", imageAlt: "Soil Harrow System - Advanced soil preparation equipment"},
id: "4", name: "Soil Harrow System", price: "$6,500", imageSrc: "http://img.b2bpic.net/free-vector/heavy-machinery-airplane-freight-ship_107791-4425.jpg?_wi=2", imageAlt: "Soil Harrow System - Advanced soil preparation equipment"},
{
id: "5", name: "Harvester Machine XL", price: "$95,000", imageSrc: "http://img.b2bpic.net/free-photo/aerial-overhead-shot-combine-harvesters-farming-field-daytime_181624-27900.jpg", imageAlt: "Harvester Machine XL - Commercial crop harvesting equipment"},
id: "5", name: "Harvester Machine XL", price: "$95,000", imageSrc: "http://img.b2bpic.net/free-photo/aerial-overhead-shot-combine-harvesters-farming-field-daytime_181624-27900.jpg?_wi=2", imageAlt: "Harvester Machine XL - Commercial crop harvesting equipment"},
{
id: "6", name: "Seedbed Preparation Kit", price: "$5,200", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15983.jpg", imageAlt: "Seedbed Preparation Kit - Complete soil preparation system"},
id: "6", name: "Seedbed Preparation Kit", price: "$5,200", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15983.jpg?_wi=3", imageAlt: "Seedbed Preparation Kit - Complete soil preparation system"},
]}
gridVariant="four-items-2x2-equal-grid"
animationType="slide-up"
@@ -78,7 +78,7 @@ export default function ProductsPage() {
{
id: "8", name: "Irrigation System Pro", price: "$18,500", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-with-mushroom-wooden-crate-market-stall_23-2148209834.jpg", imageAlt: "Irrigation System Pro - Automated crop watering solution"},
{
id: "9", name: "Weather Station Advanced", price: "$3,900", imageSrc: "http://img.b2bpic.net/free-photo/smiling-call-center-manager-providing-guidance-intern-addressing-questions_482257-125804.jpg", imageAlt: "Weather Station Advanced - Smart farm climate monitoring"},
id: "9", name: "Weather Station Advanced", price: "$3,900", imageSrc: "http://img.b2bpic.net/free-photo/smiling-call-center-manager-providing-guidance-intern-addressing-questions_482257-125804.jpg?_wi=3", imageAlt: "Weather Station Advanced - Smart farm climate monitoring"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -96,7 +96,7 @@ export default function ProductsPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-village-dry-grassy-hill-surrounded-by-forested-mountains-daytime_181624-8106.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-village-dry-grassy-hill-surrounded-by-forested-mountains-daytime_181624-8106.jpg?_wi=1"
imageAlt="Beautiful agricultural landscape"
mediaAnimation="slide-up"
mediaPosition="right"