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