3 Commits

Author SHA1 Message Date
e84f1a8c4d Update src/app/page.tsx 2026-05-13 08:30:04 +00:00
6d0e34434b Merge version_1 into main
Merge version_1 into main
2026-05-13 08:28:09 +00:00
ae4f834043 Merge version_1 into main
Merge version_1 into main
2026-05-13 08:27:42 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitDualMedia <HeroSplitDualMedia
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
title="Train, Track, and Improve Your Face" title="Master Your Facial Symmetry with AI-Driven Insights"
description="FaceKit delivers real-time 3D facial analysis, personalized feedback, and progress tracking powered by TrueDepth technology." description="FaceKit delivers real-time 3D facial analysis, personalized feedback, and progress tracking powered by TrueDepth technology."
tag="Advanced AI Analysis" tag="Advanced AI Analysis"
buttons={[{ text: "Get Started", href: "#" }]} buttons={[{ text: "Get Started", href: "#" }]}
@@ -167,4 +167,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }