From 95ce3a4ec455fe8a4448e050819991e79a42fa04 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 12:48:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1c4358..9cf7a8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Facebook, Linkedin, Twitter } from "lucide-react"; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; export default function LandingPage() { return ( @@ -37,6 +38,8 @@ export default function LandingPage() { name: "About", id: "about"}, { name: "Features", id: "features"}, + { + name: "Pricing", id: "pricing"}, { name: "Testimonials", id: "testimonials"}, { @@ -155,6 +158,36 @@ export default function LandingPage() { /> +
+ +
+