Update src/app/page.tsx

This commit is contained in:
2026-03-06 05:02:04 +00:00
parent 9e227098b8
commit 7e1b417bf6

View File

@@ -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>
);
}
}