From a5a91be93a270cee88ff04460f90f313697976ce Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 10:41:59 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f66c519..77b8bd7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" From 08f703066bc9f76bfc31742ddc0c4300c8604bc4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 10:42:00 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3ba414..6bc62e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,10 @@ import { Award, Users, Sparkles } from 'lucide-react'; export default function HomePage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Portfolio", id: "/portfolio" } + { name: "Portfolio", id: "/portfolio" }, + { name: "Services", id: "/services" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" } ]; const footerColumns = [ @@ -90,7 +93,7 @@ export default function HomePage() { description="Bizning tajribamiz va kreativ yondashuvimiz brendingizni bozorda ajratib turishga yordam beradi." features={[ { title: "Kreativ yechimlar", description: "Biz har bir mijozning noyob talablariga mos keladigan innovatsion g'oyalarni taklif etamiz.", imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-art-marbling-colorful_181624-61733.jpg", imageAlt: "abstract creative design concept blue white" }, - { title: "Professional jamoa", description: "Tajribali dizaynerlar va brend mutaxassislaridan iborat jamoamiz xizmatingizda.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1672.jpg", imageAlt: "professional business meeting collaboration" }, + { title: "Professional jamoa", description: "Tajribali dizaynerlar va brend mutaxassislardan iborat jamoamiz xizmatingizda.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1672.jpg", imageAlt: "professional business meeting collaboration" }, { title: "Mijozga e'tibor", description: "Biz mijozlarimiz bilan yaqin hamkorlikda ishlaymiz va ularning maqsadlariga erishishga yordam beramiz.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-applicant-receiving-access-security-card-from-hr-manager-onboarding_482257-136431.jpg", imageAlt: "client meeting design discussion laptop" } ]} animationType="blur-reveal" From f6289fd6a9c0398decb8f8db5b133a37d4dc8e76 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 10:42:00 +0000 Subject: [PATCH 3/4] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 5fe73ec..4652206 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -7,7 +7,10 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function PortfolioPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Portfolio", id: "/portfolio" } + { name: "Portfolio", id: "/portfolio" }, + { name: "Services", id: "/services" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" } ]; const footerColumns = [ From 2e75458f112bfe751f8fbe3c00bdf30aca2f2f4a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 10:42:01 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 8a18d2c..84849fa 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -12,7 +12,7 @@ export default function ServicesPage() { { name: "Portfolio", id: "/portfolio" }, { name: "Services", id: "/services" }, { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]; const footerColumns = [ @@ -20,22 +20,22 @@ export default function ServicesPage() { 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."; @@ -71,7 +71,7 @@ export default function ServicesPage() { }, { title: "Turli formatlarda taqdimot", description: "Logotipingizni veb, chop etish va boshqa media uchun mos formatlarda topshiramiz.", imageSrc: "http://img.b2bpic.net/free-photo/hands-young-businessman-holding-pencil-drawing-sketch-table-white-modern-office-interior_176420-6545.jpg", imageAlt: "designer sketching logo concept blue" - }, + } ]} animationType="blur-reveal" textboxLayout="default" @@ -92,7 +92,7 @@ export default function ServicesPage() { }, { title: "Shrift tanlash", description: "Brendingizning shaxsiyatiga mos keladigan va o'qish qulayligini ta'minlovchi shriftlarni tanlaymiz.", imageSrc: "http://img.b2bpic.net/free-photo/blank-stationery-elements_23-2147725106.jpg", imageAlt: "brand style guide book open desk" - }, + } ]} animationType="blur-reveal" textboxLayout="default" @@ -113,7 +113,7 @@ export default function ServicesPage() { }, { title: "SEO optimallash", description: "Qidiruv tizimlarida yuqori o'rinlarni egallashga yordam beruvchi sayt tuzilmasini yaratamiz.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-remote-worker-uses-chroma-key-screen-gadget_482257-121486.jpg", imageAlt: "laptop showing website prototype UI UX" - }, + } ]} animationType="blur-reveal" textboxLayout="default"