Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1438dc808 | |||
| 1e3bcef578 | |||
| 40821505e5 | |||
| 40e9bb0eca | |||
| 8238fb4c90 | |||
| 4a07627892 | |||
| eecafd6803 | |||
| 790c37a694 |
@@ -30,7 +30,7 @@ export default function AboutPage() {
|
|||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Studio", id: "/studio" },
|
{ name: "Studio", id: "/studio" },
|
||||||
{ name: "Features", id: "#features" },
|
{ name: "Features", id: "#features" },
|
||||||
{ name: "Pricing", id: "#pricing" },
|
{ name: "Pricing", id: "/pricing" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Launch Studio", href: "/studio" }}
|
button={{ text: "Launch Studio", href: "/studio" }}
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ export default function HomePage() {
|
|||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Studio", id: "/studio" },
|
{ name: "Studio", id: "/studio" },
|
||||||
{ name: "Features", id: "#features" },
|
{ name: "Features", id: "#features" },
|
||||||
{ name: "Pricing", id: "#pricing" },
|
{ name: "Pricing", id: "/pricing" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Launch Studio", href: "/studio" }}
|
button={{ text: "Launch Studio", href: "/studio" }}
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ export default function PricingPage() {
|
|||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Studio", id: "/studio" },
|
{ name: "Studio", id: "/studio" },
|
||||||
{ name: "Features", id: "#features" },
|
{ name: "Features", id: "#features" },
|
||||||
{ name: "Pricing", id: "#pricing" },
|
{ name: "Pricing", id: "/pricing" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Launch Studio", href: "/studio" }}
|
button={{ text: "Launch Studio", href: "/studio" }}
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ export default function StudioPage() {
|
|||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Studio", id: "/studio" },
|
{ name: "Studio", id: "/studio" },
|
||||||
{ name: "Features", id: "#features" },
|
{ name: "Features", id: "#features" },
|
||||||
{ name: "Pricing", id: "#pricing" },
|
{ name: "Pricing", id: "/pricing" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "About", id: "/about" },
|
||||||
]}
|
]}
|
||||||
button={{ text: "Launch Studio", href: "/studio" }}
|
button={{ text: "Launch Studio", href: "/studio" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user