Update src/app/page.tsx

This commit is contained in:
2026-03-13 18:55:43 +00:00
parent b323338d09
commit fd8dbdf4d4

View File

@@ -124,25 +124,25 @@ export default function LandingPage() {
id: 1,
title: "Natural Language Input", description: "Write exercise statements in plain Spanish or English. AI interprets geometric requirements and constraints.", buttons: [],
phoneOne: { imageSrc: "https://images.unsplash.com/photo-1460925895917-afdab655c0c2?w=400&h=800&fit=crop" },
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=400&h=800&fit=crop" }
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=400&h=800&fit=crop&_wi=1" }
},
{
id: 2,
title: "2D Dihedric Canvas", description: "Professional rendering of horizontal and vertical projections with ground line (LT). Supports points, lines, planes, circles, and auxiliary constructions.", buttons: [],
phoneOne: { imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=400&h=800&fit=crop" },
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=400&h=800&fit=crop" }
phoneOne: { imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=400&h=800&fit=crop&_wi=1" },
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=400&h=800&fit=crop&_wi=2" }
},
{
id: 3,
title: "3D Scene Reconstruction", description: "Automatically reconstruct spatial geometry from 2D projections. Orbit the scene, zoom, and view from standard angles (PH, PV, isometric).", buttons: [],
phoneOne: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=800&fit=crop" },
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=800&fit=crop" }
phoneOne: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=800&fit=crop&_wi=1" },
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=800&fit=crop&_wi=2" }
},
{
id: 4,
title: "Step-by-Step Animation", description: "Play, pause, or manually step through the construction. Each action is individually highlighted and described for complete understanding.", buttons: [],
phoneOne: { imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=400&h=800&fit=crop" },
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=400&h=800&fit=crop" }
phoneOne: { imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=400&h=800&fit=crop&_wi=2" },
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=400&h=800&fit=crop&_wi=3" }
}
]}
containerClassName="max-w-7xl mx-auto px-4 py-20"