|
|
|
|
@@ -34,7 +34,7 @@ export default function LandingPage() {
|
|
|
|
|
{ name: "Calculator", id: "calculator" },
|
|
|
|
|
{ name: "Visualizer", id: "visualizer" },
|
|
|
|
|
{ name: "Pricing", id: "pricing" },
|
|
|
|
|
{ name: "Products", id: "products" },
|
|
|
|
|
{ name: "Products", id: "/products" },
|
|
|
|
|
{ name: "Contact", id: "contact" },
|
|
|
|
|
]}
|
|
|
|
|
brandName="SMART BUILD"
|
|
|
|
|
@@ -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."
|
|
|
|
|
@@ -98,12 +98,13 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
|
|
|
<PricingCardNine
|
|
|
|
|
tag="Best Value"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
plans={[
|
|
|
|
|
{ id: "free", title: "Free", price: "$0", period: "/mo", features: ["Basic Calculator", "1 Project Slot"], button: { text: "Start Now", href: "#" } },
|
|
|
|
|
{ id: "pro", title: "Pro", price: "$99", period: "/mo", features: ["AI Engine", "Unlimited Projects"], button: { text: "Get Pro", href: "#" } }
|
|
|
|
|
{ id: "pro", title: "Pro", price: "$99", period: "/mo", features: ["Full AI Material Engine", "Unlimited Project Slots", "Priority Support", "Cloud Storage"], button: { text: "Upgrade to Pro", href: "#" } }
|
|
|
|
|
]}
|
|
|
|
|
title="Subscription Plans"
|
|
|
|
|
description="Tailored for your business scale."
|
|
|
|
|
@@ -146,4 +147,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|