Update src/app/blog/page.tsx

This commit is contained in:
2026-02-21 21:52:31 +00:00
parent 229b504ba3
commit d437d857f7

View File

@@ -33,10 +33,10 @@ export default function BlogPage() {
{ name: "Testimonials", id: "/#testimonials" }, { name: "Testimonials", id: "/#testimonials" },
{ name: "Blog", id: "/blog" }, { name: "Blog", id: "/blog" },
{ name: "Shop", id: "/shop" }, { name: "Shop", id: "/shop" },
{ name: "Contact", id: "/#contact" } { name: "Contact", id: "#contact" }
]} ]}
brandName="NoteGenius AI" brandName="NoteGenius AI"
button={{ text: "Get Started", href: "/#contact" }} button={{ text: "Get Started", href: "#contact" }}
/> />
</div> </div>