diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ed661b9..baa80ac 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,32 +8,38 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function AboutPage() { return ( - + - -
+ +
+
+ - ); diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a25fe8b..152a76d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,27 +8,36 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function ContactPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/impact/page.tsx b/src/app/impact/page.tsx index 087d0a9..e5b7cab 100644 --- a/src/app/impact/page.tsx +++ b/src/app/impact/page.tsx @@ -9,32 +9,41 @@ import { TrendingUp, CheckCircle, Award } from "lucide-react"; export default function ImpactPage() { return ( - + - - - + +
+ +
+
); diff --git a/src/app/solutions/page.tsx b/src/app/solutions/page.tsx index 0eb33a6..a98f082 100644 --- a/src/app/solutions/page.tsx +++ b/src/app/solutions/page.tsx @@ -9,18 +9,21 @@ import { Zap, Shield, Globe } from "lucide-react"; export default function SolutionsPage() { return ( - + - -
+ +
- + );