Update src/app/custom-design/page.tsx

This commit is contained in:
2026-06-09 12:27:26 +00:00
parent e2a6954ffb
commit 27a1a53268

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBase from '@/components/sections/footer/FooterBase';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import ContactCTA from '@/components/sections/contact/ContactCTA';
export default function LandingPage() {
return (
@@ -26,32 +26,26 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "الرئيسية",
id: "/",
name: "الرئيسية", id: "/"
},
{
name: "الرياضة",
id: "/sports",
name: "الرياضة", id: "/sports"
},
{
name: "سينما ومسلسلات",
id: "/cinema",
name: "سينما ومسلسلات", id: "/cinema"
},
{
name: "جيم وتحفيز",
id: "/gym",
name: "جيم وتحفيز", id: "/gym"
},
{
name: "تصميم مخصص",
id: "/custom-design",
name: "تصميم مخصص", id: "/custom-design"
},
]}
logoSrc="http://img.b2bpic.net/free-vector/hand-drawing-illustration-finance-concet_53876-15477.jpg"
logoAlt="COIN Brand Logo"
brandName="COIN"
button={{
text: "تسوق الآن",
href: "/#products",
text: "تسوق الآن", href: "/#products"
}}
/>
</div>
@@ -61,8 +55,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="اصنع تحفتك الفنية الخاصة بك"
description={[
"في COIN، نؤمن بأن الفن شخصي. خدمة 'تصميم مخصص' تمنحك الحرية لتحويل صورك و أفكارك الخاصة إلى تابلوهات فنية فريدة من نوعها. سواء كانت صورة عائلية، لحظة لا تُنسى، أو تصميم تحلم به، نحن هنا لتحقيقه.",
"ما عليك سوى تزويدنا بالتفاصيل، وسيقوم فريق المصممين لدينا بالعمل على تحفة فنية تلبي توقعاتك. اترك بصمتك الفنية الخاصة على جدرانك!",
"في COIN، نؤمن بأن الفن شخصي. خدمة 'تصميم مخصص' تمنحك الحرية لتحويل صورك و أفكارك الخاصة إلى تابلوهات فنية فريدة من نوعها. سواء كانت صورة عائلية، لحظة لا تُنسى، أو تصميم تحلم به، نحن هنا لتحقيقه.", "ما عليك سوى تزويدنا بالتفاصيل، وسيقوم فريق المصممين لدينا بالعمل على تحفة فنية تلبي توقعاتك. اترك بصمتك الفنية الخاصة على جدرانك!"
]}
/>
</div>
@@ -71,14 +64,14 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "glowing-orb",
variant: "sparkles-gradient"
}}
tag="تواصل معنا"
title="ابدأ تصميمك المخصص اليوم"
description="املأ النموذج أدناه أو تواصل معنا مباشرة لمناقشة فكرتك الفريدة. سنقوم بتحويل رؤيتك إلى واقع فني مبهر."
buttons={[
{
text: "ابدأ الآن",
text: "ابدأ الآن"
},
]}
/>
@@ -88,65 +81,50 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "فئات المتجر",
items: [
title: "فئات المتجر", items: [
{
label: "ركن الرياضة",
href: "/sports",
label: "ركن الرياضة", href: "/sports"
},
{
label: "سينما ومسلسلات",
href: "/cinema",
label: "سينما ومسلسلات", href: "/cinema"
},
{
label: "جيم وتحفيز",
href: "/gym",
label: "جيم وتحفيز", href: "/gym"
},
{
label: "تصميم مخصص",
href: "/custom-design",
label: "تصميم مخصص", href: "/custom-design"
},
],
},
{
title: "روابط سريعة",
items: [
title: "روابط سريعة", items: [
{
label: "الرئيسية",
href: "/",
label: "الرئيسية", href: "/"
},
{
label: "من نحن",
href: "/about",
label: "من نحن", href: "/about"
},
{
label: "اتصل بنا",
href: "/contact",
label: "اتصل بنا", href: "/contact"
},
{
label: "الأسئلة الشائعة",
href: "/faq",
label: "الأسئلة الشائعة", href: "/faq"
},
],
},
{
title: "المساعدة",
items: [
title: "المساعدة", items: [
{
label: "سياسة الخصوصية",
href: "/privacy",
label: "سياسة الخصوصية", href: "/privacy"
},
{
label: "شروط الاستخدام",
href: "/terms",
label: "شروط الاستخدام", href: "/terms"
},
{
label: "سياسة الشحن",
href: "/shipping",
label: "سياسة الشحن", href: "/shipping"
},
{
label: "المرتجعات",
href: "/returns",
label: "المرتجعات", href: "/returns"
},
],
},