Update src/app/blog/page.tsx

This commit is contained in:
2026-02-23 11:05:53 +00:00
parent 92d7a5081c
commit 16f7eccb5e

View File

@@ -28,16 +28,15 @@ export default function BlogPage() {
brandName="Nano Mango"
navItems={[
{ name: "Home", id: "/" },
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQs", id: "faqs" },
{ name: "Products", id: "/#products" },
{ name: "About", id: "/#about" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQs", id: "/#faqs" },
]}
button={{ text: "Shop Now", href: "#products" }}
button={{ text: "Shop Now", href: "/#products" }}
buttonClassName="shadow-lg"
navItemClassName="text-foreground/80 hover:text-foreground"
className="backdrop-blur-sm bg-card/70"
navItemsAnimation="background-highlight"
/>
</div>