4 Commits

Author SHA1 Message Date
301c791ea1 Merge version_3 into main
Merge version_3 into main
2026-03-10 06:52:38 +00:00
8fe379b9f7 Update src/app/page.tsx 2026-03-10 06:52:33 +00:00
eeb1d54342 Update src/app/layout.tsx 2026-03-10 06:52:33 +00:00
bf9e165903 Merge version_2 into main
Merge version_2 into main
2026-03-10 06:31:51 +00:00
2 changed files with 15 additions and 1402 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -123,8 +123,8 @@ const testimonials = [
]; ];
const contactButtons = [ const contactButtons = [
{ text: 'Qo\'ng\'iroq qilish: +998 99 XXX XX XX', href: 'tel:+998991234567' }, { text: 'WhatsApp: +998 99 890 60 61', href: 'https://wa.me/998998906061' },
{ text: 'WhatsApp: +998 99 XXX XX XX', href: 'https://wa.me/998991234567' }, { text: 'Qo\'ng\'iroq qilish: +998 99 890 60 61', href: 'tel:+998998906061' },
]; ];
const footerColumns = [ const footerColumns = [
@@ -147,8 +147,8 @@ const footerColumns = [
{ {
title: 'Aloqa', title: 'Aloqa',
items: [ items: [
{ label: 'Telefon: +998 99 XXX XX XX', href: 'tel:+998991234567' }, { label: 'Telefon: +998 99 890 60 61', href: 'tel:+998998906061' },
{ label: 'WhatsApp', href: 'https://wa.me/998991234567' }, { label: 'WhatsApp', href: 'https://wa.me/998998906061' },
{ label: 'Email: info@uzcabel.uz', href: 'mailto:info@uzcabel.uz' }, { label: 'Email: info@uzcabel.uz', href: 'mailto:info@uzcabel.uz' },
], ],
}, },