Update src/app/page.tsx

This commit is contained in:
2026-05-10 19:18:57 +00:00
parent 5847867a83
commit 711a8d58df

View File

@@ -206,6 +206,8 @@ export default function LandingPage() {
buttons={[ buttons={[
{ {
text: "اتصل الآن", href: "tel:12345678"}, text: "اتصل الآن", href: "tel:12345678"},
{
text: "واتساب", href: "https://wa.me/12345678"},
]} ]}
/> />
</div> </div>