Update src/app/blog/page.tsx

This commit is contained in:
2026-02-21 19:52:42 +00:00
parent 027cbd7fb3
commit b6bf24eef0

View File

@@ -27,8 +27,11 @@ export default function BlogPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "/#features" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" }
]}
brandName="NoteGenius AI"
button={{ text: "Get Started", href: "/#contact" }}
@@ -58,9 +61,9 @@ export default function BlogPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png?_wi=4"
imageAlt="NoteGenius AI Dashboard Footer"
columns={[
{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }] },
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Careers", href: "/careers" }] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "#faq" }] }
{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }] },
{ title: "Company", items: [{ label: "About Us", href: "/#about" }] },
{ title: "Resources", items: [{ label: "Blog", href: "/blog" }, { label: "Support", href: "/#faq" }] }
]}
logoText="NoteGenius AI"
copyrightText="© 2024 NoteGenius AI. All rights reserved."