8 Commits

Author SHA1 Message Date
d5a81bd677 Merge version_4 into main
Merge version_4 into main
2026-05-13 08:33:00 +00:00
3eccd43ae0 Update src/app/page.tsx 2026-05-13 08:32:54 +00:00
87a325baf4 Merge version_3 into main
Merge version_3 into main
2026-05-13 08:30:57 +00:00
c0d7637134 Update src/app/page.tsx 2026-05-13 08:30:54 +00:00
147e42a2dd Merge version_2 into main
Merge version_2 into main
2026-05-13 08:30:07 +00:00
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: "#" }]}
@@ -62,7 +62,7 @@ export default function LandingPage() {
<MetricSplitMediaAbout <MetricSplitMediaAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Real Measurements, Not Vague Ratings" title="Real Measurements, Not Vague Ratings"
description="FaceKit replaces guesswork with precise 3D data. Understand your facial structure through advanced algorithms that provide actionable, personalized insights." description="FaceKit replaces guesswork with precise 3D data. With over 50,000+ users already validating our app's precision, you can trust your journey to expert-backed, actionable, and personalized insights."
metrics={[ metrics={[
{ value: "3D", title: "Facial Scans" }, { value: "3D", title: "Facial Scans" },
{ value: "100%", title: "Data Accuracy" }, { value: "100%", title: "Data Accuracy" },
@@ -139,6 +139,7 @@ export default function LandingPage() {
{ id: "f2", title: "Can I share my progress?", content: "Yes, you can easily export and share your progress charts directly from the app." }, { id: "f2", title: "Can I share my progress?", content: "Yes, you can easily export and share your progress charts directly from the app." },
{ id: "f3", title: "What device do I need?", content: "FaceKit is optimized for modern iOS devices equipped with TrueDepth camera arrays." }, { id: "f3", title: "What device do I need?", content: "FaceKit is optimized for modern iOS devices equipped with TrueDepth camera arrays." },
]} ]}
buttons={[{ text: "Download the App", href: "#" }]}
imageSrc="http://img.b2bpic.net/free-photo/global-communication-hd-wallpaper-business-network-design_53876-153352.jpg" imageSrc="http://img.b2bpic.net/free-photo/global-communication-hd-wallpaper-business-network-design_53876-153352.jpg"
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Answers to common questions about your facial tracking journey." description="Answers to common questions about your facial tracking journey."
@@ -167,4 +168,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }