2 Commits

Author SHA1 Message Date
9073e44a67 Update src/app/page.tsx 2026-04-27 19:40:34 +00:00
bf57a0eede Merge version_1 into main
Merge version_1 into main
2026-04-27 19:38:38 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroSplit <HeroSplit
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
title="Premium Plastering. Immaculate Finish. Zero Hassle." 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" }]} 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" imageSrc="http://img.b2bpic.net/free-photo/grey-clean-texture-with-copy-space-background_24837-665.jpg"
imageAlt="Fresh plaster texture" imageAlt="Fresh plaster texture"
@@ -180,4 +180,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }