diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 45a62e4..c82e8df 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -24,7 +24,7 @@ export default function ProductsPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="flat" secondaryButtonStyle="solid" @@ -47,47 +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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=2", - 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", 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?_wi=3", - 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", imageAlt: "Seedbed Preparation Kit - Complete soil preparation system"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -104,26 +74,11 @@ export default function ProductsPage() { tagAnimation="slide-up" products={[ { - id: "7", - name: "Digital Soil Analyzer", - price: "$4,800", - imageSrc: "http://img.b2bpic.net/free-photo/farm-man-working-his-organic-lettuce-garden_1150-17434.jpg", - imageAlt: "Digital Soil Analyzer - Precision soil testing equipment", - }, + id: "7", name: "Digital Soil Analyzer", price: "$4,800", imageSrc: "http://img.b2bpic.net/free-photo/farm-man-working-his-organic-lettuce-garden_1150-17434.jpg", imageAlt: "Digital Soil Analyzer - Precision soil testing equipment"}, { - 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: "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?_wi=3", - 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", imageAlt: "Weather Station Advanced - Smart farm climate monitoring"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -139,9 +94,9 @@ export default function ProductsPage() { description="Our agriculture specialists are here to help you select the perfect equipment for your farm. Contact us for personalized recommendations and detailed product information." tagIcon={Phone} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-village-dry-grassy-hill-surrounded-by-forested-mountains-daytime_181624-8106.jpg" imageAlt="Beautiful agricultural landscape" mediaAnimation="slide-up" mediaPosition="right"