Merge version_1 into main #3
@@ -4,10 +4,10 @@ import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import TeamCardTen from "@/components/sections/team/TeamCardTen";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Twitter, Linkedin, Sprout, Shield, Truck } from "lucide-react";
|
||||
import { Twitter, Linkedin, Sprout, Shield, Truck, Building } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -29,94 +29,70 @@ export default function AboutPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Research", id: "/research" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Become a Dealer",
|
||||
href: "/dealer",
|
||||
text: "Become a Dealer", href: "/dealer"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-detail" data-section="about-detail">
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
tag="About Renai Seeds"
|
||||
title="Professionally Managed Soybean Seed Excellence Since 2017"
|
||||
description="Renai Seeds Private Limited represents a new era of professionalism in agricultural seed manufacturing. Founded in 2017, we have grown into a trusted partner for farmers and agricultural distributors across Maharashtra. Our commitment to quality, innovation, and farmer success drives every decision we make."
|
||||
title="Professionally Managed Soybean Seed Excellence"
|
||||
description="Established in 2017, Renai Seeds Private Limited is a professionally managed soybean seed manufacturing company dedicated to producing high-germination, high-yield soybean seed varieties. We focus on seed quality, research-driven development, and reliable supply to support farmer productivity and crop performance across Maharashtra and similar agro-climatic regions."
|
||||
metrics={[
|
||||
{ value: "2017", title: "Year Established" },
|
||||
{ value: "10+", title: "Research-Backed Varieties" },
|
||||
{ value: "10+", title: "Soybean Varieties" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corn-harvest-combine-unloading-corn-seeds-after-harvest_342744-575.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corn-harvest-combine-unloading-corn-seeds-after-harvest_342744-575.jpg"
|
||||
imageAlt="Modern seed processing facility at MIDC Latur"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="our-values" data-section="our-values">
|
||||
<div id="why-trust" data-section="why-trust">
|
||||
<FeatureCardTwentySix
|
||||
features={[
|
||||
{
|
||||
title: "Quality Commitment",
|
||||
description: "Every seed that leaves our facility undergoes rigorous quality testing to ensure exceptional germination and performance standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg?_wi=2",
|
||||
imageAlt: "Quality control laboratory testing procedures",
|
||||
buttonIcon: Shield,
|
||||
title: "High Germination Standards", description: "Laboratory-tested seeds ensuring maximum germination rates for reliable crop establishment and yield", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-group-green-sprouts-growing-out-from-soil_181624-30096.jpg", imageAlt: "Seed germination testing and quality assurance", buttonIcon: Sprout,
|
||||
},
|
||||
{
|
||||
title: "Farmer-Centric Innovation",
|
||||
description: "Our research focuses on solving real farmer challenges through disease-resistant, high-yield varieties adapted to regional conditions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-group-green-sprouts-growing-out-from-soil_181624-30096.jpg?_wi=2",
|
||||
imageAlt: "Seed germination testing and quality assurance",
|
||||
buttonIcon: Sprout,
|
||||
title: "Quality-Controlled Processing", description: "Advanced processing facilities at our MIDC manufacturing center ensure seed purity and viability", imageSrc: "http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg", imageAlt: "Quality control laboratory testing procedures", buttonIcon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Reliable Partnerships",
|
||||
description: "We build lasting relationships with distributors and farmers based on transparency, consistency, and mutual growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farmer-supplying-bio-shop-with-veggies_482257-81599.jpg?_wi=2",
|
||||
imageAlt: "Agricultural supply chain and distribution network",
|
||||
buttonIcon: Truck,
|
||||
title: "Reliable Supply Chain", description: "Consistent, timely delivery to agricultural distributors and farmers across Maharashtra", imageSrc: "http://img.b2bpic.net/free-photo/farmer-supplying-bio-shop-with-veggies_482257-81599.jpg", imageAlt: "Agricultural supply chain and distribution network", buttonIcon: Truck,
|
||||
},
|
||||
{
|
||||
title: "MIDC Manufacturing Facility", description: "State-of-the-art seed processing and storage at Plot No. D49, MIDC, Latur, Maharashtra", imageSrc: "http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943471.jpg", imageAlt: "MIDC Latur manufacturing and processing facility", buttonIcon: Building,
|
||||
},
|
||||
]}
|
||||
title="Our Core Values"
|
||||
description="What drives our excellence in agricultural seed manufacturing"
|
||||
title="Why Farmers Trust Renai Seeds"
|
||||
description="We combine rigorous quality standards with dedicated farmer support to deliver consistent results"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
title="Leadership & Direction - Driving Agricultural Excellence"
|
||||
tag="Our Team"
|
||||
tagAnimation="slide-up"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dayanand Jadhav",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-greenhouse_1398-1871.jpg",
|
||||
imageAlt: "Dayanand Jadhav - Owner and Founder",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Vivekanand Jadhav",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-entrepreneur-working-from-cafe_1098-14469.jpg?_wi=1",
|
||||
imageAlt: "Vivekanand Jadhav - Director",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Gunwant Khose",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-entrepreneur-working-from-cafe_1098-14469.jpg?_wi=2",
|
||||
imageAlt: "Gunwant Khose - Director",
|
||||
},
|
||||
]}
|
||||
memberVariant="card"
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get in Touch"
|
||||
title="Contact Renai Seeds"
|
||||
description="Reach out to us for inquiries about our premium soybean varieties, bulk orders, or partnership opportunities."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-india-map-infographics_23-2148859954.jpg"
|
||||
imageAlt="Renai Seeds location at MIDC Latur"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Send Inquiry"
|
||||
termsText="We respect your privacy and will respond to your inquiry promptly."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -127,14 +103,12 @@ export default function AboutPage() {
|
||||
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>
|
||||
|
||||
@@ -3,9 +3,8 @@
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Twitter, Linkedin } from "lucide-react";
|
||||
|
||||
@@ -29,17 +28,32 @@ export default function ContactPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Research", id: "/research" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Become a Dealer",
|
||||
href: "/dealer",
|
||||
text: "Become a Dealer", href: "/dealer"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-info" data-section="contact-info">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Contact Information"
|
||||
title="Reach Out to Renai Seeds"
|
||||
description="Get in touch with our team for inquiries about soybean seed varieties, bulk orders, distribution partnerships, or any other business opportunities. We're here to support your agricultural needs."
|
||||
metrics={[
|
||||
{ value: "Plot No. D49", title: "MIDC Latur, Maharashtra" },
|
||||
{ value: "+91 9623644478", title: "Phone" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-india-map-infographics_23-2148859954.jpg"
|
||||
imageAlt="Renai Seeds location at MIDC Latur"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get in Touch"
|
||||
@@ -47,7 +61,7 @@ export default function ContactPage() {
|
||||
description="Reach out to us for inquiries about our premium soybean varieties, bulk orders, or partnership opportunities."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-india-map-infographics_23-2148859954.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-india-map-infographics_23-2148859954.jpg"
|
||||
imageAlt="Renai Seeds location at MIDC Latur"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -57,83 +71,6 @@ export default function ContactPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="location-info" data-section="location-info">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Our Location"
|
||||
title="Visit Renai Seeds at Our Manufacturing Facility"
|
||||
description="Located in the heart of Maharashtra's agricultural region, our MIDC facility represents state-of-the-art seed processing and quality control. We welcome distributor visits and farmer consultations. Contact us to schedule a facility tour or discuss partnership opportunities."
|
||||
metrics={[
|
||||
{ value: "MIDC Latur", title: "Manufacturing Hub" },
|
||||
{ value: "Maharashtra", title: "Agricultural Region" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943471.jpg?_wi=2"
|
||||
imageAlt="MIDC Latur manufacturing facility"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-testimonials" data-section="contact-testimonials">
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Patil",
|
||||
handle: "Farmer, Latur District",
|
||||
testimonial: "Great experience reaching out to Renai Seeds. They responded quickly and provided excellent guidance for my seed selection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-hothouse_1398-1872.jpg?_wi=7",
|
||||
imageAlt: "Rajesh Patil - Customer service testimonial",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Deshmukh",
|
||||
handle: "Agricultural Distributor",
|
||||
testimonial: "Renai Seeds customer support is exceptional. They handle inquiries professionally and ensure smooth business operations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-greenhouse-owner-posing-with-notepad-her-hands-having-many-flowers-glass-roof_158595-7026.jpg?_wi=5",
|
||||
imageAlt: "Priya Deshmukh - Support testimonial",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mahesh Jadhav",
|
||||
handle: "Farmer, Vidarbha Region",
|
||||
testimonial: "Friendly and knowledgeable team. They answer all technical questions about seed varieties and farming recommendations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-hothouse_1398-1872.jpg?_wi=8",
|
||||
imageAlt: "Mahesh Jadhav - Team feedback",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram Sharma",
|
||||
handle: "Distributor Partner",
|
||||
testimonial: "Easy communication and clear information. Renai Seeds makes it simple to do business with them.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15986.jpg?_wi=3",
|
||||
imageAlt: "Vikram Sharma - Communication feedback",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Suresh Kumar",
|
||||
handle: "Farmer, Maharashtra",
|
||||
testimonial: "The facility tour was impressive. Seeing their quality control processes gave me confidence in their products.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-hothouse_1398-1872.jpg?_wi=9",
|
||||
imageAlt: "Suresh Kumar - Facility tour review",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Anjali Reddy",
|
||||
handle: "Agricultural Consultant",
|
||||
testimonial: "Professional, accessible, and dedicated to customer success. Renai Seeds sets high standards for service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-greenhouse-owner-posing-with-notepad-her-hands-having-many-flowers-glass-roof_158595-7026.jpg?_wi=6",
|
||||
imageAlt: "Anjali Reddy - Professional service review",
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Customer Experience"
|
||||
description="What partners say about our customer service and communication"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Renai Seeds"
|
||||
@@ -141,14 +78,12 @@ export default function ContactPage() {
|
||||
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>
|
||||
|
||||
@@ -29,12 +29,12 @@ export default function DealerPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Research", id: "/research" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Become a Dealer", href: "/dealer"}}
|
||||
text: "Become a Dealer", href: "/dealer"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -51,6 +51,7 @@ export default function DealerPage() {
|
||||
imageAlt="Distribution network and farmer partnership"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -99,10 +100,12 @@ 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>
|
||||
|
||||
254
src/app/page.tsx
254
src/app/page.tsx
@@ -7,10 +7,12 @@ import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
import TeamCardTen from "@/components/sections/team/TeamCardTen";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Sprout, Shield, Truck, Building, Quote, Twitter, Linkedin } from "lucide-react";
|
||||
import { Twitter, Linkedin, Sprout, Shield, Truck, Building } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -30,15 +32,13 @@ export default function HomePage() {
|
||||
<NavbarStyleCentered
|
||||
brandName="Renai Seeds"
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Research", id: "research" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Research", id: "/research" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Become a Dealer",
|
||||
href: "/dealer",
|
||||
text: "Become a Dealer", href: "/dealer"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -49,7 +49,7 @@ export default function HomePage() {
|
||||
description="High Performance Soybean Seeds for Maximum Yield. Trusted Soybean Seed Manufacturer in Maharashtra Since 2017"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:+919623644478" },
|
||||
{ text: "Become a Dealer", href: "/dealer" },
|
||||
{ text: "Become a Dealer", href: "/dealer" }
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/selective-focus-shot-green-plant-field_181624-21437.jpg"
|
||||
@@ -68,12 +68,13 @@ export default function HomePage() {
|
||||
description="Established in 2017, Renai Seeds Private Limited is a professionally managed soybean seed manufacturing company dedicated to producing high-germination, high-yield soybean seed varieties. We focus on seed quality, research-driven development, and reliable supply to support farmer productivity and crop performance across Maharashtra and similar agro-climatic regions."
|
||||
metrics={[
|
||||
{ value: "2017", title: "Year Established" },
|
||||
{ value: "10+", title: "Soybean Varieties" },
|
||||
{ value: "10+", title: "Soybean Varieties" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corn-harvest-combine-unloading-corn-seeds-after-harvest_342744-575.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corn-harvest-combine-unloading-corn-seeds-after-harvest_342744-575.jpg"
|
||||
imageAlt="Modern seed processing facility at MIDC Latur"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -81,32 +82,16 @@ export default function HomePage() {
|
||||
<FeatureCardTwentySix
|
||||
features={[
|
||||
{
|
||||
title: "High Germination Standards",
|
||||
description: "Laboratory-tested seeds ensuring maximum germination rates for reliable crop establishment and yield",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-group-green-sprouts-growing-out-from-soil_181624-30096.jpg?_wi=1",
|
||||
imageAlt: "Seed germination testing and quality assurance",
|
||||
buttonIcon: Sprout,
|
||||
title: "High Germination Standards", description: "Laboratory-tested seeds ensuring maximum germination rates for reliable crop establishment and yield", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-group-green-sprouts-growing-out-from-soil_181624-30096.jpg", imageAlt: "Seed germination testing and quality assurance", buttonIcon: Sprout,
|
||||
},
|
||||
{
|
||||
title: "Quality-Controlled Processing",
|
||||
description: "Advanced processing facilities at our MIDC manufacturing center ensure seed purity and viability",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg?_wi=1",
|
||||
imageAlt: "Quality control laboratory testing procedures",
|
||||
buttonIcon: Shield,
|
||||
title: "Quality-Controlled Processing", description: "Advanced processing facilities at our MIDC manufacturing center ensure seed purity and viability", imageSrc: "http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg", imageAlt: "Quality control laboratory testing procedures", buttonIcon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Reliable Supply Chain",
|
||||
description: "Consistent, timely delivery to agricultural distributors and farmers across Maharashtra",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farmer-supplying-bio-shop-with-veggies_482257-81599.jpg?_wi=1",
|
||||
imageAlt: "Agricultural supply chain and distribution network",
|
||||
buttonIcon: Truck,
|
||||
title: "Reliable Supply Chain", description: "Consistent, timely delivery to agricultural distributors and farmers across Maharashtra", imageSrc: "http://img.b2bpic.net/free-photo/farmer-supplying-bio-shop-with-veggies_482257-81599.jpg", imageAlt: "Agricultural supply chain and distribution network", buttonIcon: Truck,
|
||||
},
|
||||
{
|
||||
title: "MIDC Manufacturing Facility",
|
||||
description: "State-of-the-art seed processing and storage at Plot No. D49, MIDC, Latur, Maharashtra",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943471.jpg?_wi=1",
|
||||
imageAlt: "MIDC Latur manufacturing and processing facility",
|
||||
buttonIcon: Building,
|
||||
title: "MIDC Manufacturing Facility", description: "State-of-the-art seed processing and storage at Plot No. D49, MIDC, Latur, Maharashtra", imageSrc: "http://img.b2bpic.net/free-photo/female-model-being-photographed-with-grunge-environment-urban-exploration_23-2150943471.jpg", imageAlt: "MIDC Latur manufacturing and processing facility", buttonIcon: Building,
|
||||
},
|
||||
]}
|
||||
title="Why Farmers Trust Renai Seeds"
|
||||
@@ -119,58 +104,22 @@ export default function HomePage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "ds228",
|
||||
name: "DS 228",
|
||||
price: "High Yield",
|
||||
variant: "Premium Variety",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/nature-brochure-template_23-2148039851.jpg?_wi=1",
|
||||
imageAlt: "DS 228 soybean seeds",
|
||||
},
|
||||
{
|
||||
id: "kds726",
|
||||
name: "KDS 726",
|
||||
price: "Elite Grade",
|
||||
variant: "Research Backed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-dried_1373-546.jpg?_wi=1",
|
||||
imageAlt: "KDS 726 soybean variety",
|
||||
},
|
||||
{
|
||||
id: "kds753",
|
||||
name: "KDS 753",
|
||||
price: "Premium Quality",
|
||||
variant: "High Germination",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/nature-brochure-template_23-2148039851.jpg?_wi=2",
|
||||
imageAlt: "KDS 753 soybean seeds",
|
||||
},
|
||||
{
|
||||
id: "kds992",
|
||||
name: "KDS 992",
|
||||
price: "Superior Yield",
|
||||
variant: "Disease Resistant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-dried_1373-546.jpg?_wi=2",
|
||||
imageAlt: "KDS 992 soybean variety",
|
||||
},
|
||||
{
|
||||
id: "maus612",
|
||||
name: "MAUS 612",
|
||||
price: "Certified Grade",
|
||||
variant: "Regional Adapted",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/nature-brochure-template_23-2148039851.jpg?_wi=3",
|
||||
imageAlt: "MAUS 612 seeds",
|
||||
},
|
||||
{
|
||||
id: "rspl2777",
|
||||
name: "RSPL 2777",
|
||||
price: "Quality Assured",
|
||||
variant: "High Performance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-dried_1373-546.jpg?_wi=3",
|
||||
imageAlt: "RSPL 2777 soybean variety",
|
||||
},
|
||||
]}
|
||||
title="Soybean Seed Varieties"
|
||||
description="Premium soybean varieties bred for high yield, disease resistance, and optimal performance in regional farming conditions"
|
||||
products={[
|
||||
{
|
||||
id: "ds228", name: "DS 228", price: "High Yield", variant: "Premium Variety", imageSrc: "http://img.b2bpic.net/free-vector/nature-brochure-template_23-2148039851.jpg", imageAlt: "DS 228 soybean seeds"},
|
||||
{
|
||||
id: "kds726", name: "KDS 726", price: "Elite Grade", variant: "Research Backed", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-dried_1373-546.jpg", imageAlt: "KDS 726 soybean variety"},
|
||||
{
|
||||
id: "kds753", name: "KDS 753", price: "Premium Quality", variant: "High Germination", imageSrc: "http://img.b2bpic.net/free-vector/nature-brochure-template_23-2148039851.jpg", imageAlt: "KDS 753 soybean seeds"},
|
||||
{
|
||||
id: "kds992", name: "KDS 992", price: "Superior Yield", variant: "Disease Resistant", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-dried_1373-546.jpg", imageAlt: "KDS 992 soybean variety"},
|
||||
{
|
||||
id: "maus612", name: "MAUS 612", price: "Certified Grade", variant: "Regional Adapted", imageSrc: "http://img.b2bpic.net/free-vector/nature-brochure-template_23-2148039851.jpg", imageAlt: "MAUS 612 seeds"},
|
||||
{
|
||||
id: "rspl2777", name: "RSPL 2777", price: "Quality Assured", variant: "High Performance", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-dried_1373-546.jpg", imageAlt: "RSPL 2777 soybean variety"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -178,67 +127,98 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="research" data-section="research">
|
||||
<MetricCardSeven
|
||||
title="Research & Innovation"
|
||||
description="Our commitment to agricultural advancement through dedicated research and development of superior soybean varieties"
|
||||
metrics={[
|
||||
{
|
||||
id: "rspl2227", value: "RSPL-2227", title: "Flagship Research Variety", items: [
|
||||
"Premium research-based development", "Enhanced yield potential", "Superior disease resistance", "Optimized for regional climates", "Farmer-tested and approved"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "research-commitment", value: "Continuous", title: "Research & Development", items: [
|
||||
"State-of-the-art testing facilities", "Advanced crop breeding techniques", "Multi-year field trials", "Quality assurance protocols", "Agronomic support for farmers"
|
||||
]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Patil",
|
||||
handle: "Farmer, Latur District",
|
||||
testimonial: "Renai Seeds DS 228 has consistently delivered 20% higher yields compared to other varieties. Outstanding quality and germination rates.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-hothouse_1398-1872.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Patil farmer testimonial",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Deshmukh",
|
||||
handle: "Agricultural Distributor",
|
||||
testimonial: "Their professional approach and reliable supply chain make them our preferred seed supplier. Farmers trust the Renai Seeds brand.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-greenhouse-owner-posing-with-notepad-her-hands-having-many-flowers-glass-roof_158595-7026.jpg?_wi=1",
|
||||
imageAlt: "Priya Deshmukh distributor testimonial",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mahesh Jadhav",
|
||||
handle: "Farmer, Vidarbha Region",
|
||||
testimonial: "The germination quality is exceptional. Every seed performs as expected, reducing waste and maximizing profitability.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-hothouse_1398-1872.jpg?_wi=2",
|
||||
imageAlt: "Mahesh Jadhav farmer testimonial",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vikram Sharma",
|
||||
handle: "Distributor Partner",
|
||||
testimonial: "Working with Renai Seeds has transformed our business. Consistent quality builds customer loyalty and repeat orders.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15986.jpg?_wi=1",
|
||||
imageAlt: "Vikram Sharma distributor testimonial",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Suresh Kumar",
|
||||
handle: "Farmer, Maharashtra",
|
||||
testimonial: "Excellent customer support and quality assurance. RSPL 2777 variety performed beyond expectations this season.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-hothouse_1398-1872.jpg?_wi=3",
|
||||
imageAlt: "Suresh Kumar farmer testimonial",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Anjali Reddy",
|
||||
handle: "Agricultural Consultant",
|
||||
testimonial: "I recommend Renai Seeds to all my farmer clients. The quality-price ratio is unmatched in the market.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-greenhouse-owner-posing-with-notepad-her-hands-having-many-flowers-glass-roof_158595-7026.jpg?_wi=2",
|
||||
imageAlt: "Anjali Reddy consultant testimonial",
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Farmer & Distributor Success Stories"
|
||||
description="Real testimonials from farmers and agricultural partners who trust Renai Seeds for consistent quality and exceptional yields"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rajesh Patil", handle: "Farmer, Latur District", testimonial: "Renai Seeds DS 228 has consistently delivered 20% higher yields compared to other varieties. Outstanding quality and germination rates.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-hothouse_1398-1872.jpg", imageAlt: "Rajesh Patil farmer testimonial"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Deshmukh", handle: "Agricultural Distributor", testimonial: "Their professional approach and reliable supply chain make them our preferred seed supplier. Farmers trust the Renai Seeds brand.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-greenhouse-owner-posing-with-notepad-her-hands-having-many-flowers-glass-roof_158595-7026.jpg", imageAlt: "Priya Deshmukh distributor testimonial"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Mahesh Jadhav", handle: "Farmer, Vidarbha Region", testimonial: "The germination quality is exceptional. Every seed performs as expected, reducing waste and maximizing profitability.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-hothouse_1398-1872.jpg", imageAlt: "Mahesh Jadhav farmer testimonial"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Vikram Sharma", handle: "Distributor Partner", testimonial: "Working with Renai Seeds has transformed our business. Consistent quality builds customer loyalty and repeat orders.", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15986.jpg", imageAlt: "Vikram Sharma distributor testimonial"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Suresh Kumar", handle: "Farmer, Maharashtra", testimonial: "Excellent customer support and quality assurance. RSPL 2777 variety performed beyond expectations this season.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-hothouse_1398-1872.jpg", imageAlt: "Suresh Kumar farmer testimonial"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Anjali Reddy", handle: "Agricultural Consultant", testimonial: "I recommend Renai Seeds to all my farmer clients. The quality-price ratio is unmatched in the market.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-greenhouse-owner-posing-with-notepad-her-hands-having-many-flowers-glass-roof_158595-7026.jpg", imageAlt: "Anjali Reddy consultant testimonial"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
title="Leadership & Direction - Driving Agricultural Excellence"
|
||||
tag="Our Team"
|
||||
tagAnimation="slide-up"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Dayanand Jadhav", imageSrc: "http://img.b2bpic.net/free-photo/man-greenhouse_1398-1871.jpg", imageAlt: "Dayanand Jadhav - Owner and Founder"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Vivekanand Jadhav", imageSrc: "http://img.b2bpic.net/free-photo/handsome-entrepreneur-working-from-cafe_1098-14469.jpg", imageAlt: "Vivekanand Jadhav - Director"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Gunwant Khose", imageSrc: "http://img.b2bpic.net/free-photo/handsome-entrepreneur-working-from-cafe_1098-14469.jpg", imageAlt: "Gunwant Khose - Director"
|
||||
}
|
||||
]}
|
||||
memberVariant="card"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get in Touch"
|
||||
title="Contact Renai Seeds"
|
||||
description="Reach out to us for inquiries about our premium soybean varieties, bulk orders, or partnership opportunities."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-india-map-infographics_23-2148859954.jpg"
|
||||
imageAlt="Renai Seeds location at MIDC Latur"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Send Inquiry"
|
||||
termsText="We respect your privacy and will respond to your inquiry promptly."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Renai Seeds"
|
||||
@@ -246,14 +226,12 @@ export default function HomePage() {
|
||||
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>
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
import Link from "next/link";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { Twitter, Linkedin, Sprout, Shield, Truck } from "lucide-react";
|
||||
import { Twitter, Linkedin, Sprout, Shield, Truck, Building } from "lucide-react";
|
||||
|
||||
export default function ResearchPage() {
|
||||
return (
|
||||
@@ -29,99 +29,70 @@ export default function ResearchPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "Research", id: "/research" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Become a Dealer",
|
||||
href: "/dealer",
|
||||
text: "Become a Dealer", href: "/dealer"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="research-overview" data-section="research-overview">
|
||||
<div id="research-intro" data-section="research-intro">
|
||||
<MetricSplitMediaAbout
|
||||
tag="Research & Development"
|
||||
title="Advancing Agricultural Innovation Through Dedicated Research"
|
||||
description="Our research and development team is committed to creating superior soybean varieties that address the evolving needs of modern farmers. We invest in state-of-the-art facilities, advanced breeding techniques, and rigorous field testing to develop varieties that deliver consistent results and sustainable productivity."
|
||||
tag="Research & Innovation"
|
||||
title="Advancing Soybean Seed Science"
|
||||
description="Renai Seeds is committed to continuous research and development to deliver superior soybean varieties. Our research initiatives focus on yield improvement, disease resistance, and optimal adaptation to regional agro-climatic conditions. We work with farmers to test and validate new varieties, ensuring real-world performance and reliability."
|
||||
metrics={[
|
||||
{ value: "Continuous", title: "Research Programs" },
|
||||
{ value: "Multi-Year", title: "Field Trials" },
|
||||
{ value: "10+", title: "Years of Research" },
|
||||
{ value: "5+", title: "New Varieties Developed" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-researchers-with-plants_23-2148918113.jpg"
|
||||
imageAlt="Agricultural laboratory research facility"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg"
|
||||
imageAlt="Agricultural research and seed development facility"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="research-initiatives" data-section="research-initiatives">
|
||||
<div id="research-capabilities" data-section="research-capabilities">
|
||||
<FeatureCardTwentySix
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Crop Breeding",
|
||||
description: "Scientific selection and hybridization techniques to develop superior soybean varieties with enhanced traits",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-botanist-examining-plant-sample-quality-control-inspection-greenhouse_637285-1583.jpg",
|
||||
imageAlt: "Agricultural scientist examining plant sample",
|
||||
buttonIcon: Sprout,
|
||||
title: "Advanced Testing Facilities", description: "State-of-the-art laboratories for germination analysis, pathology testing, and seed quality evaluation", imageSrc: "http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg", imageAlt: "Advanced research laboratory facilities", buttonIcon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Disease Resistance Testing",
|
||||
description: "Comprehensive field trials evaluating resistance to common soybean diseases and environmental stressors",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg?_wi=3",
|
||||
imageAlt: "Laboratory research and plant breeding",
|
||||
buttonIcon: Shield,
|
||||
title: "Multi-Year Field Trials", description: "Rigorous field testing across diverse agro-climatic zones to validate variety performance and resilience", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-group-green-sprouts-growing-out-from-soil_181624-30096.jpg", imageAlt: "Field trial testing agricultural research", buttonIcon: Sprout,
|
||||
},
|
||||
{
|
||||
title: "Yield Performance Analysis",
|
||||
description: "Multi-season evaluation of yield potential across diverse soil types and climate conditions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-group-green-sprouts-growing-out-from-soil_181624-30096.jpg?_wi=3",
|
||||
imageAlt: "Seed germination and plant growth analysis",
|
||||
buttonIcon: Truck,
|
||||
title: "Crop Breeding Programs", description: "Advanced breeding techniques to develop varieties with enhanced yield potential and disease resistance", imageSrc: "http://img.b2bpic.net/free-photo/corn-harvest-combine-unloading-corn-seeds-after-harvest_342744-575.jpg", imageAlt: "Crop breeding and genetic selection", buttonIcon: Truck,
|
||||
},
|
||||
{
|
||||
title: "Farmer Collaboration Network", description: "Direct partnerships with farmers to gather real-world feedback and continuously improve variety performance", imageSrc: "http://img.b2bpic.net/free-photo/farmer-supplying-bio-shop-with-veggies_482257-81599.jpg", imageAlt: "Farmer collaboration and feedback", buttonIcon: Building,
|
||||
},
|
||||
]}
|
||||
title="Our Research Initiatives"
|
||||
description="Comprehensive programs driving innovation in soybean seed development"
|
||||
title="Our Research Capabilities"
|
||||
description="Comprehensive research infrastructure supporting continuous innovation in soybean seed development"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="research-achievements" data-section="research-achievements">
|
||||
<MetricCardSeven
|
||||
metrics={[
|
||||
{
|
||||
id: "rspl2227",
|
||||
value: "RSPL-2227",
|
||||
title: "Flagship Research Variety",
|
||||
items: [
|
||||
"Premium research-based development",
|
||||
"Enhanced yield potential",
|
||||
"Superior disease resistance",
|
||||
"Optimized for regional climates",
|
||||
"Farmer-tested and approved",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "research-commitment",
|
||||
value: "Continuous",
|
||||
title: "Research & Development",
|
||||
items: [
|
||||
"State-of-the-art testing facilities",
|
||||
"Advanced crop breeding techniques",
|
||||
"Multi-year field trials",
|
||||
"Quality assurance protocols",
|
||||
"Agronomic support for farmers",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="Research & Innovation"
|
||||
description="Our commitment to agricultural advancement through dedicated research and development of superior soybean varieties"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get in Touch"
|
||||
title="Contact Renai Seeds"
|
||||
description="Reach out to us for inquiries about our premium soybean varieties, bulk orders, or partnership opportunities."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-india-map-infographics_23-2148859954.jpg"
|
||||
imageAlt="Renai Seeds location at MIDC Latur"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Your email address"
|
||||
buttonText="Send Inquiry"
|
||||
termsText="We respect your privacy and will respond to your inquiry promptly."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -132,14 +103,12 @@ export default function ResearchPage() {
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user