Update src/app/page.tsx
This commit is contained in:
@@ -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 (
|
||||
<ThemeProvider
|
||||
@@ -32,7 +30,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -53,36 +51,24 @@ export default function HomePage() {
|
||||
tag="Soybean Seeds"
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "View Products", href: "/products" },
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-green-plant-field_181624-21437.jpg?_wi=1",
|
||||
imageAlt: "Lush soybean field ready for harvest",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-green-plant-field_181624-21437.jpg", imageAlt: "Lush soybean field ready for harvest"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-holding-bunch-white-beans_114579-76881.jpg?_wi=1",
|
||||
imageAlt: "High quality soybean seeds",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-hands-holding-bunch-white-beans_114579-76881.jpg", imageAlt: "High quality soybean seeds"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-wearing-flannel-shirt-picking-corn-beautiful-cornfield-sunset_181624-55690.jpg?_wi=1",
|
||||
imageAlt: "Farmer harvesting soybean crops",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-wearing-flannel-shirt-picking-corn-beautiful-cornfield-sunset_181624-55690.jpg", imageAlt: "Farmer harvesting soybean crops"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seedlings-planting-tray_1150-23158.jpg?_wi=1",
|
||||
imageAlt: "Soybean seed germination process",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seedlings-planting-tray_1150-23158.jpg", imageAlt: "Soybean seed germination process"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-field-covered-green-grass-captured-canggu-bali_181624-7666.jpg?_wi=1",
|
||||
imageAlt: "Agricultural field in Maharashtra",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-view-field-covered-green-grass-captured-canggu-bali_181624-7666.jpg", imageAlt: "Agricultural field in Maharashtra"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-view-thumb-up-man-field_23-2148233409.jpg?_wi=1",
|
||||
imageAlt: "Premium yield quality soybean",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-view-thumb-up-man-field_23-2148233409.jpg", imageAlt: "Premium yield quality soybean"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user