From 6a39605e284793fd62ed87d5902a8f75fe7c5f81 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 21:27:12 +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 a2bd44b..dc59ba3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,17 +109,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Shopping Center Lot", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-stairs_23-2149432952.jpg"}, + id: "p1", name: "Shopping Center Lot", price: "", imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture-with-stairs_23-2149432952.jpg"}, { - id: "p2", name: "Warehouse Driveway", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-happy-male-electrician-showing-thumb-up-workplace_23-2148087637.jpg"}, + id: "p2", name: "Warehouse Driveway", price: "", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-happy-male-electrician-showing-thumb-up-workplace_23-2148087637.jpg"}, { - id: "p3", name: "Municipal Park", price: "Completed", imageSrc: "http://img.b2bpic.net/free-vector/steamroller-with-smoke-wheels-white-background_1284-38794.jpg"}, + id: "p3", name: "Municipal Park", price: "", imageSrc: "http://img.b2bpic.net/free-vector/steamroller-with-smoke-wheels-white-background_1284-38794.jpg"}, { - id: "p4", name: "HOA Streets", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/social-distance-concept-outdoor_23-2148768466.jpg"}, + id: "p4", name: "HOA Streets", price: "", imageSrc: "http://img.b2bpic.net/free-photo/social-distance-concept-outdoor_23-2148768466.jpg"}, { - id: "p5", name: "Retail Park", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-protective-equipment-high-angle_23-2149714275.jpg"}, + id: "p5", name: "Retail Park", price: "", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-protective-equipment-high-angle_23-2149714275.jpg"}, { - id: "p6", name: "Office Complex", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-with-pallet-truck_627829-11411.jpg"}, + id: "p6", name: "Office Complex", price: "", imageSrc: "http://img.b2bpic.net/free-photo/brutal-beard-worker-man-suit-construction-worker-safety-orange-helmet-with-pallet-truck_627829-11411.jpg"}, ]} title="Featured Projects" description="Real examples of our commercial paving work across Fort Lauderdale." -- 2.49.1