diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4849c13..31ac07b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,21 +8,28 @@ import FooterCard from '@/components/sections/footer/FooterCard'; export default function ContactPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 4313bef..cadd1d5 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -8,24 +8,30 @@ import FooterCard from '@/components/sections/footer/FooterCard'; export default function PricingPage() { return ( - + - - - + +
+ +
+
);