Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e1e5978a6 | |||
| 8f2e39fd93 | |||
| d3daec4c43 | |||
| f5925d0dff |
@@ -28,7 +28,6 @@ export default function BlogPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
brandName="Trackify"
|
brandName="Trackify"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
|
||||||
{ name: "Features", id: "features" },
|
{ name: "Features", id: "features" },
|
||||||
{ name: "Analytics", id: "analytics" },
|
{ name: "Analytics", id: "analytics" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
|
|||||||
@@ -85,13 +85,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
brandName="Trackify"
|
brandName="Trackify"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
|
||||||
{ name: "Features", id: "features" },
|
{ name: "Features", id: "features" },
|
||||||
{ name: "Analytics", id: "analytics" },
|
{ name: "Analytics", id: "analytics" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" }
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
bottomLeftText="Track Everything"
|
bottomLeftText="Track Everything"
|
||||||
bottomRightText="hello@trackify.com"
|
bottomRightText="hello@trackify.com"
|
||||||
@@ -165,13 +163,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
brandName="Trackify"
|
brandName="Trackify"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
|
||||||
{ name: "Features", id: "features" },
|
{ name: "Features", id: "features" },
|
||||||
{ name: "Analytics", id: "analytics" },
|
{ name: "Analytics", id: "analytics" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" }
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
bottomLeftText="Track Everything"
|
bottomLeftText="Track Everything"
|
||||||
bottomRightText="hello@trackify.com"
|
bottomRightText="hello@trackify.com"
|
||||||
@@ -252,13 +248,11 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
brandName="Trackify"
|
brandName="Trackify"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
|
||||||
{ name: "Features", id: "features" },
|
{ name: "Features", id: "features" },
|
||||||
{ name: "Analytics", id: "analytics" },
|
{ name: "Analytics", id: "analytics" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" }
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
bottomLeftText="Track Everything"
|
bottomLeftText="Track Everything"
|
||||||
bottomRightText="hello@trackify.com"
|
bottomRightText="hello@trackify.com"
|
||||||
|
|||||||
@@ -37,13 +37,11 @@ export default function ShopPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
brandName="Trackify"
|
brandName="Trackify"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
|
||||||
{ name: "Features", id: "features" },
|
{ name: "Features", id: "features" },
|
||||||
{ name: "Analytics", id: "analytics" },
|
{ name: "Analytics", id: "analytics" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" }
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
bottomLeftText="Track Everything"
|
bottomLeftText="Track Everything"
|
||||||
bottomRightText="hello@trackify.com"
|
bottomRightText="hello@trackify.com"
|
||||||
@@ -116,13 +114,11 @@ export default function ShopPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
brandName="Trackify"
|
brandName="Trackify"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
|
||||||
{ name: "Features", id: "features" },
|
{ name: "Features", id: "features" },
|
||||||
{ name: "Analytics", id: "analytics" },
|
{ name: "Analytics", id: "analytics" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" }
|
||||||
{ name: "Shop", id: "/shop" }
|
|
||||||
]}
|
]}
|
||||||
bottomLeftText="Track Everything"
|
bottomLeftText="Track Everything"
|
||||||
bottomRightText="hello@trackify.com"
|
bottomRightText="hello@trackify.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user