From ce9a78c1b31dea6bb4a2618a6a1cf3599eb02dad Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 05:02:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af9e008..382aa2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,17 +122,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "g1", name: "Project Alpha", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg"}, + id: "g1", name: "Project Alpha", price: "GAF Timberline Installation", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg"}, { - id: "g2", name: "Project Beta", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/window-surface-cargo-warehouse-old-industrial-zone_1339-2603.jpg"}, + id: "g2", name: "Project Beta", price: "GAF Timberline Installation", imageSrc: "http://img.b2bpic.net/free-photo/window-surface-cargo-warehouse-old-industrial-zone_1339-2603.jpg"}, { - id: "g3", name: "Project Gamma", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nature-aerial-view_23-2151912659.jpg"}, + id: "g3", name: "Project Gamma", price: "GAF Timberline Installation", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-nature-aerial-view_23-2151912659.jpg"}, { - id: "g4", name: "Project Delta", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg"}, + id: "g4", name: "Project Delta", price: "GAF Timberline Installation", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-doing-his-job-with-belt_23-2149343658.jpg"}, { - id: "g5", name: "Project Epsilon", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg"}, + id: "g5", name: "Project Epsilon", price: "GAF Timberline Installation", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-helmet-sitting-roof_23-2149343711.jpg"}, { - id: "g6", name: "Project Zeta", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg"}, + id: "g6", name: "Project Zeta", price: "GAF Timberline Installation", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13092.jpg"}, ]} title="Before & After transformations" description="See the quality of our work in NC neighborhoods." -- 2.49.1