Update src/app/page.tsx

This commit is contained in:
2026-04-27 19:40:34 +00:00
parent bf57a0eede
commit 9073e44a67

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroSplit
background={{ variant: "radial-gradient" }}
title="Premium Plastering. Immaculate Finish. Zero Hassle."
description="A father-and-son team delivering flawless plastering with unmatched professionalism across York."
description="A father-and-son team delivering flawless plastering with unmatched professionalism. Serving York & Surrounding Areas."
buttons={[{ text: "Get Your Free Quote", href: "#contact" }, { text: "View Our Work", href: "#projects" }]}
imageSrc="http://img.b2bpic.net/free-photo/grey-clean-texture-with-copy-space-background_24837-665.jpg"
imageAlt="Fresh plaster texture"
@@ -180,4 +180,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}