4 Commits

Author SHA1 Message Date
a9a9e8d88f Update src/app/layout.tsx 2026-03-10 08:49:10 +00:00
41ca7e47eb Update src/app/page.tsx 2026-03-10 08:48:17 +00:00
5bf3e027ab Update src/app/layout.tsx 2026-03-10 08:48:17 +00:00
33b1f9704b Merge version_2 into main
Merge version_2 into main
2026-03-10 08:47:00 +00:00
2 changed files with 8 additions and 15 deletions

View File

@@ -1,17 +1,10 @@
import type { Metadata } from "next"; import type { Metadata } from 'next';
import { Geist, Geist_Mono } from "next/font/google"; import './globals.css';
import "./globals.css";
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Wood Flame Moerdijk - Professional General Contracting", description: "Expert general contracting services in Moerdijk. Professional construction solutions with precision craftsmanship and dedicated customer service."}; title: 'Wood Flame Moerdijk - General Contracting',
description: 'Expert general contracting services in Moerdijk. Professional construction solutions with precision craftsmanship.',
};
export default function RootLayout({ export default function RootLayout({
children, children,
@@ -20,7 +13,7 @@ export default function RootLayout({
}) { }) {
return ( return (
<html lang="en"> <html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}> <body>
{children} {children}
<script <script

View File

@@ -102,7 +102,7 @@ export default function LandingPage() {
metrics={[ metrics={[
{ id: "1", icon: Star, title: "Customer Rating", value: "4.1/5★" }, { id: "1", icon: Star, title: "Customer Rating", value: "4.1/5★" },
{ id: "2", icon: Users, title: "Satisfied Clients", value: "10+" }, { 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" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -136,7 +136,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
title="Get Your Free Quote" 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={[ inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }, { name: "email", type: "email", placeholder: "Your Email", required: true },