Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 31c151cab2 | |||
| b1438dc808 | |||
| 1e3bcef578 | |||
| 40821505e5 | |||
| 40e9bb0eca | |||
| 8238fb4c90 | |||
| 4a07627892 | |||
| eecafd6803 | |||
| 790c37a694 |
@@ -30,7 +30,7 @@ export default function AboutPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Studio", id: "/studio" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "About", id: "/about" },
|
||||
]}
|
||||
button={{ text: "Launch Studio", href: "/studio" }}
|
||||
@@ -99,4 +99,4 @@ export default function AboutPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1408,4 +1408,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,7 +34,7 @@ export default function HomePage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Studio", id: "/studio" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "About", id: "/about" },
|
||||
]}
|
||||
button={{ text: "Launch Studio", href: "/studio" }}
|
||||
@@ -227,4 +227,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function PricingPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Studio", id: "/studio" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "About", id: "/about" },
|
||||
]}
|
||||
button={{ text: "Launch Studio", href: "/studio" }}
|
||||
@@ -120,4 +120,4 @@ export default function PricingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function StudioPage() {
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Studio", id: "/studio" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "About", id: "/about" },
|
||||
]}
|
||||
button={{ text: "Launch Studio", href: "/studio" }}
|
||||
@@ -125,4 +125,4 @@ export default function StudioPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user