added menu mobile navbar
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user