diff --git a/src/app/page.tsx b/src/app/page.tsx index b79191f..5c9bc37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import LegalSection from '@/components/legal/LegalSection'; export default function LandingPage() { return ( @@ -30,18 +31,13 @@ export default function LandingPage() {