Update src/app/page.tsx
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user