From 715f1ee4813404afc91ff26a85fc4c3107ef23d8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 10:05:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ac906a..e17d746 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -38,6 +39,8 @@ export default function LandingPage() { name: "About", id: "about"}, { name: "Products", id: "products"}, + { + name: "Analytics", id: "analytics"}, { name: "Contact", id: "contact"}, ]} @@ -141,6 +144,20 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file