diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2f5f0fe..9ebe400 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,27 +8,35 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function AboutPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 5175056..25a4d4b 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -8,33 +8,42 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function PricingPage() { return ( - + - - - + +
+ +
+
);