2 Commits

Author SHA1 Message Date
1b1e8add64 Update src/app/page.tsx 2026-04-19 00:42:33 +00:00
e65f1f4640 Merge version_2 into main
Merge version_2 into main
2026-04-18 23:04:01 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
description="أفضل الهواتف الأصلية في لبنان مع توصيل سريع وأسعار منافسة تبدأ من اليوم."
buttons={[
{
text: "اطلب عبر واتساب", href: "https://wa.me/96100000000"},
text: "اطلب هاتفك الآن عبر واتساب", href: "https://wa.me/96100000000"},
{
text: "اتصل الآن", href: "tel:+96100000000"},
]}
@@ -144,7 +144,7 @@ export default function LandingPage() {
{
id: "t4", name: "ليلى سمير", date: "منذ 3 أيام", title: "دعم فني", quote: "المنتج أصلي وتم التوصيل في الموعد.", tag: "Google", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-remote-worker-uses-chroma-key-screen-gadget_482257-121486.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736807.jpg?_wi=2", imageAlt: "smartphone isolated product photo"},
{
id: "t5", name: "علي يوسف", date: "منذ 5 أيام", title: "عميل راضي", quote: "خدمة ممتازة، أنصح الجميع بالتعامل معكم.", tag: "Google", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-displayed-within-geometric-wireframe_187299-46683.jpg?_wi=2", imageAlt: "smartphone isolated product photo"},
id: "t5", name: "علي يوسف", date: "منذ 5 أيام", title: "عميل راضي", quote: "خدمة ممتازة، أنصح الجميع بالتعامل معكم.", tag: "Google", avatarSrc: "http://img.b2bpic.net/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-displayed-within-geometric-wireframe_187299-46683.jpg?_wi=2", imageAlt: "smartphone isolated product photo"},
]}
title="آراء عملائنا"
description="نحن فخورون بثقة عملائنا في لبنان."
@@ -201,4 +201,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}