From 126e67af50fb00a93f8635be2c9a15b9071e8d8a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:00:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 64 ++++++++++++++---------------------------------- 1 file changed, 18 insertions(+), 46 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28ce89e..a895174 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwent import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Leaf, Building2, Sprout, CheckCircle, TrendingUp, MessageSquare, Phone, Mail, MapPin } from "lucide-react"; +import { Leaf, Building2, Sprout, CheckCircle, TrendingUp, MessageSquare, Phone, Mail, MapPin, Award } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -21,9 +21,7 @@ export default function HomePage() { ]; const navButton = { - text: "Dealer Inquiry", - href: "/dealer-inquiry", - }; + text: "Dealer Inquiry", href: "/dealer-inquiry"}; return ( @@ -95,7 +81,7 @@ export default function HomePage() { description="Plot No. D49, MIDC, Latur, Maharashtra" subdescription="Renai Seeds Private Limited" icon={Sprout} - imageSrc="http://img.b2bpic.net/free-photo/caucasian-man-pushing-rack-crates-with-different-types-organic-green-lettuce-saying-hello-african-american-woman-coworker-greenhouse-worker-preparing-greens-delivery-local-business_482257-47577.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/caucasian-man-pushing-rack-crates-with-different-types-organic-green-lettuce-saying-hello-african-american-woman-coworker-greenhouse-worker-preparing-greens-delivery-local-business_482257-47577.jpg" imageAlt="Renai Seeds manufacturing facility in Latur" mediaAnimation="slide-up" useInvertedBackground={false} @@ -109,31 +95,19 @@ export default function HomePage() { tag="Quality Assurance" tagIcon={CheckCircle} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg" imageAlt="Quality testing in laboratory" mediaAnimation="slide-up" mediaPosition="left" accordionItems={[ { - id: "1", - title: "Strong Germination Standards", - content: "Every batch undergoes rigorous germination testing to ensure superior sprouting rates and healthy plant establishment in the field.", - }, + id: "1", title: "Strong Germination Standards", content: "Every batch undergoes rigorous germination testing to ensure superior sprouting rates and healthy plant establishment in the field."}, { - id: "2", - title: "Reliable Yield Performance", - content: "Our soybean varieties are specifically selected and bred for Maharashtra's agro-climatic conditions, ensuring consistent high yields for farmers.", - }, + id: "2", title: "Reliable Yield Performance", content: "Our soybean varieties are specifically selected and bred for Maharashtra's agro-climatic conditions, ensuring consistent high yields for farmers."}, { - id: "3", - title: "Farmer-Centric Approach", - content: "We work closely with agricultural dealers and farmers to understand their needs and provide personalized support throughout the growing season.", - }, + id: "3", title: "Farmer-Centric Approach", content: "We work closely with agricultural dealers and farmers to understand their needs and provide personalized support throughout the growing season."}, { - id: "4", - title: "Research-Backed Varieties", - content: "Our continuous research and development ensures we offer the latest soybean varieties suited to Maharashtra's climate and soil conditions.", - }, + id: "4", title: "Research-Backed Varieties", content: "Our continuous research and development ensures we offer the latest soybean varieties suited to Maharashtra's climate and soil conditions."}, ]} useInvertedBackground={false} /> @@ -151,7 +125,7 @@ export default function HomePage() { useInvertedBackground={false} metrics={[ { id: "1", icon: Leaf, title: "Soybean Varieties", value: "10+" }, - { id: "2", icon: CheckCircle, title: "Quality Standard", value: "ISO" }, + { id: "2", icon: Award, title: "Quality Standard", value: "ISO" }, { id: "3", icon: MapPin, title: "Serving Since", value: "2017" }, ]} /> @@ -180,9 +154,7 @@ export default function HomePage() { { icon: Mail, href: "mailto:info@renai-seeds.com", ariaLabel: "Email us" }, { icon: MapPin, - href: "https://maps.google.com/?q=Plot+D49+MIDC+Latur+Maharashtra", - ariaLabel: "Our location", - }, + href: "https://maps.google.com/?q=Plot+D49+MIDC+Latur+Maharashtra", ariaLabel: "Our location"}, ]} />