Update src/app/blog/page.tsx

This commit is contained in:
2026-02-20 14:07:02 +00:00
parent 8d2b784ffa
commit a8dc616404

View File

@@ -25,9 +25,9 @@ export default function BlogPage() {
>
<ReactLenis root>
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Features", id: "features" }, { name: "Testimonials", id: "testimonials" }, { name: "Pricing", id: "pricing" }, { name: "Contact", id: "contact" }]}
navItems={[{ name: "Home", id: "/" }, { name: "Features", id: "/#features" }, { name: "Testimonials", id: "/#testimonials" }, { name: "Pricing", id: "/#pricing" }, { name: "Contact", id: "/#contact" }]}
brandName="SaaSBuild"
button={{ text: "Get Started", href: "#contact" }}
button={{ text: "Get Started", href: "/#contact" }}
className="relative z-50"
navItemClassName=""
buttonClassName=""
@@ -53,7 +53,7 @@ export default function BlogPage() {
)}
<FooterBaseReveal
columns={[{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }, { label: "Solutions", href: "#" }] }, { title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Blog", href: "#" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }] }]}
columns={[{ title: "Product", items: [{ label: "Features", href: "/#features" }, { label: "Pricing", href: "/#pricing" }, { label: "Solutions", href: "#" }] }, { title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Careers", href: "#" }, { label: "Blog", href: "#" }] }, { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }] }]}
copyrightText="© 2024 SaaSBuild. All rights reserved."
onPrivacyClick={() => console.log('Privacy policy clicked')}
ariaLabel="Footer section"