Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 17:23:42 +00:00
2 changed files with 21 additions and 15 deletions

View File

@@ -7,7 +7,8 @@ import "./styles/base.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Verdentix - Sustainable Biotechnology Solutions", description: "Revolutionary biotechnology solutions for sustainable agriculture"};
title: "Verdentix - Sustainable Biotechnology Solutions", description: "Revolutionary biotechnology solutions for sustainable agriculture"
};
export default function RootLayout({
children,

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import AboutMetric from '@/components/sections/about/AboutMetric';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -43,7 +43,7 @@ export default function VerdentixLanding() {
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
<HeroBillboardTestimonial
tag="Sustainable Biotechnology"
tagIcon={Leaf}
tagAnimation="slide-up"
@@ -55,19 +55,24 @@ export default function VerdentixLanding() {
]}
buttonAnimation="blur-reveal"
background={{ variant: "plain" }}
leftCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/uploaded-1772644763234-vk1eq49r.png", imageAlt: "Farm field landscape" },
{ 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-vibrant-market-scene-showing-freshly-h-1772644134272-2d60ec83.png", imageAlt: "Fresh harvest from biotech crops" }
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/uploaded-1772644763234-vk1eq49r.png"
imageAlt="Farm field landscape"
mediaAnimation="opacity"
testimonials={[
{
name: "Michael Thompson", handle: "Farm Owner, California", testimonial: "Verdentix has transformed our farm operations. We've seen an 80% increase in yield while reducing water usage significantly.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/portrait-of-a-confident-experienced-farm-1772644132647-bfffb260.png"
},
{
name: "Dr. Sarah Chen", handle: "Agricultural Scientist", testimonial: "The biotechnology solutions are incredibly sophisticated yet practical. Our research team recommends Verdentix to all our partner farms.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-female-agricultural-scientist-or-farm--1772644134022-a8efca0e.png"
},
{
name: "Robert Santos", handle: "Sustainable Farming Pioneer", testimonial: "The sustainability impact is remarkable. We've reduced our carbon footprint by 45% in just one growing season.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/portrait-of-a-seasoned-farmer-with-warm--1772644134099-fa1bb835.png"
}
]}
rightCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/an-advanced-laboratory-setting-with-scie-1772644134216-0c7231ad.png", imageAlt: "Laboratory biotech research" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-panoramic-view-of-multiple-farms-using-1772644133164-d7818937.png", imageAlt: "Sustainable farming landscape" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-close-up-of-hands-holding-vibrant-heal-1772644132436-64cedcb0.png", imageAlt: "Fertile soil and growth" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-sweeping-aerial-view-of-a-vast-verdant-1772644133396-f46872be.png", imageAlt: "Expansive agricultural field" }
]}
carouselPosition="right"
testimonialRotationInterval={5000}
ariaLabel="Hero section showcasing Verdentix biotechnology solutions"
/>
</div>