From e16aa92e4ab83e92415b73819e54582fbb334ffa Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:00:26 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 89 +++++++--------------------------------- 1 file changed, 15 insertions(+), 74 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 60da707..58ac27d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import { Award, Coffee, Star } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return (
@@ -97,40 +66,12 @@ export default function LandingPage() {
); -} +} \ No newline at end of file