Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 17:03:27 +00:00

View File

@@ -34,9 +34,7 @@ export default function DealerPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Become a Dealer",
href: "/dealer",
}}
text: "Become a Dealer", href: "/dealer"}}
/>
</div>
@@ -49,8 +47,8 @@ export default function DealerPage() {
{ value: "10+", title: "Premium Varieties" },
{ value: "100%", title: "Quality Assurance" },
]}
imageSrc="http://img.b2bpic.net/free-photo/farmer-supplying-bio-shop-with-veggies_482257-81599.jpg?_wi=3"
imageAlt: "Distribution network and farmer partnership"
imageSrc="http://img.b2bpic.net/free-photo/farmer-supplying-bio-shop-with-veggies_482257-81599.jpg"
imageAlt="Distribution network and farmer partnership"
useInvertedBackground={false}
mediaAnimation="slide-up"
/>
@@ -60,25 +58,13 @@ export default function DealerPage() {
<FeatureCardTwentySix
features={[
{
title: "Competitive Pricing",
description: "Attractive dealer margins and volume-based pricing to maximize your profitability and competitiveness in local markets",
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-dried_1373-546.jpg?_wi=7",
imageAlt: "Premium product quality assurance",
buttonIcon: Sprout,
title: "Competitive Pricing", description: "Attractive dealer margins and volume-based pricing to maximize your profitability and competitiveness in local markets", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-dried_1373-546.jpg", imageAlt: "Premium product quality assurance", buttonIcon: Sprout,
},
{
title: "Product Training",
description: "Comprehensive training on soybean varieties, agronomic recommendations, and farmer consultation techniques",
imageSrc: "http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg?_wi=4",
imageAlt: "Training and professional development",
buttonIcon: Shield,
title: "Product Training", description: "Comprehensive training on soybean varieties, agronomic recommendations, and farmer consultation techniques", imageSrc: "http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg", imageAlt: "Training and professional development", buttonIcon: Shield,
},
{
title: "Marketing Support",
description: "Co-branded marketing materials, demonstration programs, and farmer connect initiatives to build your brand presence",
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-group-green-sprouts-growing-out-from-soil_181624-30096.jpg?_wi=4",
imageAlt: "Marketing and farmer engagement",
buttonIcon: Truck,
title: "Marketing Support", description: "Co-branded marketing materials, demonstration programs, and farmer connect initiatives to build your brand presence", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-group-green-sprouts-growing-out-from-soil_181624-30096.jpg", imageAlt: "Marketing and farmer engagement", buttonIcon: Truck,
},
]}
title="Dealer Program Benefits"
@@ -96,8 +82,8 @@ export default function DealerPage() {
description="Interested in becoming a Renai Seeds distributor? Share your details and we will connect with you to discuss partnership opportunities, territory availability, and support programs."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/flat-india-map-infographics_23-2148859954.jpg?_wi=2"
imageAlt: "Renai Seeds distribution across Maharashtra"
imageSrc="http://img.b2bpic.net/free-vector/flat-india-map-infographics_23-2148859954.jpg"
imageAlt="Renai Seeds distribution across Maharashtra"
mediaPosition="right"
mediaAnimation="slide-up"
inputPlaceholder="Your email address"
@@ -113,14 +99,10 @@ export default function DealerPage() {
socialLinks={[
{
icon: Twitter,
href: "https://twitter.com/renai-seeds",
ariaLabel: "Twitter",
},
href: "https://twitter.com/renai-seeds", ariaLabel: "Twitter"},
{
icon: Linkedin,
href: "https://linkedin.com/company/renai-seeds",
ariaLabel: "LinkedIn",
},
href: "https://linkedin.com/company/renai-seeds", ariaLabel: "LinkedIn"},
]}
/>
</div>