added menu mobile navbar

This commit is contained in:
Samandar Turgunboyev
2025-12-16 18:42:38 +05:00
parent 4f54851791
commit 2f86ee4550
3 changed files with 206 additions and 19 deletions

View File

@@ -3,9 +3,9 @@ import { Database, Eye, FileText, Lock, Shield, UserCheck } from 'lucide-react';
const PrivacyPolicy = () => {
return (
<main className="min-h-screen bg-background">
<main className="custom-container">
{/* Hero Section */}
<section className="relative py-20 px-4 bg-gradient-to-b from-primary/5 to-background">
<section>
<div className="container mx-auto max-w-4xl text-center">
<div className="inline-flex items-center justify-center w-16 h-16 rounded-full bg-primary/10 mb-6">
<Shield className="w-8 h-8 text-primary" />

View File

@@ -11,13 +11,10 @@ import { Card, CardContent } from '@/shared/ui/card';
import {
CheckCircle,
ChevronRight,
Handshake,
HelpCircle,
History,
Home,
LogOut,
MapPin,
MessageCircleQuestion,
Package,
RefreshCw,
ShoppingBag,
@@ -87,9 +84,6 @@ const Profile = () => {
{ id: 'overview', label: 'Umumiy', icon: Home },
{ id: 'orders', label: 'Buyurtmalar', icon: ShoppingBag },
{ id: 'history', label: 'Tarix', icon: History },
{ id: 'agency', label: "Hamkor bo'lish", icon: Handshake },
{ id: 'faq', label: 'Savol javoblar', icon: MessageCircleQuestion },
{ id: 'support', label: "Qo'llab-quvvatlash", icon: HelpCircle },
];
const statistics = {