diff --git a/src/app/page.tsx b/src/app/page.tsx
index 79a4d69..95083c1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,26 +30,12 @@ export default function LandingPage() {
@@ -58,94 +44,15 @@ export default function LandingPage() {
@@ -155,30 +62,8 @@ export default function LandingPage() {
textboxLayout="split"
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: "f3",
- title: "Cost Intelligence",
- descriptions: [
- "Automated estimation including labor and local licenses.",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-483.jpg",
- },
+ { 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" }
]}
title="The Future of Construction"
description="Everything you need to plan, track, and build."
@@ -191,33 +76,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "98%",
- title: "Accuracy Rate",
- items: [
- "Material estimates",
- "Waste reduction",
- ],
- },
- {
- id: "m2",
- value: "30%",
- title: "Cost Savings",
- items: [
- "Hidden cost tracking",
- "Supplier optimization",
- ],
- },
- {
- id: "m3",
- value: "24/7",
- title: "Uptime",
- items: [
- "Cloud calculations",
- "Global access",
- ],
- },
+ { id: "m1", value: "98%", title: "Accuracy Rate", items: ["Material estimates", "Waste reduction"] }
]}
title="Precision Metrics"
description="Calculations that matter."
@@ -230,41 +89,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Builder A",
- role: "Pro",
- testimonial: "Incredible accuracy.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065019.jpg",
- },
- {
- id: "t2",
- name: "Builder B",
- role: "Enterprise",
- testimonial: "Changed my business.",
- imageSrc: "http://img.b2bpic.net/free-photo/male-worker-construction-wearing-protection-gear_23-2148784062.jpg",
- },
- {
- id: "t3",
- name: "Builder C",
- role: "Pro",
- testimonial: "Very intuitive UI.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-helmet-crossed-arms_23-2148269265.jpg",
- },
- {
- id: "t4",
- name: "Builder D",
- role: "Enterprise",
- testimonial: "Fast results.",
- imageSrc: "http://img.b2bpic.net/free-photo/architect-posing-office_23-2148242966.jpg",
- },
- {
- id: "t5",
- name: "Builder E",
- role: "Pro",
- testimonial: "Amazing visualizer.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-equipment_23-2149366625.jpg",
- },
+ { id: "t1", name: "Builder A", role: "Pro", testimonial: "Incredible accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065019.jpg" }
]}
title="User Experience"
description="Trusted by top-tier builders."
@@ -277,56 +102,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "free",
- title: "Free",
- price: "$0",
- period: "/mo",
- features: [
- "Basic Calculator",
- "1 Project Slot",
- ],
- button: {
- text: "Start Now",
- href: "#",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-desk_23-2150440972.jpg",
- imageAlt: "High angle measuring tools on desk",
- },
- {
- id: "pro",
- title: "Pro",
- price: "$99",
- period: "/mo",
- features: [
- "AI Engine",
- "Unlimited Projects",
- "Priority Support",
- ],
- button: {
- text: "Get Pro",
- href: "#",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/technician-using-laptop-monitor-solar-panel-factory-assembly-lines-close-up_482257-117805.jpg?_wi=2",
- imageAlt: "High angle measuring tools on desk",
- },
- {
- id: "ent",
- title: "Enterprise",
- price: "Custom",
- period: "",
- features: [
- "Team Management",
- "API Access",
- "Dedicated Consultant",
- ],
- button: {
- text: "Contact Us",
- href: "#",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-measuring-tools-still-life_23-2150440932.jpg?_wi=2",
- imageAlt: "High angle measuring tools on desk",
- },
+ { 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: "#" } }
]}
title="Subscription Plans"
description="Tailored for your business scale."
@@ -338,40 +115,21 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "How is AI accuracy measured?",
- content: "Our neural networks compare estimates against final material costs on 10,000+ completed builds.",
- },
- {
- id: "q2",
- title: "Do you provide API access?",
- content: "Enterprise plans include full REST and WebSocket API access for platform integrations.",
- },
- {
- id: "q3",
- title: "Can I use it without subscription?",
- content: "The Free plan is available for personal projects with limited features.",
- },
+ { id: "q1", title: "How is AI accuracy measured?", content: "Our neural networks compare estimates against final material costs on 10,000+ completed builds." }
]}
title="FAQ"
description="Common questions."
faqsAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/empty-building_1127-2049.jpg?_wi=1"
- mediaAnimation="slide-up"
/>