diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9e132d2..041a6fb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b8f58f1..6bc79f3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1408,4 +1408,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index c8ec3cd..6f93871 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 5698131..5cdffec 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -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() { ); -} \ No newline at end of file +} diff --git a/src/app/studio/page.tsx b/src/app/studio/page.tsx index 7e4283d..0a6b695 100644 --- a/src/app/studio/page.tsx +++ b/src/app/studio/page.tsx @@ -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() { ); -} \ No newline at end of file +}