Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-13 22:43:32 +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"