diff --git a/src/app/computer-types/page.tsx b/src/app/computer-types/page.tsx new file mode 100644 index 0000000..2e4dc4d --- /dev/null +++ b/src/app/computer-types/page.tsx @@ -0,0 +1,47 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; + +export default function ComputerTypesPage() { + return ( + + + + + + + ); +} \ No newline at end of file diff --git a/src/app/introduction/page.tsx b/src/app/introduction/page.tsx new file mode 100644 index 0000000..7163fd6 --- /dev/null +++ b/src/app/introduction/page.tsx @@ -0,0 +1,60 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import TextAbout from '@/components/sections/about/TextAbout'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; + +export default function IntroductionPage() { + return ( + + + + +
+ +
+ +
+ +
+
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index e0884ea..0124aa1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,165 +28,34 @@ export default function LandingPage() {
-
- -
- -
- -
- -
- -
- -
- -
-