diff --git a/src/app/page.tsx b/src/app/page.tsx index 41f2829..d09ec4f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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."