diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 083c024..3a7f3f4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,17 +7,24 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function AboutPage() { return ( - - + +

About Autosphere Company

We are the leader in automotive innovation.

- - +
+ +
+
); } \ No newline at end of file diff --git a/src/app/company-info/page.tsx b/src/app/company-info/page.tsx index 2c0f3b4..add2a15 100644 --- a/src/app/company-info/page.tsx +++ b/src/app/company-info/page.tsx @@ -7,17 +7,24 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function CompanyInfoPage() { return ( - - + +

Company Information

Dedicated to excellence and innovation at Autosphere Company.

- - +
+ +
+
); } \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bac7d54..99ed3b4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,15 +7,22 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function ContactPage() { return ( - - + +
- +
+ +
- +
); } \ No newline at end of file diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 407e895..bbcd3ac 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -7,17 +7,24 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function ServicesPage() { return ( - - + +

Our Services

High-quality automotive solutions tailored for you.

- - +
+ +
+
); } \ No newline at end of file