Bob AI: add a new button 'Contact Us' in contact section

This commit is contained in:
2026-02-01 22:41:31 +02:00
parent 70c60d680b
commit 8f35ef38ab

View File

@@ -92,6 +92,9 @@ const ContactForm = ({
{termsText} {termsText}
</p> </p>
</div> </div>
{/* Inserted button element */}
<button className="mt-4 px-4 py-2 bg-blue-500 text-white rounded hover:bg-blue-600">Contact Us</button>
</div> </div>
); );
}; };