From 8238fb4c90434eebd8c81bdb395bc0c2682dd0e3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:04:03 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.49.1 From 40e9bb0ecaee5d28fe1b7cd5a57dae607ad8c201 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:04:04 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.49.1 From 40821505e583b33475e201118c4db30177928804 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:04:05 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.49.1 From 1e3bcef57871e74ebd90e61b806776051da14c87 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:04:06 +0000 Subject: [PATCH 4/5] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.49.1 From b1438dc8087f6661df33154db08b023ac592fef3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:04:07 +0000 Subject: [PATCH 5/5] Update src/app/studio/page.tsx --- src/app/studio/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.49.1