Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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" },
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user