Update src/app/blog/page.tsx

This commit is contained in:
2026-02-16 10:40:18 +00:00
parent 61875af2bd
commit 76e2a7fa22

View File

@@ -30,12 +30,14 @@ export default function BlogPage() {
brandName="Gus"
navItems={[
{ name: "Home", id: "/" },
{ name: "Shop", id: "products" },
{ name: "Shop", id: "/shop" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "contact" },
{ name: "Support", id: "/support" },
{ name: "Privacy", id: "/privacy" }
]}
button={{ text: "Shop Now", href: "#products" }}
button={{ text: "Shop Now", href: "/shop" }}
/>
</div>