From 8fe379b9f7240921eef60cfdbba680af2f4bf66e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:52:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 531663a..c9c6492 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,8 +123,8 @@ const testimonials = [ ]; const contactButtons = [ - { text: 'Qo\'ng\'iroq qilish: +998 99 XXX XX XX', href: 'tel:+998991234567' }, - { text: 'WhatsApp: +998 99 XXX XX XX', href: 'https://wa.me/998991234567' }, + { text: 'WhatsApp: +998 99 890 60 61', href: 'https://wa.me/998998906061' }, + { text: 'Qo\'ng\'iroq qilish: +998 99 890 60 61', href: 'tel:+998998906061' }, ]; const footerColumns = [ @@ -147,8 +147,8 @@ const footerColumns = [ { title: 'Aloqa', items: [ - { label: 'Telefon: +998 99 XXX XX XX', href: 'tel:+998991234567' }, - { label: 'WhatsApp', href: 'https://wa.me/998991234567' }, + { label: 'Telefon: +998 99 890 60 61', href: 'tel:+998998906061' }, + { label: 'WhatsApp', href: 'https://wa.me/998998906061' }, { label: 'Email: info@uzcabel.uz', href: 'mailto:info@uzcabel.uz' }, ], },