diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e8b410..3d84ee1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -7,6 +7,7 @@ import SplitAboutMetric from '@/components/sections/about/SplitAboutMetric'; import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; +import SplitAboutMetrics from '@/components/sections/about/SplitAboutMetrics'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function LandingPage() { @@ -204,6 +205,32 @@ export default function LandingPage() { /> +