Update src/app/page.tsx

This commit is contained in:
2026-05-13 08:30:04 +00:00
parent 6d0e34434b
commit e84f1a8c4d

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
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."
tag="Advanced AI Analysis"
buttons={[{ text: "Get Started", href: "#" }]}
@@ -167,4 +167,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}