From 6dc27824d831f25139ab8588a0c9bd5d4e1a4ae2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 07:33:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe5b281..1570ca3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; @@ -59,6 +58,7 @@ export default function LandingPage() { imageSrc="https://img.b2bpic.net/free-photo/luxury-spa-interior-with-minimalist-design_1234-5678.jpg" mediaAnimation="slide-up" icon={Sparkles} + useInvertedBackground={false} /> @@ -71,15 +71,16 @@ export default function LandingPage() { description="استمتع بباقة من الخدمات المتميزة المصممة للعناية بجسمك وذهنك." features={[ { - title: "المساج الرجالي", description: "مساج علاجي واسترخائي على يد خبراء لراحة عضلاتك.", imageSrc: "https://img.b2bpic.net/free-photo/man-getting-massage-in-spa-salon_1234-9012.jpg" + title: "المساج الرجالي", description: "مساج علاجي واسترخائي على يد خبراء لراحة عضلاتك.", imageSrc: "https://img.b2bpic.net/free-photo/man-getting-massage-in-spa-salon_1234-9012.jpg" }, { - title: "الحمام المغربي", description: "استمتع بطقوس الحمام المغربي التقليدي للتنظيف العميق.", imageSrc: "https://img.b2bpic.net/free-photo/traditional-moroccan-hammam-details_1234-3456.jpg" + title: "الحمام المغربي", description: "استمتع بطقوس الحمام المغربي التقليدي للتنظيف العميق.", imageSrc: "https://img.b2bpic.net/free-photo/traditional-moroccan-hammam-details_1234-3456.jpg" }, { - title: "المرافق المائية", description: "استرخ في الساونا والجاكوزي الخاص بنا لتجديد نشاطك.", imageSrc: "https://img.b2bpic.net/free-photo/luxury-sauna-room-design_1234-7890.jpg" + title: "المرافق المائية", description: "استرخ في الساونا والجاكوزي الخاص بنا لتجديد نشاطك.", imageSrc: "https://img.b2bpic.net/free-photo/luxury-sauna-room-design_1234-7890.jpg" } ]} + useInvertedBackground={false} /> @@ -88,12 +89,14 @@ export default function LandingPage() { title="آراء عملائنا" description="ثقة عملائنا في حفر الباطن هي مصدر فخرنا." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} testimonials={[ { - id: "1", name: "سعود الحربي", role: "عميل دائم", testimonial: "تجربة خيالية، اهتمام بالتفاصيل وخصوصية عالية." + id: "1", name: "سعود الحربي", role: "عميل دائم", testimonial: "تجربة خيالية، اهتمام بالتفاصيل وخصوصية عالية." }, { - id: "2", name: "فهد السعدي", role: "عميل", testimonial: "أفضل مركز مساج زرته في حفر الباطن، مستوى عالٍ جداً." + id: "2", name: "فهد السعدي", role: "عميل", testimonial: "أفضل مركز مساج زرته في حفر الباطن، مستوى عالٍ جداً." } ]} /> @@ -104,6 +107,7 @@ export default function LandingPage() { text="نحن في انتظار زيارتك الفاخرة." buttons={[{ text: "اتصل بنا: 0500000000", href: "tel:966500000000" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> @@ -111,7 +115,7 @@ export default function LandingPage() {