5 Commits

Author SHA1 Message Date
bbbed482af Merge version_4 into main
Merge version_4 into main
2026-05-19 16:37:07 +00:00
58d085b6de Update src/app/page.tsx 2026-05-19 16:37:04 +00:00
126981a6b6 Update src/app/contact/page.tsx 2026-05-19 16:37:04 +00:00
0fb38824b1 Merge version_3 into main
Merge version_3 into main
2026-05-19 16:27:59 +00:00
46a621e2d0 Merge version_3 into main
Merge version_3 into main
2026-05-19 16:27:32 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ export default function ContactPage() {
<ContactCenter
tag="Get in Touch"
title="Contact Our Team"
description="We're here to help with all your infrastructure and city service needs. Reach out and let's get started."
description="Call us at 0793444411 or email us at info@eagleone.co.ke for all your infrastructure and city service needs. Reach out and let's get started."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>

View File

@@ -2,7 +2,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';