Files
8a5c94f6-e33c-416d-830c-104…/src/app/page.tsx
2026-06-01 12:29:29 +00:00

301 lines
18 KiB
TypeScript

"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import { Cog, Droplet, Leaf, Target } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="directional-hover"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="compact"
sizing="largeSmallSizeMediumTitles"
background="noiseDiagonalGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="radial-glow"
headingFontWeight="extrabold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home", id: "#hero"},
{
name: "About Us", id: "#about"},
{
name: "Services", id: "#features"},
{
name: "Impact", id: "#metrics"},
{
name: "Plans", id: "#pricing"},
{
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ", id: "#faq"},
{
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/25-agriculture-blue-icon-pack-vector-icons-illustration_1142-16613.jpg"
logoAlt="Drip Sys Logo"
brandName="Drip Sys"
bottomLeftText="Agricultural Engineering"
bottomRightText="contact@dripsys.net"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "sparkles-gradient"}}
title="Maximize Your Harvest with Smart Irrigation"
description="Drip Sys provides cutting-edge agricultural engineering solutions, ensuring optimal water management and sustainable growth for your farm. Partner with us for a greener, more productive future."
testimonials={[
{
name: "Ouafae ouafae Ouafae ouafae", handle: "@ouafaeouafae", testimonial: "Professional service and a meticulously organized team, may God bless you. I advise everyone to deal with them because their service is precise and their performance is excellent, delivering the idea perfectly with wonderful advice and guidance that no one else gave me. Thank you from the bottom of my heart.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-gardener-uniform-wearing-gardening-hat-showing-thumbs-up-isolated-purple_141793-86596.jpg", imageAlt: "Ouafae ouafae"},
{
name: "Smail Manar", handle: "@smailmanar", testimonial: "I benefited a lot from the agricultural consultation they provided me. A detailed analysis with advice that they applied to the ground. A wonderful team and the engineer who worked with me was up to the task.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-woman-organic-sustainable-garden-harvesting-produce_23-2151462911.jpg", imageAlt: "Smail Manar"},
{
name: "Ahmed El Mansouri", handle: "@ahmedelmansouri", testimonial: "Drip Sys transformed our farm's productivity. Their customized irrigation plan saved us significant water and increased our yield beyond expectations. Highly recommend their expertise.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-handsome-slavic-gardener-uniform-hat-looking-holding-cucumber-tape-meter-measuring-cucumber-isolated_141793-68965.jpg", imageAlt: "Ahmed El Mansouri"},
{
name: "Fatima Zahra", handle: "@fatimaz", testimonial: "The team at Drip Sys is simply the best. Their prompt service and innovative solutions for our orchard have made a remarkable difference. True professionals!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-caring-plants_23-2148357511.jpg", imageAlt: "Fatima Zahra"},
{
name: "Youssef Bennani", handle: "@youssefbennani", testimonial: "Exceptional service from start to finish. Drip Sys provided comprehensive water analysis and implemented a system that perfectly suits our diverse crops. A game-changer for our family farm.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/very-beautiful-couple-wheat-field_1157-25545.jpg", imageAlt: "Youssef Bennani"},
]}
tag="Agricultural Innovation"
buttons={[
{
text: "Get a Free Consultation", href: "#contact"},
{
text: "Learn More", href: "#about"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiley-middle-age-man-looking-away-cornfield_23-2148233391.jpg", alt: "Ouafae ouafae"},
{
src: "http://img.b2bpic.net/free-photo/smiley-woman-gardening-indoors_23-2148509872.jpg", alt: "Smail Manar"},
{
src: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15936.jpg", alt: "Ahmed El Mansouri"},
{
src: "http://img.b2bpic.net/free-photo/smiling-young-handsome-slavic-gardener-uniform-hat-looking-showing-thumb-up_141793-58106.jpg", alt: "Fatima Zahra"},
{
src: "http://img.b2bpic.net/free-vector/25-agriculture-blue-icon-pack-vector-icons-illustration_1142-16613.jpg", alt: "Youssef Bennani"},
]}
avatarText="Trusted by over 100+ farmers"
imageSrc="http://img.b2bpic.net/free-photo/landscape-with-plane-flying-sky_23-2149553590.jpg"
imageAlt="Modern Drip Irrigation System in a Farm Field"
mediaAnimation="blur-reveal"
marqueeItems={[
{
type: "text-icon", text: "Precision Water Management", icon: Droplet,
},
{
type: "text-icon", text: "Sustainable Farming Solutions", icon: Leaf,
},
{
type: "text-icon", text: "Enhanced Crop Yields", icon: Leaf,
},
{
type: "text-icon", text: "Expert Agricultural Engineering", icon: Cog,
},
{
type: "text-icon", text: "Optimized Resource Use", icon: Target,
},
]}
/>
</div>
<div id="about" data-section="about">
<MetricSplitMediaAbout
useInvertedBackground={true}
title="Driving Agricultural Excellence Through Engineering"
description="Drip Sys is a leading agricultural engineering company committed to empowering farmers with state-of-the-art irrigation solutions. Our team of experts combines scientific analysis with practical field experience to deliver tailored strategies that optimize water usage, enhance crop health, and boost yields. We believe in sustainable practices that benefit both your farm and the environment."
metrics={[
{
value: "10+", title: "Years of Expertise"},
{
value: "500+", title: "Acres Optimized"},
{
value: "95%", title: "Client Satisfaction"},
]}
tag="Our Mission"
imageSrc="http://img.b2bpic.net/free-photo/farmer-examines-field-agronomist-farmer-examines-growth-wheat_1157-39750.jpg"
imageAlt="Agricultural engineer consulting with a farmer"
mediaAnimation="blur-reveal"
metricsAnimation="blur-reveal"
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyThree
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: "f1", title: "Advanced Water Analysis", tags: [
"Precision", "Efficiency"],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-biologist-spraying-potted-flowers-with-nutritional-fertilizes-plant-nursery_637285-1560.jpg", imageAlt: "Water analysis equipment"},
{
id: "f2", title: "Custom Irrigation Design", tags: [
"Tailored", "Optimal"],
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15998.jpg", imageAlt: "Irrigation system blueprint"},
{
id: "f3", title: "Professional Installation", tags: [
"Reliable", "Expert"],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-looking-flower-pot_23-2149128184.jpg", imageAlt: "Installation of drip irrigation system"},
]}
title="Our Comprehensive Agricultural Engineering Services"
description="From detailed water and soil analysis to custom irrigation system design and professional installation, Drip Sys offers end-to-end solutions to elevate your farm's productivity and resource efficiency."
tag="What We Offer"
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardEleven
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={true}
metrics={[
{
id: "m1", value: "30%", title: "Water Savings", description: "Our optimized systems help farmers reduce water consumption by an average of 30% annually.", imageSrc: "http://img.b2bpic.net/free-photo/smart-farming-with-agriculture-iot_53876-124634.jpg", imageAlt: "Water saving icon"},
{
id: "m2", value: "25%", title: "Yield Increase", description: "Clients experience up to a 25% increase in crop yield thanks to precise nutrient and water delivery.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-green-plant_422131-61.jpg", imageAlt: "Crop yield increase graph"},
{
id: "m3", value: "98%", title: "System Uptime", description: "Our robust systems and proactive maintenance ensure near-perfect operational reliability.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-with-basket-full-vegetables_329181-16480.jpg", imageAlt: "Client satisfaction icon"},
]}
title="Measurable Impact on Your Farm"
description="At Drip Sys, we are committed to delivering tangible results. Our data-driven approach translates into significant improvements in water efficiency, crop productivity, and overall farm profitability."
tag="Our Results"
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardOne
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
plans={[
{
id: "basic", badge: "Essential", price: "Contact for Quote", subtitle: "Ideal for small farms & initial assessments", features: [
"Basic Water & Soil Analysis", "Preliminary Irrigation Audit", "Initial Consultation (1 hour)", "Basic System Health Check"],
},
{
id: "pro", badge: "Recommended", price: "Contact for Quote", subtitle: "Perfect for growing farms seeking optimization", features: [
"Comprehensive Water & Soil Analysis", "Custom Drip Irrigation Design", "Detailed Implementation Plan", "On-site Training & Support (2 days)", "Annual System Optimization Report"],
},
{
id: "enterprise", badge: "Premium", price: "Contact for Quote", subtitle: "For large-scale operations & advanced needs", features: [
"Full Spectrum Water & Soil Analysis", "Advanced Smart Irrigation System Integration", "Turnkey Installation & Project Management", "Dedicated On-site Engineer (1 month)", "Priority Maintenance & Support", "Bi-Annual Performance Reviews"],
},
]}
title="Our Flexible Agricultural Solution Plans"
description="Drip Sys offers tailored plans to meet the unique needs of every farm, from small-scale operations to large agricultural enterprises. Let's discuss a solution that drives your success."
tag="Pricing & Plans"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
useInvertedBackground={true}
carouselMode="buttons"
uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105"
testimonials={[
{
id: "t1", name: "Ouafae ouafae Ouafae ouafae", role: "Orchard Owner", company: "Local Farm", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15988.jpg", imageAlt: "Ouafae ouafae"},
{
id: "t2", name: "Smail Manar", role: "Farmer", company: "AgriGrow Co.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-smiley-woman-working-greenhouse_23-2149072130.jpg", imageAlt: "Smail Manar"},
{
id: "t3", name: "Ahmed El Mansouri", role: "Farm Manager", company: "Green Acres", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-away-holding-clipboard_23-2148233483.jpg", imageAlt: "Ahmed El Mansouri"},
{
id: "t4", name: "Fatima Zahra", role: "Vineyard Owner", company: "Vitis Farm", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-female-gardener-holding-cactus-potted-plants_23-2147918510.jpg", imageAlt: "Fatima Zahra"},
{
id: "t5", name: "Youssef Bennani", role: "Agricultural Consultant", company: "Farm Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/family-visiting-farmland_23-2148579717.jpg", imageAlt: "Youssef Bennani"},
]}
title="What Our Valued Clients Say"
description="Our success is built on the satisfaction and achievements of our farming partners. Read their stories about how Drip Sys has transformed their agricultural operations."
tag="Client Success"
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "faq1", title: "What types of farms do you work with?", content: "Drip Sys partners with a diverse range of agricultural operations, including small family farms, large commercial enterprises, orchards, vineyards, and nurseries. Our solutions are scalable and customized to fit your specific crop and land size."},
{
id: "faq2", title: "How does smart irrigation save water?", content: "Smart irrigation systems use sensors and weather data to deliver water precisely when and where it's needed, minimizing evaporation and runoff. This targeted approach significantly reduces water waste compared to traditional methods."},
{
id: "faq3", title: "What is the typical return on investment for your services?", content: "While ROI varies by farm and specific challenges, our clients typically see a rapid return on investment through reduced water and energy costs, increased crop yields, and improved crop quality. We provide detailed projections during consultation."},
{
id: "faq4", title: "Do you offer ongoing maintenance and support?", content: "Yes, Drip Sys offers comprehensive post-installation support and maintenance packages. This ensures your system operates at peak efficiency year-round, with regular check-ups, troubleshooting, and seasonal adjustments."},
{
id: "faq5", title: "How do I get started with Drip Sys?", content: "Getting started is easy! Simply contact us through our website or by phone to schedule a free initial consultation. Our experts will assess your needs and propose the best solutions for your farm."},
]}
title="Frequently Asked Questions"
description="Have questions about agricultural engineering or how Drip Sys can benefit your farm? Find answers to common inquiries below, or reach out to our team for personalized assistance."
tag="Got Questions?"
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "sparkles-gradient"}}
tag="Ready to Grow?"
title="Unlock Your Farm's Full Potential Today"
description="Partner with Drip Sys for innovative agricultural engineering solutions that drive efficiency, sustainability, and profitability. Contact us for a free, no-obligation consultation."
buttons={[
{
text: "Get Your Free Consultation", href: "mailto:contact@dripsys.net"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoSrc="http://img.b2bpic.net/free-vector/25-agriculture-blue-icon-pack-vector-icons-illustration_1142-16613.jpg"
logoAlt="Drip Sys Logo"
logoText="Drip Sys"
leftLink={{
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}