4 Commits

Author SHA1 Message Date
08ac400c53 Update src/app/page.tsx 2026-04-27 19:45:43 +00:00
6a99fe663a Merge version_2 into main
Merge version_2 into main
2026-04-27 19:40:40 +00:00
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"
@@ -116,12 +116,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ id: "s1", name: "Re-Skims", price: "Standard", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/worker-assembles-suspended-ceiling-with-plasterboard-attaches-plasterboard-metal-frame-ceiling-using-electric-screwdriver_166373-1912.jpg" }, { id: "s1", name: "Smooth, paint-ready walls", price: "Re-Skims", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/worker-assembles-suspended-ceiling-with-plasterboard-attaches-plasterboard-metal-frame-ceiling-using-electric-screwdriver_166373-1912.jpg" },
{ id: "s2", name: "Plasterboard", price: "Custom", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/grey-grungy-wall-texture-background-with-copy-space_23-2148327717.jpg" }, { id: "s2", name: "Flat, level surfaces", price: "Plasterboard", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/grey-grungy-wall-texture-background-with-copy-space_23-2148327717.jpg" },
{ id: "s3", name: "Artex Removal", price: "Expert", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12455.jpg" }, { id: "s3", name: "Clear, modern ceilings", price: "Artex Removal", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12455.jpg" },
{ id: "s4", name: "Patch Repairs", price: "Detail", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/professional-overalls-with-tools-background-repair-site-home-renovation-concept_169016-7323.jpg" }, { id: "s4", name: "Invisible, seamless fixes", price: "Patch Repairs", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/professional-overalls-with-tools-background-repair-site-home-renovation-concept_169016-7323.jpg" },
{ id: "s5", name: "Coving", price: "Refined", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12615.jpg" }, { id: "s5", name: "Elegant, finished borders", price: "Coving", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12615.jpg" },
{ id: "s6", name: "Insurance Work", price: "Trusted", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12878.jpg" }, { id: "s6", name: "Reliable, rapid restoration", price: "Insurance Work", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12878.jpg" },
]} ]}
title="Our Expert Services" title="Our Expert Services"
description="Every finish, every room, always immaculate." description="Every finish, every room, always immaculate."
@@ -180,4 +180,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }