From 49cd0faa5a09442282bea40b3a401dd0cbc66dab Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 05:26:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 47 ++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 42 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7fd502d..e6241b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; export default function LandingPage() { @@ -36,6 +37,8 @@ export default function LandingPage() { name: "Why Us", id: "#why-us"}, { name: "Services", id: "#services"}, + { + name: "Pricing", id: "#pricing"}, { name: "Metrics", id: "#metrics"}, { @@ -150,6 +153,38 @@ export default function LandingPage() { /> +
+ +
+