Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fe379b9f7 | |||
| eeb1d54342 | |||
| bf9e165903 | |||
| 2f7f236239 | |||
| 9e5c8ccb13 |
1409
src/app/layout.tsx
1409
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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' },
|
||||
],
|
||||
},
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user