Update src/app/blog/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user