diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..5071a1f --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,59 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { Star } from "lucide-react"; + +export default function AboutPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c03d57..3e5d720 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,28 +31,13 @@ export default function LandingPage() { @@ -60,296 +45,24 @@ export default function LandingPage() { -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- ); -} +} \ No newline at end of file