diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 981ef75..ec7aee4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -56,14 +42,8 @@ export default function LandingPage() { title="Let's Connect" description="Ready to scale your digital presence?" metrics={[ - { - value: "24/7", - title: "Support", - }, - { - value: "Worldwide", - title: "Coverage", - }, + { value: "24/7", title: "Support" }, + { value: "Worldwide", title: "Coverage" }, ]} imageSrc="http://img.b2bpic.net/free-photo/future-visions-business-technology-concept_23-2151893438.jpg" mediaAnimation="slide-up" @@ -77,27 +57,15 @@ export default function LandingPage() { useInvertedBackground={false} title="Contact Channels" description="Reach us via our official partners." - names={[ - "Email", - "Slack", - "Discord", - "LinkedIn", - "GitHub", - ]} + names={["Email", "Slack", "Discord", "LinkedIn", "GitHub"]} />