Merge version_1 into main #2
@@ -12,7 +12,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { BookOpen, Dna, HandShake, HelpCircle, Leaf, Lightbulb, Link2, Mail, Quote, Radar, TrendingUp, Zap } from 'lucide-react';
|
||||
import { BookOpen, Dna, Handshake, HelpCircle, Leaf, Lightbulb, Link2, Mail, Quote, Radar, TrendingUp, Zap } from 'lucide-react';
|
||||
|
||||
export default function VerdentixLanding() {
|
||||
return (
|
||||
@@ -22,7 +22,7 @@ export default function VerdentixLanding() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -54,11 +54,11 @@ export default function VerdentixLanding() {
|
||||
{ text: "Learn More", href: "technology" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-close-up-of-genetically-modified-crop--1772644134418-3c3f82e4.png", imageAlt: "Biotech crop innovation" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-farmer-in-modern-technical-gear-examin-1772644133960-44a42d5e.png", imageAlt: "Farmer using technology" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-state-of-the-art-greenhouse-facility-w-1772644134729-ae83dd52.png?_wi=1", imageAlt: "Modern greenhouse facility" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-state-of-the-art-greenhouse-facility-w-1772644134729-ae83dd52.png", imageAlt: "Modern greenhouse facility" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-vibrant-market-scene-showing-freshly-h-1772644134272-2d60ec83.png", imageAlt: "Fresh harvest from biotech crops" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
@@ -101,7 +101,7 @@ export default function VerdentixLanding() {
|
||||
{
|
||||
title: "AI-Powered Crop Monitoring", description: "Real-time monitoring of crop health with machine learning algorithms that predict disease, optimize irrigation, and maximize yields.", icon: Radar,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-futuristic-dashboard-showing-real-time-1772644133592-98814682.png?_wi=1", imageAlt: "AI dashboard for crop monitoring" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-futuristic-dashboard-showing-real-time-1772644133592-98814682.png", imageAlt: "AI dashboard for crop monitoring" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-drone-flying-over-agricultural-fields--1772644132546-b30a048d.png", imageAlt: "Drone crop surveillance" }
|
||||
]
|
||||
},
|
||||
@@ -138,15 +138,15 @@ export default function VerdentixLanding() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Verdentix", name: "AI Water Management Solutions", price: "Reduce water usage by 40%", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-futuristic-dashboard-showing-real-time-1772644133592-98814682.png?_wi=2", imageAlt: "AI water management system"
|
||||
reviewCount: "2.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-futuristic-dashboard-showing-real-time-1772644133592-98814682.png", imageAlt: "AI water management system"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Verdentix", name: "AI-Enhanced Soil Monitoring", price: "Optimize soil health metrics", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/close-up-of-biochar-enriched-soil-with-v-1772644132235-543376c8.png?_wi=1", imageAlt: "Advanced soil monitoring"
|
||||
reviewCount: "1.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/close-up-of-biochar-enriched-soil-with-v-1772644132235-543376c8.png", imageAlt: "Advanced soil monitoring"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Verdentix", name: "Waste Minimization Strategies", price: "Reduce agricultural waste by 60%", rating: 5,
|
||||
reviewCount: "1.5k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-state-of-the-art-greenhouse-facility-w-1772644134729-ae83dd52.png?_wi=2", imageAlt: "Sustainable waste reduction"
|
||||
reviewCount: "1.5k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-state-of-the-art-greenhouse-facility-w-1772644134729-ae83dd52.png", imageAlt: "Sustainable waste reduction"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Verdentix agricultural solutions"
|
||||
@@ -175,7 +175,7 @@ export default function VerdentixLanding() {
|
||||
},
|
||||
{
|
||||
id: "3", category: ["Sustainability", "Farming"],
|
||||
title: "Using Biochar for Soil Sustainability and Carbon Sequestration", excerpt: "A comprehensive guide to biochar implementation in regenerative agriculture and its environmental benefits.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/close-up-of-biochar-enriched-soil-with-v-1772644132235-543376c8.png?_wi=2", imageAlt: "Biochar soil enhancement", authorName: "Emma Rodriguez", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/portrait-of-a-seasoned-farmer-with-warm--1772644134099-fa1bb835.png", date: "March 1, 2024"
|
||||
title: "Using Biochar for Soil Sustainability and Carbon Sequestration", excerpt: "A comprehensive guide to biochar implementation in regenerative agriculture and its environmental benefits.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/close-up-of-biochar-enriched-soil-with-v-1772644132235-543376c8.png", imageAlt: "Biochar soil enhancement", authorName: "Emma Rodriguez", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/portrait-of-a-seasoned-farmer-with-warm--1772644134099-fa1bb835.png", date: "March 1, 2024"
|
||||
},
|
||||
{
|
||||
id: "4", category: ["Smart Farming", "Technology"],
|
||||
@@ -251,7 +251,7 @@ export default function VerdentixLanding() {
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Verdentix partners with leading agricultural organizations, research institutions, and sustainable farming networks worldwide."
|
||||
tag="Partners"
|
||||
tagIcon={HandShake}
|
||||
tagIcon={Handshake}
|
||||
tagAnimation="opacity"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -277,7 +277,7 @@ export default function VerdentixLanding() {
|
||||
{ text: "View Case Studies", href: "#" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Contact call-to-action section"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user