From e9f6012757a079180af1e07100a96e92d3cabfbb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:00:12 +0000 Subject: [PATCH] Update src/app/services/flooring/page.tsx --- src/app/services/flooring/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/flooring/page.tsx b/src/app/services/flooring/page.tsx index 46b2170..b80673c 100644 --- a/src/app/services/flooring/page.tsx +++ b/src/app/services/flooring/page.tsx @@ -84,7 +84,7 @@ export default function FlooringServicesPage() { useInvertedBackground={true} features={[ { - id: "01", title: "Quality Materials", description="We use premium flooring materials from trusted suppliers. Hardwood, tile, laminate, and vinyl options available to match any style and budget.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tools-carpentry-table_23-2148643196.jpg", imageAlt: "Quality flooring materials" + id: "01", title: "Quality Materials", description: "We use premium flooring materials from trusted suppliers. Hardwood, tile, laminate, and vinyl options available to match any style and budget.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tools-carpentry-table_23-2148643196.jpg", imageAlt: "Quality flooring materials" }, { id: "02", title: "Expert Installation", description: "Professional installation ensures your flooring lasts for years. Proper subfloor preparation, precise cutting, and perfect finishing are our standard.", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-ladder-balance_23-2149366706.jpg", imageAlt: "Expert flooring installation" -- 2.49.1