diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cf0cf6e..3b9dd7e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,16 +8,22 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function AboutPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0aaa945..780985f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,16 +8,22 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function ContactPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 6fef633..ac7820c 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -8,18 +8,24 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function FAQPage() { return ( - + - - - + +
+ +
+
);