From c6cfdc35b68cbfbcb69c79cccb006c49ef023de4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 13:32:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 247 +++++++++++------------------------------------ 1 file changed, 54 insertions(+), 193 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1d6467..673bc33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,121 +30,60 @@ export default function LandingPage() {
@@ -152,17 +91,11 @@ export default function LandingPage() {
@@ -203,44 +124,14 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} - title="Varför välja oss?" - description="Vi strävar efter att erbjuda den bästa upplevelsen för alla våra kunder i Manbij." + title="لماذا تختارنا؟" + description="نسعى لتقديم أفضل تجربة لجميع عملائنا في منبج." metrics={[ - { - id: "m1", - value: "10+", - title: "År av erfarenhet", - description: "Lång erfarenhet inom branschen", - icon: Award, - }, - { - id: "m2", - value: "5k+", - title: "Nöjda kunder", - description: "Återkommande besökare varje år", - icon: Users, - }, - { - id: "m3", - value: "100%", - title: "Kvalitet", - description: "Vi använder premiumprodukter", - icon: ShieldCheck, - }, - { - id: "m4", - value: "24/7", - title: "Support", - description: "Vi finns här för dig", - icon: Headphones, - }, - { - id: "m5", - value: "15 min", - title: "Snabb service", - description: "Effektiv tidshantering", - icon: Clock, - }, + { id: "m1", value: "10+", title: "سنوات خبرة", description: "خبرة طويلة في المجال", icon: Award }, + { id: "m2", value: "5k+", title: "عميل راضٍ", description: "زيارات متكررة سنوياً", icon: Users }, + { id: "m3", value: "100%", title: "الجودة", description: "نستخدم منتجات مميزة", icon: ShieldCheck }, + { id: "m4", value: "24/7", title: "الدعم", description: "نحن هنا من أجلك", icon: Headphones }, + { id: "m5", value: "15 دقيقة", title: "خدمة سريعة", description: "إدارة وقت فعالة", icon: Clock }, ]} /> @@ -248,50 +139,20 @@ export default function LandingPage() {