Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-04 17:20:24 +00:00
2 changed files with 11 additions and 39 deletions

View File

@@ -1,51 +1,24 @@
import type { Metadata } from "next";
import { Public_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "./styles/variables.css";
import "./styles/base.css";
const publicSans = Public_Sans({
variable: "--font-public-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Verdentix | Agricultural Biotechnology Solutions", description: "Transform your farm with Verdentix biotechnology solutions. AI-powered monitoring, genomic editing, and blockchain traceability for sustainable agriculture.", keywords: "agricultural biotechnology, sustainable farming, CRISPR, precision agriculture, crop yield, AI monitoring, biotech solutions", metadataBase: new URL("https://verdentix.com"),
alternates: {
canonical: "https://verdentix.com"},
openGraph: {
title: "Verdentix | Revolutionizing Agriculture with Biotechnology", description: "Unlock the full potential of your farms with cutting-edge biotechnology solutions.", url: "https://verdentix.com", siteName: "Verdentix", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-sweeping-aerial-view-of-a-vast-verdant-1772644133396-f46872be.png", alt: "A sweeping aerial view of a vast, verdant agricultural field with rows of healthy green crops. Golde"},
],
},
twitter: {
card: "summary_large_image", title: "Verdentix | Agricultural Biotechnology Solutions", description: "Transform your farm with AI-powered monitoring, genomic editing, and blockchain traceability.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUNr9CUwPWOpcdPyKt1Fh5GeqC/a-sweeping-aerial-view-of-a-vast-verdant-1772644133396-f46872be.png"],
},
robots: {
index: true,
follow: true,
},
};
title: "Verdentix - Sustainable Biotechnology Solutions", description: "Revolutionary biotechnology solutions for sustainable agriculture"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${publicSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1413,7 +1386,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -56,7 +56,7 @@ export default function VerdentixLanding() {
buttonAnimation="blur-reveal"
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/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" }