diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 97bafed..5ce6763 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,10 +29,11 @@ export default function BlogPage() { brandName="Slava Bakery" navItems={[ { name: "Home", id: "/" }, - { name: "About", id: "about" }, - { name: "Products", id: "products" }, - { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" }, + { name: "About", id: "/#about" }, + { name: "Products", id: "/#products" }, + { name: "Features", id: "/#features" }, + { name: "Testimonials", id: "/#testimonials" }, + { name: "Contact", id: "/#contact" }, ]} /> @@ -80,7 +81,6 @@ export default function BlogPage() { }, ]} copyrightText="© 2024 Slava Bakery. All rights reserved." - useInvertedBackground={false} />