Update src/app/blog/page.tsx

This commit is contained in:
2026-02-23 10:19:01 +00:00
parent e3bf32d1cb
commit 90e6be689b

View File

@@ -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" },
]}
/>
</div>
@@ -80,7 +81,6 @@ export default function BlogPage() {
},
]}
copyrightText="© 2024 Slava Bakery. All rights reserved."
useInvertedBackground={false}
/>
</div>
</ReactLenis>