Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ec54303b6 | |||
| 08ac400c53 | |||
| 6a99fe663a | |||
| 9073e44a67 | |||
| bf57a0eede |
@@ -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"
|
||||
@@ -116,12 +116,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
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: "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: "s3", name: "Artex Removal", price: "Expert", 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: "s5", name: "Coving", price: "Refined", 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: "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: "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: "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: "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: "Elegant, finished borders", price: "Coving", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-12615.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"
|
||||
description="Every finish, every room, always immaculate."
|
||||
@@ -180,4 +180,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user