diff --git a/src/App.tsx b/src/App.tsx index f3a55d3..f4c30c9 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,9 +5,10 @@ import FeaturesStatisticsCards from '@/components/sections/features/FeaturesStat import FooterBrandReveal from '@/components/sections/footer/FooterBrandReveal'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarCentered from '@/components/ui/NavbarCentered'; -import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; +import PricingPage from '@/components/sections/pricing/PricingPage'; import ProductVariantCards from '@/components/sections/product/ProductVariantCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; +import LegalSection from '@/components/sections/legal/LegalSection'; export default function App() { return ( @@ -141,47 +142,7 @@ export default function App() { /> -
- -
+
+ +