diff --git a/src/app/page.tsx b/src/app/page.tsx index d236cf1..6ef3a1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import { Award, TrendingUp, Users } from "lucide-react"; export default function LandingPage() { @@ -37,6 +35,7 @@ export default function LandingPage() { { name: "اتصل بنا", id: "contact" }, ]} brandName="BusinessPro العربية" + button={{ text: "تواصل", href: "#contact" }} /> @@ -58,6 +57,7 @@ export default function LandingPage() { { icon: Award, label: "الجوائز", value: "25+" }, ]} metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -70,7 +70,9 @@ export default function LandingPage() { { id: "f2", title: "التحول الرقمي", content: "تحديث الأنظمة باستخدام أحدث التقنيات." }, { id: "f3", title: "تطوير العلامة التجارية", content: "بناء هويات تجارية قوية ومؤثرة." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/multiethnic-leaders-business-meeting-brainstorming-growth-strategy_482257-124049.jpg" + videoSrc="https://www.w3schools.com/html/mov_bbb.mp4" + mediaAnimation="slide-up" + useInvertedBackground={false} /> @@ -85,6 +87,7 @@ export default function LandingPage() { ]} title="أدوات استراتيجية" description="موارد متميزة لدفع مسيرة عملك." + useInvertedBackground={false} /> @@ -94,6 +97,8 @@ export default function LandingPage() { title="هل أنت مستعد لتطوير عملك؟" description="نحن هنا لدعم نمو أعمالك في المملكة العربية السعودية. تواصل معنا اليوم." buttonText="إرسال" + background={{ variant: "animated-grid" }} + useInvertedBackground={false} />