diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index bfb5d5c..831a2c2 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -7,21 +7,27 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function PricingPage() { return ( - - - - + + +
+ +
+
); } \ No newline at end of file