From fd2b89c25ac5752d1ca796bf656a406b961e4699 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 10:06:30 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 83 +++++++--------------------------------- 1 file changed, 13 insertions(+), 70 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cf9fc22..b33c0c7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function ContactPage() { return (
@@ -72,24 +53,8 @@ export default function LandingPage() { title="Why Work With Us?" description="Let's build your future together." metrics={[ - { - id: "c1", - value: "10+", - title: "Years Experience", - items: [ - "Innovation", - "Strategy", - ], - }, - { - id: "c2", - value: "24/7", - title: "Active Support", - items: [ - "Always on", - "Responsive", - ], - }, + { id: "c1", value: "10+", title: "Years Experience", items: ["Innovation", "Strategy"] }, + { id: "c2", value: "24/7", title: "Active Support", items: ["Always on", "Responsive"] }, ]} /> @@ -97,30 +62,8 @@ export default function LandingPage() {