Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-27 06:18:27 +00:00
Showing only changes of commit 8a2d818ae5 - Show all commits

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", alt: "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."
@@ -311,4 +311,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}