Merge version_2 into main #6
@@ -24,7 +24,7 @@ export default function BlogPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[{ name: "Features", id: "/#features" }, { name: "Testimonials", id: "/#testimonials" }, { name: "FAQ", id: "/#faq" }]}
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Features", id: "/#features" }, { name: "Testimonials", id: "/#testimonials" }, { name: "FAQ", id: "/#faq" }]}
|
||||
brandName="NoteGenius AI"
|
||||
button={{ text: "Start Free Trial", href: "/#contact" }}
|
||||
className="py-4 px-6 md:px-8 lg:px-12 backdrop-blur-md bg-background/80"
|
||||
|
||||
@@ -42,13 +42,12 @@ export default function LandingPage() {
|
||||
<HeroBillboardScroll
|
||||
title="Capture Ideas. Supercharge Productivity."
|
||||
description="NoteGenius AI transforms your notes into actionable insights, effortlessly organizing your thoughts and boosting your efficiency with intelligent AI."
|
||||
background={{variant: 'glowing-orb'}}
|
||||
background={{variant: 'sparkles-gradient'}}
|
||||
tag="AI-Powered Note Taking"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[{text: 'Get Started Free', href: '#contact'}, {text: 'Learn More', href: '#features'}]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-and-modern-ai-note-taking-app-in-1771614981960-f93a6d4b.png"
|
||||
imageAlt="AI note-taking app dashboard"
|
||||
mediaAnimation="blur-reveal"
|
||||
titleClassName="font-extrabold"
|
||||
descriptionClassName="max-w-prose"
|
||||
buttonContainerClassName="flex-col sm:flex-row"
|
||||
|
||||
Reference in New Issue
Block a user