Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-04-02 18:37:02 +00:00
2 changed files with 26 additions and 112 deletions

View File

@@ -1,13 +1,10 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
export default function LandingPage() {
export default function AboutPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
@@ -16,111 +13,30 @@ export default function LandingPage() {
contentWidth="compact"
sizing="mediumLargeSizeMediumTitles"
background="none"
cardStyle="gradient-mesh"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "الرئيسية",
id: "/",
},
{
name: "المنتجات",
id: "/products",
},
{
name: "من نحن",
id: "/about",
},
{
name: "اتصل بنا",
id: "/contact",
},
]}
brandName="ankti prod"
/>
</div>
<div id="about-us" data-section="about-us">
<SplitAbout
textboxLayout="split"
useInvertedBackground={false}
title="عن ankti prod"
description="مهمتنا هي توفير حلول تعبئة موثوقة لجميع الشركات والمتاجر الإلكترونية في أريانة. نؤمن بأن التغليف هو الوجه الأول لمنتجك."
bulletPoints={[
{
title: "موقعنا",
description: "8 شارع فلسطين، أريانة",
},
{
title: "خبرة محلية",
description: "نخدم مجتمع أريانة لسنوات",
},
{
title: "الالتزام",
description: "رضا العميل هو أولويتنا القصوى",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/warehouse-operators-checking-inventory-talking-phone-with-logistics-manager-african-american-factory-storehouse-workers-speaking-with-freight-distribution-department-landline-telephone_482257-75007.jpg?_wi=2"
/>
</div>
<div id="team" data-section="team">
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{ name: "الرئيسية", id: "/" },
{ name: "المنتجات", id: "/products" },
{ name: "من نحن", id: "/about" },
{ name: "اتصل بنا", id: "/contact" },
]}
brandName="ankti prod"
/>
</div>
<TeamCardTen
useInvertedBackground={false}
title="فريقنا"
tag="الخبراء"
memberVariant="card"
members={[
{
id: "m1",
name: "أحمد التونسي",
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-operators-checking-inventory-talking-phone-with-logistics-manager-african-american-factory-storehouse-workers-speaking-with-freight-distribution-department-landline-telephone_482257-75007.jpg?_wi=3",
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="ankti prod"
columns={[
{
title: "روابط سريعة",
items: [
{
label: "الرئيسية",
href: "/",
},
{
label: "المنتجات",
href: "/products",
},
],
},
{
title: "معلومات الاتصال",
items: [
{
label: "+216 22 838 595",
href: "tel:+21622838595",
},
{
label: "أريانة، تونس",
href: "https://maps.app.goo.gl/...",
},
],
},
]}
copyrightText="© 2025 ankti prod"
/>
</div>
</ReactLenis>
useInvertedBackground={false}
title="فريقنا"
tag="الخبراء"
memberVariant="card"
membersAnimation="slide-up"
members={[{ id: "m1", name: "أحمد التونسي", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-operators-checking-inventory-talking-phone-with-logistics-manager-african-american-factory-storehouse-workers-speaking-with-freight-distribution-department-landline-telephone_482257-75007.jpg" }]}
/>
</ThemeProvider>
);
}
}

View File

@@ -102,9 +102,7 @@ export default function LandingPage() {
<LegalSection
layout="section"
title="سياسة الخصوصية"
sections={[
{ heading: "جمع البيانات", content: "نحن نحترم خصوصيتك ونلتزم بحماية بياناتك الشخصية." },
]}
sections={[]}
/>
</div>