From 66b9daf992503dbafb12fa9ba31436a5d1f1ceb3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 15:27:44 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 38 ++++++++++---------------------------- 1 file changed, 10 insertions(+), 28 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 25b760b..a39481a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,21 +26,13 @@ export default function LandingPage() { @@ -50,11 +42,10 @@ export default function LandingPage() { @@ -65,12 +56,7 @@ export default function LandingPage() { title="Our Reach" description="Engineering solutions across borders." names={[ - "US North Division", - "EU West Projects", - "Middle East Sites", - "Asian Infrastructure", - "Global Remote Support", - ]} + "US North Division", "EU West Projects", "Middle East Sites", "Asian Infrastructure", "Global Remote Support"]} /> @@ -78,16 +64,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1