diff --git a/src/app/page.tsx b/src/app/page.tsx index 725467e..f947af0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,231 +26,102 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/resources/page.tsx b/src/app/resources/page.tsx index b5695b4..4bfb403 100644 --- a/src/app/resources/page.tsx +++ b/src/app/resources/page.tsx @@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -export default function LandingPage() { +export default function ResourcesPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); diff --git a/src/app/sessions/page.tsx b/src/app/sessions/page.tsx index 2a66a57..81d2e43 100644 --- a/src/app/sessions/page.tsx +++ b/src/app/sessions/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -export default function LandingPage() { +export default function SessionsPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);