Update src/app/about/page.tsx
This commit is contained in:
@@ -14,7 +14,7 @@ export default function AboutPage() {
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
@@ -22,22 +22,22 @@ export default function AboutPage() {
|
||||
title: "Navigatsiya", items: [
|
||||
{ label: "Bosh sahifa", href: "/" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Xizmatlar", href: "/services" },
|
||||
],
|
||||
{ label: "Xizmatlar", href: "/services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Kompaniya", items: [
|
||||
{ label: "Biz haqimizda", href: "/about" },
|
||||
{ label: "Bog'lanish", href: "/contact" },
|
||||
],
|
||||
{ label: "Bog'lanish", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Ijtimoiy tarmoqlar", items: [
|
||||
{ label: "Telegram", href: "https://t.me/monstyle" },
|
||||
{ label: "Instagram", href: "https://instagram.com/monstyle" },
|
||||
{ label: "Email", href: "mailto:info@monstyle.uz" },
|
||||
],
|
||||
},
|
||||
{ label: "Email", href: "mailto:info@monstyle.uz" }
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
const footerBottomLeftText = "© MONSTYLE. Barcha huquqlar himoyalangan.";
|
||||
@@ -73,7 +73,7 @@ export default function AboutPage() {
|
||||
},
|
||||
{
|
||||
title: "Qadriyatlarimiz", description: "Innovatsiya, Sifat, Mijozga yo'naltirilganlik, Ishonch va Professionalizm."
|
||||
},
|
||||
}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821272.jpg"
|
||||
imageAlt="elegant design studio interior white blue"
|
||||
@@ -99,7 +99,7 @@ export default function AboutPage() {
|
||||
{
|
||||
id: "metric-3", icon: Sparkles,
|
||||
title: "Yaratilgan logotiplar", value: "200+"
|
||||
},
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user