diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3c25699..4b49989 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -56,37 +44,14 @@ export default function LandingPage() {
@@ -95,12 +60,7 @@ export default function LandingPage() {
@@ -111,30 +71,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
features={[
- {
- title: "Soil Stratigraphy",
- description: "Automated subsurface geological mapping for improved structural planning.",
- imageSrc: "http://img.b2bpic.net/free-photo/technology-connection-online-networking-medias-conpt_53876-64965.jpg",
- imageAlt: "Soil Mapping",
- },
- {
- title: "Wind Load Simulation",
- description: "High-velocity atmospheric modeling for skyscraper structural safety.",
- imageSrc: "http://img.b2bpic.net/free-photo/doctor-provides-cancer-screening-guidance-patient-office_482257-126373.jpg",
- imageAlt: "Wind Simulation",
- },
- {
- title: "Historical Ground Data",
- description: "Decades of geodata for long-term site stability benchmarking.",
- imageSrc: "http://img.b2bpic.net/free-photo/from-people-with-tablet-drafts_23-2147785603.jpg",
- imageAlt: "Geodata",
- },
- {
- title: "Real-time Weather",
- description: "Live integration for meteorological hazard anticipation and risk mitigation.",
- imageSrc: "http://img.b2bpic.net/free-photo/computer-display-empty-facility-used-upgrading-solar-plant-machinery_482257-118310.jpg",
- imageAlt: "Weather Integration",
- },
+ { title: "Soil Stratigraphy", description: "Automated subsurface geological mapping for improved structural planning.", imageSrc: "http://img.b2bpic.net/free-photo/technology-connection-online-networking-medias-conpt_53876-64965.jpg", imageAlt: "Soil Mapping" },
+ { title: "Wind Load Simulation", description: "High-velocity atmospheric modeling for skyscraper structural safety.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-provides-cancer-screening-guidance-patient-office_482257-126373.jpg", imageAlt: "Wind Simulation" },
+ { title: "Historical Ground Data", description: "Decades of geodata for long-term site stability benchmarking.", imageSrc: "http://img.b2bpic.net/free-photo/from-people-with-tablet-drafts_23-2147785603.jpg", imageAlt: "Geodata" },
+ { title: "Real-time Weather", description: "Live integration for meteorological hazard anticipation and risk mitigation.", imageSrc: "http://img.b2bpic.net/free-photo/computer-display-empty-facility-used-upgrading-solar-plant-machinery_482257-118310.jpg", imageAlt: "Weather Integration" },
]}
title="Core AI Engine"
description="High-precision simulation and predictive analysis at your fingertips."
@@ -147,21 +87,9 @@ export default function LandingPage() {
title="Mathematical Accuracy"
tag="Technical Precision"
metrics={[
- {
- id: "m1",
- value: "99.8%",
- description: "Soil Mapping Precision",
- },
- {
- id: "m2",
- value: "24/7",
- description: "Live Weather Sync",
- },
- {
- id: "m3",
- value: "500TB+",
- description: "Historical Data Analyzed",
- },
+ { id: "m1", value: "99.8%", description: "Soil Mapping Precision" },
+ { id: "m2", value: "24/7", description: "Live Weather Sync" },
+ { id: "m3", value: "500TB+", description: "Historical Data Analyzed" },
]}
metricsAnimation="slide-up"
/>
@@ -171,50 +99,15 @@ export default function LandingPage() {
@@ -277,21 +136,9 @@ export default function LandingPage() {