Merge version_2 into main #5
@@ -24,7 +24,7 @@ export default function BlogPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[{ name: "Home", id: "/" }, { name: "Features", id: "/#features" }, { name: "Testimonials", id: "/#testimonials" }, { name: "FAQ", id: "/#faq" }]}
|
||||
navItems={[{ 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"
|
||||
@@ -53,7 +53,7 @@ export default function BlogPage() {
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/an-abstract-digital-background-with-subt-1771614980980-6c543249.png?_wi=2"
|
||||
imageAlt="Abstract AI neural network background"
|
||||
columns={[{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Integrations", href: "#" }] }, { title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Careers", href: "#" }, { label: "Blog", href: "/blog" }] }, { title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/#contact" }, { label: "Help Center", href: "#" }] }]}
|
||||
columns={[{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Integrations", href: "#" }] }, { title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Careers", href: "#" }, { label: "Blog", href: "/blog" }] }, { title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Contact", href: "/#contact" }, { label: "Help Center", href: "#" }] }]}
|
||||
logoText="NoteGenius AI"
|
||||
copyrightText="© 2025 NoteGenius AI. All rights reserved."
|
||||
className="!pb-0 !pt-20"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
@@ -39,18 +39,15 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
<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'}}
|
||||
kpis={[{value: '10x', label: 'Faster Insight'}, {value: '99%', label: 'Accuracy'}, {value: '50M+', label: 'Notes Processed'}]}
|
||||
enableKpiAnimation={true}
|
||||
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"
|
||||
imagePosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
titleClassName="font-extrabold"
|
||||
descriptionClassName="max-w-prose"
|
||||
|
||||
Reference in New Issue
Block a user