Update src/app/blog/page.tsx

This commit is contained in:
2026-02-21 16:36:34 +00:00
parent 9c3b0165bf
commit c3519d2ebb

View File

@@ -28,11 +28,11 @@ export default function BlogPage() {
<NavbarStyleApple
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" },
{ name: "About", id: "/#about" },
{ name: "Services", id: "/#features" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
{ name: "Contact", id: "/#contact" },
]}
brandName="Rick's Roofing"
/>
@@ -61,7 +61,6 @@ export default function BlogPage() {
{ icon: Twitter, href: "https://twitter.com/ricksroofing", ariaLabel: "Twitter" },
{ icon: Instagram, href: "https://instagram.com/ricksroofing", ariaLabel: "Instagram" }
]}
useInvertedBackground={false}
/>
</ReactLenis>
</ThemeProvider>