Update src/app/blog/page.tsx

This commit is contained in:
2026-02-06 14:20:08 +00:00
parent b288e0e2ce
commit 5fe8484bde

View File

@@ -30,11 +30,11 @@ export default function BlogPage() {
brandName="Tiger"
navItems={[
{ name: "Home", id: "/" },
{ name: "Products", id: "products" },
{ name: "Products", id: "/shop" },
{ name: "About", id: "about" },
{ name: "Collections", id: "collections" },
{ name: "Collections", id: "/shop" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "shop" }
{ name: "Shop", id: "/shop" }
]}
bottomLeftText="Premium Cup Collection"
bottomRightText="hello@tigercups.com"