From 17f6b8e23ae8d7705090040a0d9ae76c35dbba45 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 07:25:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7810b3f..6411398 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} />