Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d722aadf66 | |||
| 5cfdf06107 | |||
| 3240f28ef7 | |||
| 28476ab105 | |||
| 85b56962c9 | |||
| 63a99f5143 |
@@ -1,48 +1,23 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Halant } from "next/font/google";
|
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import { Open_Sans } from "next/font/google";
|
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import "./styles/variables.css";
|
||||||
import Tag from "@/tag/Tag";
|
import "./styles/base.css";
|
||||||
|
|
||||||
const halant = Halant({
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
variable: "--font-halant", subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const inter = Inter({
|
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
const openSans = Open_Sans({
|
|
||||||
variable: "--font-open-sans", subsets: ["latin"],
|
|
||||||
});
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Professional Plastering & Rendering Services | ProPlaster", description: "Expert local plastering company specializing in ceiling repairs, rendering, damp treatment, and popcorn removal. Clean, tidy work guaranteed. Free quote within 24 hours.", keywords: "plasterer near me, plastering services, ceiling repair, popcorn ceiling removal, rendering specialist, damp treatment, local plastering, professional plasterer", robots: {
|
title: "MOM Plastering LTD | Professional Plastering & Rendering Services", description: "Expert local plasterers delivering flawless finishes. Ceiling repairs, rendering, damp treatment, and more. Clean, reliable, insured service."};
|
||||||
index: true,
|
|
||||||
follow: true,
|
|
||||||
},
|
|
||||||
openGraph: {
|
|
||||||
title: "Professional Plastering & Rendering Done Right", description: "Trusted local plasterers delivering flawless finishes. Ceiling repairs, rendering, damp treatment & more. Clean, reliable service.", url: "https://proplaster.local", siteName: "ProPlaster", type: "website"},
|
|
||||||
twitter: {
|
|
||||||
card: "summary_large_image", title: "Professional Plastering Services | ProPlaster", description: "Expert local plasterers. Ceiling repairs, rendering, damp treatment. Free quotes. Zero mess guaranteed."},
|
|
||||||
};
|
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
}: Readonly<{
|
}: {
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}>) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en">
|
||||||
<ServiceWrapper>
|
<body className={inter.className}>
|
||||||
<body
|
{children}
|
||||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
|
||||||
>
|
|
||||||
<Tag />
|
|
||||||
{children}
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
@@ -1411,7 +1386,6 @@ export default function RootLayout({
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</body>
|
</body>
|
||||||
</ServiceWrapper>
|
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
brandName="ProPlaster"
|
brandName="MOM Plastering LTD"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "📞 Call Now", href: "tel:+441234567890" },
|
{ text: "📞 Call Now", href: "tel:07836504370" },
|
||||||
{ text: "📝 Get a Free Quote", href: "#contact" }
|
{ text: "📝 Get a Free Quote", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="trust" data-section="trust">
|
<div id="trust" data-section="trust">
|
||||||
<MetricCardFourteen
|
<MetricCardFourteen
|
||||||
title="Why Homeowners Trust ProPlaster for Professional Results"
|
title="Why Homeowners Trust MOM Plastering LTD for Professional Results"
|
||||||
tag="Our Guarantee"
|
tag="Our Guarantee"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
@@ -104,7 +104,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="why-us" data-section="why-us">
|
<div id="why-us" data-section="why-us">
|
||||||
<SplitAbout
|
<SplitAbout
|
||||||
title="Why Choose ProPlaster?"
|
title="Why Choose MOM Plastering LTD?"
|
||||||
description="We're more than just skilled plasterers. We're committed to delivering exceptional results while respecting your home and family."
|
description="We're more than just skilled plasterers. We're committed to delivering exceptional results while respecting your home and family."
|
||||||
tag="Our Commitment"
|
tag="Our Commitment"
|
||||||
tagIcon={Shield}
|
tagIcon={Shield}
|
||||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
ariaLabel="Why choose ProPlaster for your plastering needs"
|
ariaLabel="Why choose MOM Plastering LTD for your plastering needs"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -233,8 +233,8 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{ label: "📞 Call Us", href: "tel:+441234567890" },
|
{ label: "📞 Call Us", href: "tel:07836504370" },
|
||||||
{ label: "📧 Email", href: "mailto:hello@proplaster.com" },
|
{ label: "📧 Email", href: "mailto:hello@momplastering.com" },
|
||||||
{ label: "Get a Quote", href: "#contact" },
|
{ label: "Get a Quote", href: "#contact" },
|
||||||
{ label: "Service Area", href: "#" }
|
{ label: "Service Area", href: "#" }
|
||||||
]
|
]
|
||||||
@@ -247,7 +247,7 @@ export default function LandingPage() {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2025 ProPlaster. All rights reserved. Fully Insured & Professional."
|
bottomLeftText="© 2025 MOM Plastering LTD. All rights reserved. Fully Insured & Professional."
|
||||||
bottomRightText="Professional Plastering & Rendering Services"
|
bottomRightText="Professional Plastering & Rendering Services"
|
||||||
ariaLabel="Site footer with navigation and contact information"
|
ariaLabel="Site footer with navigation and contact information"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user