From 43d0cffa49e70984fc63edb938c60882eb606907 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 04:34:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45bc4cc..1257d28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -240,7 +240,6 @@ export default function LandingPage() { useInvertedBackground={false} title="Connect With Our Dedicated Team" description="Whether you have a question, need support, or want to provide feedback, our team is here to listen and assist. Fill out the form below, and we'll get back to you as soon as possible." - tag="Reach Out" inputs={[ { name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "email", type: "email", placeholder: "Your Email", required: true },