From 4b0360f6420c41c5c30a0d60e8f08bba41bbe06b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 12:35:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 142 +++++++++++++++++------------------------------ 1 file changed, 50 insertions(+), 92 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bcaf84b..f5dca8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import Head from "next/head"; export default function LandingPage() { return ( @@ -27,18 +28,25 @@ export default function LandingPage() { secondaryButtonStyle="layered" headingFontWeight="medium" > + + + + + + +