From 1e9fa5e3aeffc108287d064946a5b11558aea138 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 03:04:39 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d0c88ce..ddf9240 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { id: "f1", title: "AI Material Engine", descriptions: ["98% accurate material calculations powered by neural networks."], imageSrc: "http://img.b2bpic.net/free-photo/top-view-measuring-tools-still-life_23-2150440932.jpg?_wi=1" }, - { id: "f2", title: "3D Web Visualizer", descriptions: ["Real-time 3D rendering for structural planning."], imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-enlarging-plan-tablet_23-2147831923.jpg" } + { id: "f2", title: "3D Web Visualizer", descriptions: ["Real-time 3D rendering for structural planning."], imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-enlarging-plan-tablet_23-2147831923.jpg?_wi=1" } ]} title="The Future of Construction" description="Everything you need to plan, track, and build." -- 2.49.1 From 3fcb3968de5f0f94ccfb1b0267f0f62d97030dea Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 03:04:39 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index ba32da0..7e72e90 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -45,7 +45,7 @@ export default function ProductsPage() { useInvertedBackground={false} products={[ { id: "p1", name: "Smart Estimator Pro", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/top-view-measuring-tools-still-life_23-2150440932.jpg" }, - { id: "p2", name: "3D Modeler Suite", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-enlarging-plan-tablet_23-2147831923.jpg" } + { id: "p2", name: "3D Modeler Suite", price: "$899", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-enlarging-plan-tablet_23-2147831923.jpg?_wi=2" } ]} /> -- 2.49.1