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"}, ]} /> diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 583d1df..376d3f8 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -19,9 +19,7 @@ export default function ProductsPage() { ]; const navButton = { - text: "Dealer Inquiry", - href: "/dealer-inquiry", - }; + text: "Dealer Inquiry", href: "/dealer-inquiry"}; return ( @@ -88,31 +76,19 @@ export default function ProductsPage() { tag="Product Features" tagIcon={CheckCircle} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg" imageAlt="Product testing and quality verification" mediaAnimation="slide-up" mediaPosition="left" accordionItems={[ { - id: "1", - title: "High Yield Varieties", - content: "Designed for maximum productivity with proven yields in Maharashtra's farming conditions. These varieties combine robust plant architecture with disease resistance.", - }, + id: "1", title: "High Yield Varieties", content: "Designed for maximum productivity with proven yields in Maharashtra's farming conditions. These varieties combine robust plant architecture with disease resistance."}, { - id: "2", - title: "Early Maturity Options", - content: "Perfect for farmers looking to complete their harvest early in the season. These varieties mature 5-7 days earlier while maintaining excellent grain quality.", - }, + id: "2", title: "Early Maturity Options", content: "Perfect for farmers looking to complete their harvest early in the season. These varieties mature 5-7 days earlier while maintaining excellent grain quality."}, { - id: "3", - title: "Disease Resistant Strains", - content: "Bred for resistance to common soybean diseases prevalent in Maharashtra. Reduces the need for chemical interventions.", - }, + id: "3", title: "Disease Resistant Strains", content: "Bred for resistance to common soybean diseases prevalent in Maharashtra. Reduces the need for chemical interventions."}, { - id: "4", - title: "Organic Farming Compatible", - content: "Suitable for organic farming practices. These varieties perform excellently under natural farming conditions with minimal external inputs.", - }, + id: "4", title: "Organic Farming Compatible", content: "Suitable for organic farming practices. These varieties perform excellently under natural farming conditions with minimal external inputs."}, ]} useInvertedBackground={false} /> @@ -145,9 +121,7 @@ export default function ProductsPage() { { 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"}, ]} /> diff --git a/src/app/research/page.tsx b/src/app/research/page.tsx index 52a16d5..aed6f56 100644 --- a/src/app/research/page.tsx +++ b/src/app/research/page.tsx @@ -19,9 +19,7 @@ export default function ResearchPage() { ]; const navButton = { - text: "Dealer Inquiry", - href: "/dealer-inquiry", - }; + text: "Dealer Inquiry", href: "/dealer-inquiry"}; return ( @@ -88,26 +76,17 @@ export default function ResearchPage() { tag="R&D Programs" tagIcon={Beaker} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg?_wi=5" + imageSrc="http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg" imageAlt="State-of-the-art research facilities" mediaAnimation="slide-up" mediaPosition="left" accordionItems={[ { - id: "1", - title: "Yield Improvement Program", - content: "Focused on breeding soybean varieties with higher yield potential while maintaining nutritional quality and disease resistance characteristics.", - }, + id: "1", title: "Yield Improvement Program", content: "Focused on breeding soybean varieties with higher yield potential while maintaining nutritional quality and disease resistance characteristics."}, { - id: "2", - title: "Climate Resilience Research", - content: "Developing varieties adapted to changing weather patterns, including drought tolerance and optimal performance in variable rainfall conditions.", - }, + id: "2", title: "Climate Resilience Research", content: "Developing varieties adapted to changing weather patterns, including drought tolerance and optimal performance in variable rainfall conditions."}, { - id: "3", - title: "Disease Resistance Studies", - content: "Continuous testing and breeding for resistance to prevalent soybean diseases, reducing farmer losses and chemical input requirements.", - }, + id: "3", title: "Disease Resistance Studies", content: "Continuous testing and breeding for resistance to prevalent soybean diseases, reducing farmer losses and chemical input requirements."}, ]} useInvertedBackground={false} /> @@ -121,7 +100,7 @@ export default function ResearchPage() { description="Equipped with modern testing equipment and germination chambers" subdescription="Renai Seeds Research Division, Latur" icon={Sprout} - imageSrc="http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg?_wi=6" + imageSrc="http://img.b2bpic.net/free-photo/research-worker-laboratory-breeding-new-kinds-vegetation_273609-13437.jpg" imageAlt="Advanced research laboratory equipment" mediaAnimation="slide-up" useInvertedBackground={false} @@ -137,9 +116,7 @@ export default function ResearchPage() { { 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"}, ]} />