diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ad33a94..37570bb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function AboutPage() { return ( - + ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b7082ea..e1b5951 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,18 +8,25 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; export default function ContactPage() { return ( - + - +
- +
); diff --git a/src/app/resources/page.tsx b/src/app/resources/page.tsx index 56f2839..8bd48dd 100644 --- a/src/app/resources/page.tsx +++ b/src/app/resources/page.tsx @@ -8,9 +8,11 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function TechnicalResourcesPage() { return ( - + - +

Technical Resources

Access our comprehensive library of technical documentation, installation guides, and performance specifications.

@@ -26,8 +28,11 @@ export default function TechnicalResourcesPage() { ))}
- - + +
); diff --git a/src/app/why-choose-us/page.tsx b/src/app/why-choose-us/page.tsx index c3e5593..c4acc82 100644 --- a/src/app/why-choose-us/page.tsx +++ b/src/app/why-choose-us/page.tsx @@ -8,7 +8,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function WhyChooseUsPage() { return ( - +