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' }, ], },