Update src/app/products/page.tsx

This commit is contained in:
2026-03-08 15:24:52 +00:00
parent 9cd2419144
commit 18ab2a36fb

View File

@@ -50,42 +50,42 @@ export default function ProductsPage() {
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",
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",
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",
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",
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",
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",
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",
},
]}
@@ -121,7 +121,7 @@ export default function ProductsPage() {
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",
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",
},
]}
@@ -141,7 +141,7 @@ export default function ProductsPage() {
tagAnimation="slide-up"
background={{ variant: "noiseDiagonalGradient" }}
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"