Update src/app/shop/page.tsx

This commit is contained in:
2026-02-13 22:43:27 +00:00
parent d3daec4c43
commit 8f2e39fd93

View File

@@ -37,13 +37,11 @@ export default function ShopPage() {
<NavbarStyleFullscreen
brandName="Trackify"
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "features" },
{ name: "Analytics", id: "analytics" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
bottomLeftText="Track Everything"
bottomRightText="hello@trackify.com"
@@ -116,13 +114,11 @@ export default function ShopPage() {
<NavbarStyleFullscreen
brandName="Trackify"
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "features" },
{ name: "Analytics", id: "analytics" },
{ name: "Pricing", id: "pricing" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Shop", id: "/shop" }
{ name: "Contact", id: "contact" }
]}
bottomLeftText="Track Everything"
bottomRightText="hello@trackify.com"