Merge version_3 into main #3
@@ -1,17 +1,11 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Geist, Geist_Mono } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const geist = Geist({
|
||||
variable: "--font-geist-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const geistMono = Geist_Mono({
|
||||
variable: "--font-geist-mono", subsets: ["latin"],
|
||||
});
|
||||
import type { Metadata } from 'next';
|
||||
import { Lenis } from '@/lib/lenis';
|
||||
import './globals.css';
|
||||
|
||||
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({
|
||||
children,
|
||||
@@ -20,8 +14,8 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
{children}
|
||||
<body>
|
||||
<Lenis>{children}</Lenis>
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -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