3 Commits

Author SHA1 Message Date
6af46af274 Update src/app/page.tsx 2026-05-27 06:19:09 +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"> <div id="home" data-section="home">
<HeroCentered <HeroCentered
background={{ background={{
variant: "plain"}} variant: "radial-gradient"}}
title="Transform Your Thoughts into Actionable Text" 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." description="Leverage AI to convert handwritten notes and voice recordings into editable, searchable digital text with unparalleled accuracy. Boost your productivity with NoteForge."
avatars={[ 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: "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" 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." 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."
@@ -311,4 +311,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }