Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -16,7 +16,7 @@ const ContactPage = () => {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -44,9 +44,9 @@ const ContactPage = () => {
|
||||
description="Contact Raja Auto Store today for personalized equipment recommendations and exceptional service. Our team is ready to help you find the perfect solutions for your agricultural needs."
|
||||
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=2"
|
||||
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"
|
||||
@@ -66,23 +66,9 @@ const ContactPage = () => {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"GreenFarm Cooperative",
|
||||
"State Agriculture Board",
|
||||
"Farmers Union Alliance",
|
||||
"Agricultural Development Corp",
|
||||
"Regional Farm Federation",
|
||||
"Sustainable Farming Initiative",
|
||||
"AgriTech Solutions",
|
||||
]}
|
||||
"GreenFarm Cooperative", "State Agriculture Board", "Farmers Union Alliance", "Agricultural Development Corp", "Regional Farm Federation", "Sustainable Farming Initiative", "AgriTech Solutions"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/flat-farm-logo-collection_23-2148180940.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-farmers-market-logo_23-2149331839.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-farm-logo-collection_23-2148174902.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-flat-design-farmers-market-logo_23-2149337491.jpg",
|
||||
"http://img.b2bpic.net/free-photo/farm-man-working-his-organic-lettuce-garden_1150-17434.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-agriculture-company-labels_23-2149702322.jpg",
|
||||
"http://img.b2bpic.net/free-psd/landscaping-service-facebook-template_23-2151076507.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/flat-farm-logo-collection_23-2148180940.jpg", "http://img.b2bpic.net/free-vector/flat-design-farmers-market-logo_23-2149331839.jpg", "http://img.b2bpic.net/free-vector/flat-farm-logo-collection_23-2148174902.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-farmers-market-logo_23-2149337491.jpg", "http://img.b2bpic.net/free-photo/farm-man-working-his-organic-lettuce-garden_1150-17434.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-agriculture-company-labels_23-2149702322.jpg", "http://img.b2bpic.net/free-psd/landscaping-service-facebook-template_23-2151076507.jpg"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
|
||||
140
src/app/page.tsx
140
src/app/page.tsx
@@ -21,7 +21,7 @@ const HomePage = () => {
|
||||
borderRadius="rounded"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -46,7 +46,7 @@ const HomePage = () => {
|
||||
<HeroSplitKpi
|
||||
title="Premium Agriculture Equipment & Solutions"
|
||||
description="Your trusted partner for quality farming machinery, equipment, and supplies. We deliver reliable agricultural solutions to farmers and businesses across the region."
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
kpis={[
|
||||
{ value: "15+", label: "Years in Business" },
|
||||
{ value: "5000+", label: "Satisfied Customers" },
|
||||
@@ -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?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-overhead-shot-combine-harvesters-farming-field-daytime_181624-27900.jpg"
|
||||
imageAlt="Premium agriculture equipment"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -72,10 +72,10 @@ const HomePage = () => {
|
||||
<AboutMetric
|
||||
title="Raja Auto Store - Serving Agriculture Since 2009. We are committed to providing premium quality farming equipment, exceptional customer service, and reliable support to farmers and agricultural businesses."
|
||||
metrics={[
|
||||
{ icon: "Tractor" as any, label: "Equipment Options", value: "500+" },
|
||||
{ icon: "Users" as any, label: "Trusted Customers", value: "5000+" },
|
||||
{ icon: "Award" as any, label: "Industry Recognition", value: "8+" },
|
||||
{ icon: "Globe" as any, label: "Service Coverage", value: "Region-Wide" },
|
||||
{ icon: Leaf, label: "Equipment Options", value: "500+" },
|
||||
{ icon: ShoppingCart, label: "Trusted Customers", value: "5000+" },
|
||||
{ icon: Badge, label: "Industry Recognition", value: "8+" },
|
||||
{ icon: CheckCircle, label: "Service Coverage", value: "Region-Wide" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -93,33 +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?_wi=1",
|
||||
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", 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?_wi=1",
|
||||
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", 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?_wi=1",
|
||||
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", 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?_wi=1",
|
||||
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", imageAlt: "Soil Harrow System"},
|
||||
]}
|
||||
gridVariant="bento-grid"
|
||||
animationType="slide-up"
|
||||
@@ -138,25 +118,17 @@ const HomePage = () => {
|
||||
features={[
|
||||
{
|
||||
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?_wi=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"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15983.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15983.jpg"},
|
||||
},
|
||||
{
|
||||
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?_wi=1",
|
||||
},
|
||||
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"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-call-center-manager-providing-guidance-intern-addressing-questions_482257-125804.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-call-center-manager-providing-guidance-intern-addressing-questions_482257-125804.jpg"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -176,23 +148,9 @@ const HomePage = () => {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"GreenFarm Cooperative",
|
||||
"State Agriculture Board",
|
||||
"Farmers Union Alliance",
|
||||
"Agricultural Development Corp",
|
||||
"Regional Farm Federation",
|
||||
"Sustainable Farming Initiative",
|
||||
"AgriTech Solutions",
|
||||
]}
|
||||
"GreenFarm Cooperative", "State Agriculture Board", "Farmers Union Alliance", "Agricultural Development Corp", "Regional Farm Federation", "Sustainable Farming Initiative", "AgriTech Solutions"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/flat-farm-logo-collection_23-2148180940.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-farmers-market-logo_23-2149331839.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-farm-logo-collection_23-2148174902.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-flat-design-farmers-market-logo_23-2149337491.jpg",
|
||||
"http://img.b2bpic.net/free-photo/farm-man-working-his-organic-lettuce-garden_1150-17434.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-agriculture-company-labels_23-2149702322.jpg",
|
||||
"http://img.b2bpic.net/free-psd/landscaping-service-facebook-template_23-2151076507.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/flat-farm-logo-collection_23-2148180940.jpg", "http://img.b2bpic.net/free-vector/flat-design-farmers-market-logo_23-2149331839.jpg", "http://img.b2bpic.net/free-vector/flat-farm-logo-collection_23-2148174902.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-flat-design-farmers-market-logo_23-2149337491.jpg", "http://img.b2bpic.net/free-photo/farm-man-working-his-organic-lettuce-garden_1150-17434.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-agriculture-company-labels_23-2149702322.jpg", "http://img.b2bpic.net/free-psd/landscaping-service-facebook-template_23-2151076507.jpg"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -207,59 +165,23 @@ const HomePage = () => {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
handle: "@rajesh_farming",
|
||||
testimonial: "Raja Auto Store provided exceptional equipment and support. The tractors are reliable and the customer service is outstanding. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-summer-hat-looking-front-smiling-with-happy-face-showing-thumbs-up-standing-green-wall_141793-52827.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar", handle: "@rajesh_farming", testimonial: "Raja Auto Store provided exceptional equipment and support. The tractors are reliable and the customer service is outstanding. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-grey-shirt-summer-hat-looking-front-smiling-with-happy-face-showing-thumbs-up-standing-green-wall_141793-52827.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya_agri",
|
||||
testimonial: "Best agricultural equipment supplier in the region. Their after-sales service is impeccable and they truly care about customer satisfaction.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-gardener-greenhouse_23-2147918840.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", handle: "@priya_agri", testimonial: "Best agricultural equipment supplier in the region. Their after-sales service is impeccable and they truly care about customer satisfaction.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-gardener-greenhouse_23-2147918840.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikram Singh",
|
||||
handle: "@vikram_farm",
|
||||
testimonial: "For over 10 years, I've been using equipment from Raja Auto Store. Quality, reliability, and fair pricing - everything you need.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farmer-examines-field-agronomist-farmer-examines-growth-wheat_1157-39748.jpg?_wi=1",
|
||||
imageAlt: "Vikram Singh",
|
||||
},
|
||||
id: "3", name: "Vikram Singh", handle: "@vikram_farm", testimonial: "For over 10 years, I've been using equipment from Raja Auto Store. Quality, reliability, and fair pricing - everything you need.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farmer-examines-field-agronomist-farmer-examines-growth-wheat_1157-39748.jpg", imageAlt: "Vikram Singh"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anjali Patel",
|
||||
handle: "@anjali_farming",
|
||||
testimonial: "Their team understands farming needs perfectly. They helped me choose the right equipment for my farm size and budget.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-lady-standing-greenhouse-holding-clipboard_171337-6897.jpg",
|
||||
imageAlt: "Anjali Patel",
|
||||
},
|
||||
id: "4", name: "Anjali Patel", handle: "@anjali_farming", testimonial: "Their team understands farming needs perfectly. They helped me choose the right equipment for my farm size and budget.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-lady-standing-greenhouse-holding-clipboard_171337-6897.jpg", imageAlt: "Anjali Patel"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Suresh Desai",
|
||||
handle: "@suresh_agro",
|
||||
testimonial: "Professional, knowledgeable, and customer-focused. Raja Auto Store sets the standard for agricultural equipment retailers.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15995.jpg",
|
||||
imageAlt: "Suresh Desai",
|
||||
},
|
||||
id: "5", name: "Suresh Desai", handle: "@suresh_agro", testimonial: "Professional, knowledgeable, and customer-focused. Raja Auto Store sets the standard for agricultural equipment retailers.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15995.jpg", imageAlt: "Suresh Desai"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Meena Verma",
|
||||
handle: "@meena_farm",
|
||||
testimonial: "Excellent quality products and reliable delivery. Their technical support team is always available when I need assistance.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15987.jpg",
|
||||
imageAlt: "Meena Verma",
|
||||
},
|
||||
id: "6", name: "Meena Verma", handle: "@meena_farm", testimonial: "Excellent quality products and reliable delivery. Their technical support team is always available when I need assistance.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15987.jpg", imageAlt: "Meena Verma"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user