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 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 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