From 39b14edf41c8aca22940c6900930cea4483a92b9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:16:11 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 113 +++++++++++++---------------------------------- 1 file changed, 31 insertions(+), 82 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 827f584..188799a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,90 +21,39 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From fa7025d9ec0bb84c58a7ab2314abcf7c332600cf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:16:11 +0000 Subject: [PATCH 2/3] Update src/app/speaking/page.tsx --- src/app/speaking/page.tsx | 114 ++++++++++++-------------------------- 1 file changed, 36 insertions(+), 78 deletions(-) diff --git a/src/app/speaking/page.tsx b/src/app/speaking/page.tsx index fff8c56..ee097e5 100644 --- a/src/app/speaking/page.tsx +++ b/src/app/speaking/page.tsx @@ -6,7 +6,7 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function SpeakingPage() { return ( - + -
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1 From e90a87a0aa2a2a62ceb59941605a257d647ff254 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:16:12 +0000 Subject: [PATCH 3/3] Update src/app/writing/page.tsx --- src/app/writing/page.tsx | 113 ++++++++++++--------------------------- 1 file changed, 35 insertions(+), 78 deletions(-) diff --git a/src/app/writing/page.tsx b/src/app/writing/page.tsx index 684f380..8917cd0 100644 --- a/src/app/writing/page.tsx +++ b/src/app/writing/page.tsx @@ -6,7 +6,7 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function WritingPage() { return ( - + -
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1