Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-09 12:10:36 +00:00

View File

@@ -127,7 +127,10 @@ export default function CarRentalPage() {
tag="تواصل معنا"
title="احجز سيارتك الفاخرة الآن"
description="نحن في انتظارك. اتصل بنا على 0598877754 لطلب استشارتك أو حجز سيارة اليوم."
buttons={[{ text: "اتصل بنا: 0598877754", href: "tel:0598877754" }]}
buttons={[
{ text: "اتصل بنا: 0598877754", href: "tel:0598877754" },
{ text: "تواصل عبر واتساب", href: "https://wa.me/966598877754" }
]}
background={{ variant: "sparkles-gradient" }}
/>
</div>
@@ -146,4 +149,4 @@ export default function CarRentalPage() {
</ReactLenis>
</ThemeProvider>
);
}
}