Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-07 07:25:55 +00:00

View File

@@ -62,10 +62,12 @@ export default function LandingPage() {
description="Designed for precision, our calendar uses real-time physics to make every drag and drop feel tangible."
features={[
{
id: "physics", title: "Realistic Dynamics", author: "Physics Engine", description: "Smooth motion that tracks your cursor with zero latency.", tags: ["Responsive", "Physics-Enabled"]
id: "physics", title: "Realistic Dynamics", author: "Physics Engine", description: "Smooth motion that tracks your cursor with zero latency.", tags: ["Responsive", "Physics-Enabled"],
imageSrc: "http://img.b2bpic.net/free-photo/technology-concept_1234-5678.jpg"
},
{
id: "calendar", title: "Adaptive Grid", author: "Layout Core", description: "The grid adjusts automatically to your scheduling density.", tags: ["Adaptive", "Real-Time"]
id: "calendar", title: "Adaptive Grid", author: "Layout Core", description: "The grid adjusts automatically to your scheduling density.", tags: ["Adaptive", "Real-Time"],
imageSrc: "http://img.b2bpic.net/free-photo/layout-concept_8765-4321.jpg"
}
]}
/>
@@ -77,6 +79,7 @@ export default function LandingPage() {
textboxLayout="split"
title="Precision Performance"
description="Track every millisecond of your day with professional-grade scheduling metrics."
useInvertedBackground={true}
metrics={[
{
id: "perf", value: "0ms", title: "Latency", description: "Zero latency input processing.", imageSrc: "http://img.b2bpic.net/free-photo/working-man_1098-18366.jpg"
@@ -104,6 +107,7 @@ export default function LandingPage() {
description="Sign up today and experience scheduling redefined."
mediaAnimation="blur-reveal"
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
</div>