Update src/app/page.tsx

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

View File

@@ -61,7 +61,7 @@ const HomePage = () => {
{ text: "Learn More", href: "/about" },
]}
buttonAnimation="slide-up"
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=1"
imageAlt="Premium agriculture equipment"
mediaAnimation="slide-up"
imagePosition="right"
@@ -93,13 +93,13 @@ const HomePage = () => {
buttonAnimation="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"},
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=1", imageAlt: "Power Tractor 500"},
{
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"},
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=1", imageAlt: "Agricultural Sprayer Pro"},
{
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"},
id: "3", name: "Heavy Duty Plow", price: "$8,900", imageSrc: "http://img.b2bpic.net/free-photo/tractor-meddle-cultivation-field_657883-549.jpg?_wi=1", imageAlt: "Heavy Duty Plow"},
{
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"},
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=1", imageAlt: "Soil Harrow System"},
]}
gridVariant="bento-grid"
animationType="slide-up"
@@ -119,16 +119,16 @@ const HomePage = () => {
{
id: 1,
title: "Certified Quality Equipment", description: "All our products meet international quality standards. We source only the best equipment from trusted manufacturers.", phoneOne: {
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=1"},
phoneTwo: {
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=2"},
},
{
id: 2,
title: "Expert Support & Service", description: "Our dedicated support team provides technical assistance, maintenance, and spare parts. We're here to keep your equipment running smoothly.", phoneOne: {
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=1"},
phoneTwo: {
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=2"},
},
]}
showStepNumbers={true}