From 92a734352773e002c1636ea2d6d5a941bccd9fe1 Mon Sep 17 00:00:00 2001 From: devaraj3 Date: Sun, 23 Aug 2026 10:08:13 +0530 Subject: [PATCH] feat: expand homepage with About page and enhance CAD viewer features --- index.html | 22 ++++- public/llms.txt | 18 +++- public/sitemap.xml | 14 ++- src/main.tsx | 2 + src/pages/About.module.css | 126 ++++++++++++++++++++++++++ src/pages/About.tsx | 128 ++++++++++++++++++++++++++ src/pages/Landing.module.css | 168 +++++++++++++++++++++++++++++++++++ src/pages/Landing.tsx | 149 ++++++++++++++++++++++++++++++- src/siteRoutes.json | 1 + 9 files changed, 614 insertions(+), 14 deletions(-) create mode 100644 src/pages/About.module.css create mode 100644 src/pages/About.tsx diff --git a/index.html b/index.html index a2d6dbb..7cc676c 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ "@context": "https://schema.org", "@type": "SoftwareApplication", "name": "CAD Viewer", - "description": "Open STEP, IGES, STL, OBJ, and more CAD formats instantly in your browser. Orbit, measure edges, apply section planes, and export snapshots — no install required.", + "description": "Open STEP, IGES, STL, OBJ, and more CAD formats instantly in your browser, then generate a fully dimensioned, true-to-scale 2D engineering drawing — no install required.", "url": "https://cadviewer.xyz/", "applicationCategory": "DesignApplication", "operatingSystem": "Web", @@ -39,10 +39,11 @@ }, "featureList": [ "3D viewing for CAD and mesh formats", + "Automatic 2D engineering drawing generation with true-to-scale PDF export", + "Assembly explode and disassemble with per-part STEP export", "Measurement tools", "Section/cross-section controls", "Snapshot capture (normal and outline)", - "Assembly/part-focused workflows", "DXF preview support" ] } @@ -56,6 +57,23 @@ "url": "https://cadviewer.xyz/" } +