From 5e4cabd6be745197cefd13669a2a2f763630072d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:11:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64e3278..0f47914 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,21 +11,21 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Star, Shield, Car, Phone } from "lucide-react"; +import { Star, Shield, Car } from "lucide-react"; export default function CarRentalPage() { return ( @@ -74,12 +77,13 @@ export default function CarRentalPage() { description="سيارات تلبي تطلعاتك وتمنحك الأناقة التي تستحقها على الطريق." animationType="depth-3d" features={[ - { title: "سيارات السيدان الفاخرة", description: "قيادة مريحة وأناقة لا تضاهى لكل المناسبات.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-by-car-street_1303-22203.jpg" }, - { title: "سيارات الدفع الرباعي", description: "قوة وهيبة في كل رحلة داخل وخارج المدينة.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-near-car_23-2148744015.jpg" }, - { title: "سيارات رياضية", description: "للباحثين عن سرعة وأداء استثنائي على الطريق.", imageSrc: "http://img.b2bpic.net/free-photo/details-car-standing-car-showroom_1303-29468.jpg" }, + { title: "سيارات السيدان الفاخرة", description: "قيادة مريحة وأناقة لا تضاهى لكل المناسبات.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-by-car-street_1303-22203.jpg", imageAlt: "Luxury Sedan" }, + { title: "سيارات الدفع الرباعي", description: "قوة وهيبة في كل رحلة داخل وخارج المدينة.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-near-car_23-2148744015.jpg", imageAlt: "Luxury SUV" }, + { title: "سيارات رياضية", description: "للباحثين عن سرعة وأداء استثنائي على الطريق.", imageSrc: "http://img.b2bpic.net/free-photo/details-car-standing-car-showroom_1303-29468.jpg", imageAlt: "Sportscar" }, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" + useInvertedBackground={false} /> @@ -91,7 +95,7 @@ export default function CarRentalPage() { features={[ { icon: Shield, title: "تأمين شامل", description: "راحة بالك هي أولويتنا مع كل عقد تأجير." }, { icon: Car, title: "خدمة التوصيل", description: "نوفر لك السيارة في مكانك بأسلوب احترافي." }, - { icon: Star, title: "طاقم احترافي", description: "خدمة متميزة من محمد الجابلي، بدر الزهراني، محمد الزهراني، فهد اليامي، وعبدالرحمن." }, + { icon: Star, title: "طاقم احترافي", description: "خدمة متميزة من فريق عملنا." }, ]} textboxLayout="default" /> @@ -103,10 +107,12 @@ export default function CarRentalPage() { animationType="depth-3d" testimonials={[ { id: "1", name: "سعود العتيبي", handle: "عميل مميز", testimonial: "خدمة سريعة جداً وسيارات في قمة النظافة والفخامة. موظفوهم محترفون جداً.", rating: 5 }, - { id: "2", name: "نورة القحطاني", handle: "عميلة مكررة", testimonial: "تعاملت مع محمد الجابلي وكان في غاية اللطف والمهنية. تجربة رائعة.", rating: 5 }, + { id: "2", name: "نورة القحطاني", handle: "عميلة مكررة", testimonial: "تعاملت مع فريق العمل وكان في غاية اللطف والمهنية. تجربة رائعة.", rating: 5 }, { id: "3", name: "خالد الحربي", handle: "عميل أعمال", testimonial: "أفضل مكان لتأجير السيارات الفاخرة في الدمام. أنصح الجميع بالتعامل معهم.", rating: 5 }, ]} textboxLayout="default" + useInvertedBackground={false} + description="" /> @@ -119,6 +125,7 @@ export default function CarRentalPage() { { id: "2", title: "ما هي مواقعكم؟", content: "نحن نتواجد في الدمام، طريق الملك فهد، حي محمد بن سعود." }, { id: "3", title: "هل تتوفر خدمة التوصيل؟", content: "نعم، نوفر خدمة التوصيل لمختلف مناطق الدمام لراحتكم." }, ]} + useInvertedBackground={false} /> @@ -132,6 +139,7 @@ export default function CarRentalPage() { { text: "تواصل عبر واتساب", href: "https://wa.me/966598877754" } ]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={true} /> -- 2.49.1