diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..dc3a37c --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,57 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import TextAbout from '@/components/sections/about/TextAbout'; + +export default function AboutPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 29cc58c..d138307 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,6 +35,7 @@ export default function LandingPage() { { name: "التجربة", id: "input" }, { name: "آلية العمل", id: "features" }, { name: "النتائج", id: "results" }, + { name: "من نحن", id: "/about" }, { name: "اتصل بنا", id: "contact" }, ]} brandName="Ineffable Search AI"