diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e6e954..faa1102 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,6 +5,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import TeamCardThree from '@/components/sections/team/TeamCardThree'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import ContactText from '@/components/sections/contact/ContactText'; @@ -122,6 +123,38 @@ export default function LandingPage() { /> +
+ +
+