From f22666dedc2b14f11a10a21c5344c75c5ca74584 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:23:37 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 92da0d3..d1e98f1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, -- 2.49.1 From 28c6052103becfeafd28cf8310f459ebae1465af Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:23:38 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef84b60..d62d311 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
-
-- 2.49.1