Merge version_9 into main #13

Merged
bender merged 1 commits from version_9 into main 2026-05-09 03:59:39 +00:00

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 FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
@@ -132,7 +132,7 @@ export default function LandingPage() {
</div>
<div id="faq" data-section="faq">
<FaqSplitText
<FaqSplitMedia
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
@@ -140,29 +140,29 @@ export default function LandingPage() {
{ id: "q2", title: "كيف أشارك القائمة مع عائلتي؟", content: "يمكنك دعوة أفراد عائلتك عبر رابط خاص بسهولة." },
{ id: "q3", title: "هل التطبيق مجاني؟", content: "نعم، نوفر نسخة مجانية مع خيارات اشتراك للميزات المتقدمة." },
]}
sideTitle="أسئلة شائعة"
sideDescription="إجابات على أهم تساؤلاتكم"
title="أسئلة شائعة"
description="إجابات على أهم تساؤلاتكم"
imageSrc="https://img.freepik.com/free-photo/friendly-support-service_23-2148674950.jpg"
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
<ContactSplit
tag="تواصل معنا"
title="هل تحتاج للمساعدة؟"
description="نحن هنا لدعمك في تنظيم رحلة مقاضيك."
buttons={[{ text: "اتصل بنا", href: "#" }]}
background={{ variant: "plain" }}
useInvertedBackground={false}
description="نحن هنا لدعمك في تنظيم رحلة مقاضيك. اترك بياناتك وسنعود للاتصال بك."
imageSrc="https://img.freepik.com/free-photo/woman-checking-groceries_23-2148674980.jpg"
background={{ variant: "sparkles-gradient" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
<FooterBase
logoText="مونة البيت"
columns={[
{ items: [{ label: "الرئيسية", href: "#" }, { label: "عن التطبيق", href: "#" }] },
{ items: [{ label: "المميزات", href: "#" }, { label: "الأسعار", href: "#" }] },
{ items: [{ label: "سياسة الخصوصية", href: "#" }, { label: "شروط الاستخدام", href: "#" }] }
{ title: "التطبيق", items: [{ label: "الرئيسية", href: "#" }, { label: "عن التطبيق", href: "#" }] },
{ title: "الخدمات", items: [{ label: "المميزات", href: "#" }, { label: "الأسعار", href: "#" }] },
{ title: "قانوني", items: [{ label: "سياسة الخصوصية", href: "#" }, { label: "شروط الاستخدام", href: "#" }] }
]}
/>
</div>