diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ad9572..e20e695 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +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'; +import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table"; export default function LandingPage() { return ( @@ -31,13 +31,12 @@ export default function LandingPage() {