Update src/app/page.tsx
This commit is contained in:
@@ -232,7 +232,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Ready to Add Warmth and Comfort to Your Home?"
|
||||
description="Contact Rob's Country Hearth & Home today for a free estimate, expert advice, or professional repair service. We're here to help you find the perfect fireplace solution."
|
||||
description="Fill out the form below or call (425) 204-0484 for immediate assistance. We'll respond within 24 hours with your free estimate and expert recommendations."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||
@@ -286,4 +286,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user