From a8158bfbaf8423fed736368705407032a431fc70 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:53:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a078a9e..4c1a112 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; export default function LandingPage() { return ( @@ -32,6 +33,8 @@ export default function LandingPage() { name: "Home", id: "hero"}, { name: "Features", id: "features"}, + { + name: "Disciplines", id: "disciplines"}, { name: "Pricing", id: "pricing"}, ]} @@ -111,6 +114,27 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1