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 },