From a9402cff6499eed490eb642da9802d964793d2b6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 18:21:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed6b730..e432094 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: 1, title: "Porch Renovation", description: "Transform your entryway or deck space with custom carpentry.", imageSrc: "http://img.b2bpic.net/free-photo/female-workshop-brushing-dust-from-wood-planks_23-2148836052.jpg", imageAlt: "Porch renovation" }, - { id: 2, title: "Roofing", description: "Professional roofing services to keep your home protected and sound.", imageSrc: "http://img.b2bpic.net/free-photo/railroad-worker-checking-space-shipping-cargo-container_342744-764.jpg", imageAlt: "Roofing" }, - { id: 3, title: "Decking", description: "High-quality deck builds and maintenance for the perfect backyard.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-man-using-tape-measure_23-2148748801.jpg", imageAlt: "Decking" }, - { id: 4, title: "Steps & Handrails", description: "Durable stairs and handrails that blend safety with aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-his-workshop_23-2148640320.jpg", imageAlt: "Handrails" }, - { id: 5, title: "General Carpentry", description: "General woodworking and repairs for any part of your residential property.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-man-with-suitcase-checking-rented-apartment-waving-hand-camera-walking-with-luggage-indoors_1258-314216.jpg", imageAlt: "Carpentry" } + { id: 1, title: "Porch Renovation", description: "Transform your entryway or deck space with custom carpentry.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASR9pQ24pGz9W332eJdYQgmIkY/uploaded-1774635519948-rvqrslb1.png", imageAlt: "Porch renovation" }, + { id: 2, title: "Roofing", description: "Professional roofing services to keep your home protected and sound.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASR9pQ24pGz9W332eJdYQgmIkY/uploaded-1774635254686-ezqu5otg.jpg", imageAlt: "Roofing" }, + { id: 3, title: "Decking", description: "High-quality deck builds and maintenance for the perfect backyard.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASR9pQ24pGz9W332eJdYQgmIkY/uploaded-1774635263311-t792ul3p.jpg", imageAlt: "Decking" }, + { id: 4, title: "Steps & Handrails", description: "Durable stairs and handrails that blend safety with aesthetic appeal.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASR9pQ24pGz9W332eJdYQgmIkY/uploaded-1774635693038-rkkk2mnl.png", imageAlt: "Handrails" }, + { id: 5, title: "General Carpentry", description: "General woodworking and repairs for any part of your residential property.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASR9pQ24pGz9W332eJdYQgmIkY/uploaded-1774635607407-8r260f3f.png", imageAlt: "Carpentry" } ]} /> -- 2.49.1