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, 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() {