5 Commits

Author SHA1 Message Date
3fcb3968de Update src/app/products/page.tsx 2026-04-22 03:04:39 +00:00
1e9fa5e3ae Update src/app/page.tsx 2026-04-22 03:04:39 +00:00
f99229cfea Update src/app/page.tsx 2026-04-22 03:04:12 +00:00
2431307a6c Merge version_2 into main
Merge version_2 into main
2026-04-21 15:08:11 +00:00
d717574dd7 Merge version_2 into main
Merge version_2 into main
2026-04-21 15:07:41 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ export default function LandingPage() {
{ name: "Calculator", id: "calculator" }, { name: "Calculator", id: "calculator" },
{ name: "Visualizer", id: "visualizer" }, { name: "Visualizer", id: "visualizer" },
{ name: "Pricing", id: "pricing" }, { name: "Pricing", id: "pricing" },
{ name: "Products", id: "products" }, { name: "Products", id: "/products" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="SMART BUILD" brandName="SMART BUILD"
@@ -63,7 +63,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ 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: "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" title="The Future of Construction"
description="Everything you need to plan, track, and build." description="Everything you need to plan, track, and build."

View File

@@ -45,7 +45,7 @@ export default function ProductsPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ 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: "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" }
]} ]}
/> />
</div> </div>