Update src/app/page.tsx

This commit is contained in:
2026-03-10 08:48:17 +00:00
parent 5bf3e027ab
commit 41ca7e47eb

View File

@@ -102,7 +102,7 @@ export default function LandingPage() {
metrics={[
{ id: "1", icon: Star, title: "Customer Rating", value: "4.1/5★" },
{ id: "2", icon: Users, title: "Satisfied Clients", value: "10+" },
{ id: "3", icon: CheckCircle, title: "Projects Completed", value: "15+" },
{ id: "3", icon: CheckCircle, title: "Years Active", value: "Established" },
]}
animationType="slide-up"
textboxLayout="default"
@@ -136,7 +136,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Get Your Free Quote"
description="Contact Wood Flame Moerdijk B.V. today for professional contracting services. Fill out the form below or call us directly at 0168 382 110."
description="100% Free Consultation No Obligation Quote. Contact Wood Flame Moerdijk B.V. today for professional contracting services. Fill out the form below or call us directly at 0168 382 110."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },