5 Commits

Author SHA1 Message Date
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
2f7f236239 Update src/app/styles/variables.css 2026-03-10 06:31:47 +00:00
9e5c8ccb13 Merge version_1 into main
Merge version_1 into main
2026-03-10 06:26:17 +00:00
3 changed files with 19 additions and 1406 deletions

File diff suppressed because it is too large Load Diff

View File

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

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background-accent: #FF7B05;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);