9 Commits

Author SHA1 Message Date
1c771d536b Merge version_3 into main
Merge version_3 into main
2026-05-27 06:21:56 +00:00
395f575870 Update src/app/page.tsx 2026-05-27 06:21:49 +00:00
4aa0cc2dec Merge version_3 into main
Merge version_3 into main
2026-05-27 06:21:25 +00:00
09d6822c7a Update src/app/page.tsx 2026-05-27 06:21:19 +00:00
9e6db88457 Merge version_2 into main
Merge version_2 into main
2026-05-27 06:19:16 +00:00
6af46af274 Update src/app/page.tsx 2026-05-27 06:19:09 +00:00
3b509c243c Merge version_2 into main
Merge version_2 into main
2026-05-27 06:18:27 +00:00
8a2d818ae5 Update src/app/page.tsx 2026-05-27 06:18:24 +00:00
5f47d97d56 Merge version_1 into main
Merge version_1 into main
2026-05-27 06:01:42 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroCentered
background={{
variant: "plain"}}
variant: "radial-gradient"}}
title="Transform Your Thoughts into Actionable Text"
description="Leverage AI to convert handwritten notes and voice recordings into editable, searchable digital text with unparalleled accuracy. Boost your productivity with NoteForge."
avatars={[
@@ -135,7 +135,7 @@ export default function LandingPage() {
{
id: "export-options", title: "Flexible Export Options", description: "Export your transcribed text into popular formats like PDF, TXT, and DOCX, making it easy to integrate with your existing tools.", tag: "Integrate", imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-with-books-yellow-background_23-2148207606.jpg", imageAlt: "Document export options"},
{
id: "intelligent-search", title: "Intelligent Search", description: "Quickly find any piece of information within your vast library of notes using advanced AI-powered search capabilities.", tag: "Find Anything", imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-something-notebook-while-looking-her-smartphone_23-2149240368.jpg", imageAlt: "Intelligent search magnifying glass"},
id: "intelligent-search", title: "Intelligent Search", description: "Quickly find any piece of information within your vast library of notes using advanced AI-powered search capabilities.", tag: "Find Anything", imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-something-notebook-while-looking-her-smartphone_23-2149240368.jpg", imageAlt: "Intelligent search magnifying glass"}
]}
title="Effortless Conversion at Your Fingertips"
description="Our advanced AI ensures every word from your handwritten notes or spoken words is accurately transcribed, ready for editing and sharing. Experience the power of intelligent conversion."
@@ -215,7 +215,7 @@ export default function LandingPage() {
value: "90%", label: "Productivity Boost"},
]}
title="What Our Users Are Saying"
description="Discover how NoteForge has transformed the workflow and productivity of professionals worldwide, making information capture effortless."
description="Hear from our satisfied customers across various industries about how NoteForge has revolutionized their workflow, enhanced productivity, and made information capture effortless and efficient."
/>
</div>
@@ -237,7 +237,7 @@ export default function LandingPage() {
imageAlt="People interacting with FAQ section"
mediaAnimation="slide-up"
title="Frequently Asked Questions"
description="Find quick answers to common questions about NoteForge features, pricing, and support. If you can't find your answer, our support team is ready to help."
description="Browse our comprehensive collection of frequently asked questions to quickly find solutions and information regarding NoteForge's features, usage, security, and more. Our dedicated support team is always available to assist if you need further help."
faqsAnimation="slide-up"
/>
</div>
@@ -249,7 +249,7 @@ export default function LandingPage() {
variant: "radial-gradient"}}
tag="Stay Connected"
title="Join the NoteForge Community"
description="Subscribe to our newsletter for the latest updates, productivity tips, and exclusive offers. Don't miss out on new features and insights!"
description="Be the first to know about NoteForge's exciting new features, receive expert productivity tips, and gain access to exclusive offers by joining our vibrant community. Stay ahead with all the insights you need!"
imageSrc="http://img.b2bpic.net/free-photo/smartwatch-with-social-networking-icons-wooden-table_23-2147841394.jpg"
imageAlt="Abstract digital connection"
mediaAnimation="slide-up"
@@ -311,4 +311,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}