Merge version_1 into main #2
@@ -66,12 +66,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="AI-Powered Geometry Solver"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Start Solving", href: "#editor" },
|
||||
{ text: "View Examples", href: "#examples" }
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
fixedMediaHeight={true}
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
{ icon: Layers, label: "Step Animation", value: "Complete" },
|
||||
{ icon: RotateCw, label: "Orbit Controls", value: "Full 360°" }
|
||||
]}
|
||||
metricsAnimation="entrance-slide"
|
||||
metricsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="max-w-6xl mx-auto px-4 py-20"
|
||||
titleClassName="text-4xl font-bold text-center mb-16"
|
||||
@@ -112,10 +112,10 @@ export default function LandingPage() {
|
||||
description="From problem statement to geometric solution. Write your exercise in natural language, let AI parse it into a step-by-step construction, and visualize every stage of the solution."
|
||||
tag="Core Features"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[{ text: "Explore Features", href: "#features" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
animationType="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
showStepNumbers={true}
|
||||
useInvertedBackground={false}
|
||||
@@ -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&_wi=1" }
|
||||
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=400&h=800&fit=crop" }
|
||||
},
|
||||
{
|
||||
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&_wi=1" },
|
||||
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=400&h=800&fit=crop&_wi=2" }
|
||||
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" }
|
||||
},
|
||||
{
|
||||
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&_wi=1" },
|
||||
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=400&h=800&fit=crop&_wi=2" }
|
||||
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" }
|
||||
},
|
||||
{
|
||||
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&_wi=2" },
|
||||
phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1517694712202-14dd9538aa97?w=400&h=800&fit=crop&_wi=3" }
|
||||
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" }
|
||||
}
|
||||
]}
|
||||
containerClassName="max-w-7xl mx-auto px-4 py-20"
|
||||
@@ -157,10 +157,10 @@ export default function LandingPage() {
|
||||
description="The complete technical drawing environment. Input problems, visualize solutions, control animation, and explore 3D geometry—all in one unified interface."
|
||||
tag="Main Application"
|
||||
tagIcon={Layout}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[{ text: "Launch Editor", href: "#editor" }]}
|
||||
buttonAnimation="entrance-slide"
|
||||
animationType="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -187,10 +187,10 @@ export default function LandingPage() {
|
||||
description="Everything you need to know about using Dihedric Studio for technical drawing exercises."
|
||||
tag="Help Center"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[]}
|
||||
buttonAnimation="entrance-slide"
|
||||
faqsAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
@@ -243,7 +243,7 @@ export default function LandingPage() {
|
||||
ctaButton={{ text: "Launch Editor", href: "#editor" }}
|
||||
ctaIcon={ArrowRight}
|
||||
useInvertedBackground={false}
|
||||
animationType="entrance-slide"
|
||||
animationType="blur-reveal"
|
||||
accordionAnimationType="smooth"
|
||||
showCard={true}
|
||||
containerClassName="max-w-5xl mx-auto px-4 py-20"
|
||||
|
||||
Reference in New Issue
Block a user