7 Commits

Author SHA1 Message Date
4d722f20a3 Merge version_4 into main
Merge version_4 into main
2026-05-14 01:37:30 +00:00
a06cefe9f3 Update src/app/page.tsx 2026-05-14 01:37:27 +00:00
eea8fe034e Add src/app/about/page.tsx 2026-05-14 01:37:27 +00:00
ab2dde9617 Merge version_3 into main
Merge version_3 into main
2026-05-14 01:36:54 +00:00
a9da349722 Update theme colors 2026-05-14 01:36:50 +00:00
241d238b45 Merge version_2 into main
Merge version_2 into main
2026-05-14 01:36:25 +00:00
6490695714 Merge version_2 into main
Merge version_2 into main
2026-05-14 01:35:54 +00:00
3 changed files with 67 additions and 9 deletions

57
src/app/about/page.tsx Normal file
View File

@@ -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 (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="mediumLarge"
sizing="medium"
background="fluid"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "التجربة", id: "/" },
{ name: "آلية العمل", id: "/" },
{ name: "النتائج", id: "/" },
{ name: "من نحن", id: "/about" },
{ name: "اتصل بنا", id: "/" },
]}
brandName="Ineffable Search AI"
/>
</div>
<div id="about" data-section="about" className="py-20">
<TextAbout
tag="حولنا"
title="مهمتنا في ترجمة المشاعر التجريدية إلى إبداع ملموس."
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Ineffable"
columns={[
{ items: [{ label: "عن الشركة" }, { label: "المنهجية" }] },
{ items: [{ label: "الشروط" }, { label: "الخصوصية" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}

View File

@@ -35,6 +35,7 @@ export default function LandingPage() {
{ name: "التجربة", id: "input" }, { name: "التجربة", id: "input" },
{ name: "آلية العمل", id: "features" }, { name: "آلية العمل", id: "features" },
{ name: "النتائج", id: "results" }, { name: "النتائج", id: "results" },
{ name: "من نحن", id: "/about" },
{ name: "اتصل بنا", id: "contact" }, { name: "اتصل بنا", id: "contact" },
]} ]}
brandName="Ineffable Search AI" brandName="Ineffable Search AI"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #000000; --background: #f6f0e9;
--card: #0c0c0c; --card: #efe7dd;
--foreground: #ffffff; --foreground: #2b180a;
--primary-cta: #106EFB; --primary-cta: #2b180a;
--primary-cta-text: #ffffff; --primary-cta-text: #f6f0e9;
--secondary-cta: #000000; --secondary-cta: #efe7dd;
--secondary-cta-text: #ffffff; --secondary-cta-text: #2b180a;
--accent: #535353; --accent: #94877c;
--background-accent: #106EFB; --background-accent: #afa094;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);