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