Tab Constant is added
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { useState } from 'react';
|
||||
|
||||
import {
|
||||
Zap,
|
||||
AlertTriangle,
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
Plus,
|
||||
Sparkles,
|
||||
ShieldAlert,
|
||||
IndianRupee
|
||||
|
||||
} from "lucide-react";
|
||||
import Button from "@/components/common/button";
|
||||
import StatCard from "@/components/common/dashStatCard";
|
||||
@@ -20,12 +20,12 @@ export default function AiPredictivePortal() {
|
||||
{/* --- HEADER SECTION --- */}
|
||||
<div className="flex flex-col md:flex-row md:items-start md:justify-between gap-4 mb-6">
|
||||
<div>
|
||||
<div className="flex items-center gap-2 text-[10px] font-bold tracking-widest uppercase font-mono">
|
||||
<div className="flex items-center gap-2 text-[12px] font-bold tracking-widest uppercase font-mono">
|
||||
<span className="text-teal-400">Apple One — HQ Tower</span>
|
||||
<span className="text-slate-500">•</span>
|
||||
<span className="text-slate-500">INTELLIGENCE</span>
|
||||
<span className="text-slate-500">•</span>
|
||||
<span className="text-slate-500">AI</span>
|
||||
<span className="text-slate-600">•</span>
|
||||
<span className="text-slate-400">INTELLIGENCE</span>
|
||||
<span className="text-slate-600">•</span>
|
||||
<span className="text-slate-400">AI</span>
|
||||
</div>
|
||||
<h1 className="text-2xl font-bold text-white tracking-tight mt-2">
|
||||
AI & predictive intelligence
|
||||
|
||||
Reference in New Issue
Block a user