Update src/app/blog/page.tsx

This commit is contained in:
2026-02-21 19:13:35 +00:00
parent 62479b1b6e
commit f9c9044f52

View File

@@ -28,13 +28,10 @@ export default function BlogPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" },
]}
brandName="NoteGenius AI"
button={{ text: "Get Started", href: "#contact" }}
button={{ text: "Get Started", href: "/#contact" }}
/>
</div>
@@ -58,7 +55,7 @@ export default function BlogPage() {
<div id="footer" data-section="footer">
<FooterMedia
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"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32SzEkxKoNyIbQ4hnQYui6BHsfB/a-clean-modern-ai-notetaking-dashboard-i-1771701006792-1be35ae6.png"
imageAlt="NoteGenius AI Dashboard Footer"
columns={[
{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }] },