From 0f65bac374c5bee351dda2dba77555879a751987 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 10:36:24 +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 a445aed..661ac8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { Award, CheckCircle, Clock, Cloud, Code, Github, LayoutDashboard, Linkedin, Palette } from "lucide-react"; @@ -34,6 +35,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Projects", id: "projects" }, + { name: "Pricing", id: "pricing" }, { name: "Contact", id: "contact" }, ]} brandName="Brian Mokwena Studio" @@ -107,6 +109,21 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file