Update src/app/page.tsx

This commit is contained in:
2026-05-02 12:28:28 +00:00
parent 8710f4cd95
commit 8f136bf60f

View File

@@ -139,13 +139,10 @@ export default function WebAgency2Page() {
description="Fill out the form below and we will contact you within 24 hours."
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[]}
>
<div className="mt-8 max-w-lg mx-auto">
<Textarea value={message} onChange={setMessage} placeholder="Tell us about your practice's growth goals..." />
<button className="mt-4 w-full bg-blue-600 text-white py-3 rounded-lg">Submit Inquiry</button>
</div>
</ContactCTA>
buttons={[
{ text: "Submit Inquiry", onClick: () => console.log(message) }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis