Update src/app/contact/page.tsx

This commit is contained in:
2026-03-05 17:05:23 +00:00
parent be6f6c1264
commit 5a4f4a3ef9

View File

@@ -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>