diff --git a/src/app/page.tsx b/src/app/page.tsx
index dec2983..42c29ae 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -54,35 +42,15 @@ export default function LandingPage() {
@@ -95,18 +63,9 @@ export default function LandingPage() {
title="Visualize Before You Build"
description="RenovatePro empowers engineers and home designers to digitize spaces with unparalleled precision. Use our advanced modeling tools to test structural changes in a virtual environment, minimizing risk and maximizing project success."
bulletPoints={[
- {
- title: "Digital Accuracy",
- description: "High-precision measurement integration for every wall and corner.",
- },
- {
- title: "Risk-Free Planning",
- description: "Test layouts virtually to ensure structural integrity and aesthetic fit.",
- },
- {
- title: "Professional Workflow",
- description: "Seamlessly export data to CAD tools for efficient drafting and project hand-off.",
- },
+ { title: "Digital Accuracy", description: "High-precision measurement integration for every wall and corner." },
+ { title: "Risk-Free Planning", description: "Test layouts virtually to ensure structural integrity and aesthetic fit." },
+ { title: "Professional Workflow", description: "Seamlessly export data to CAD tools for efficient drafting and project hand-off." },
]}
imageSrc="http://img.b2bpic.net/free-photo/work-manager-man-looking-tablet-architecture-office_482257-10517.jpg"
mediaAnimation="slide-up"
@@ -119,21 +78,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- icon: Scan,
- title: "Exact Measurements",
- description: "Automated precision mapping for all standard and non-standard home dimensions.",
- },
- {
- icon: Compass,
- title: "Structural Visualization",
- description: "Real-time 3D feedback on all load-bearing and partition modifications.",
- },
- {
- icon: Cloud,
- title: "Secure Cloud Storage",
- description: "Keep all your measurement logs and project history safe in the cloud.",
- },
+ { icon: Scan, title: "Exact Measurements", description: "Automated precision mapping for all standard and non-standard home dimensions." },
+ { icon: Compass, title: "Structural Visualization", description: "Real-time 3D feedback on all load-bearing and partition modifications." },
+ { icon: Cloud, title: "Secure Cloud Storage", description: "Keep all your measurement logs and project history safe in the cloud." },
]}
title="Advanced Engineering Features"
description="Everything you need to map, analyze, and renovate spaces without physical labor."
@@ -144,31 +91,11 @@ export default function LandingPage() {
@@ -241,4 +130,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file