3 Commits

Author SHA1 Message Date
8f2e39fd93 Update src/app/shop/page.tsx 2026-02-13 22:43:27 +00:00
d3daec4c43 Update src/app/shop/[id]/page.tsx 2026-02-13 22:43:27 +00:00
f5925d0dff Update src/app/blog/page.tsx 2026-02-13 22:43:26 +00:00
3 changed files with 5 additions and 16 deletions

View File

@@ -28,7 +28,6 @@ export default function BlogPage() {
<NavbarStyleFullscreen
brandName="Trackify"
navItems={[
{ name: "Home", id: "/" },
{ name: "Features", id: "features" },
{ name: "Analytics", id: "analytics" },
{ name: "Pricing", id: "pricing" },

View File

@@ -85,13 +85,11 @@ export default function ProductPage({ params }: ProductPageProps) {
<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"
@@ -165,13 +163,11 @@ export default function ProductPage({ params }: ProductPageProps) {
<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"
@@ -252,13 +248,11 @@ export default function ProductPage({ params }: ProductPageProps) {
<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"

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"