Tab Constant is added
This commit is contained in:
@@ -6,10 +6,8 @@ import {
|
||||
Database,
|
||||
Sliders,
|
||||
Download,
|
||||
Sparkles
|
||||
} from "lucide-react";
|
||||
|
||||
import { SATISFACTION_DRIVERS, TICKETS_DATA } from "@/constants/constant";
|
||||
import StatCard from "../../common/dashStatCard";
|
||||
import Button from "@/components/common/button";
|
||||
import InfoBanner from "@/components/common/infoBanner";
|
||||
@@ -27,12 +25,12 @@ export default function EnergyBenchmarkingPortal() {
|
||||
{/* Page Header Section */}
|
||||
<div className="flex flex-col md:flex-row md:items-center justify-between gap-4">
|
||||
<div>
|
||||
<div className="flex items-center gap-2 text-[11px] font-medium tracking-wider text-[#3de0c4]">
|
||||
<div className="flex items-center gap-2 text-[12px] font-medium tracking-wider text-[#3de0c4]">
|
||||
<span>APPLE ONE — HQ TOWER</span>
|
||||
<span className="text-[#3a495e]">•</span>
|
||||
<span className="text-[#596980]">INTELLIGENCE</span>
|
||||
<span className="text-[#3a495e]">•</span>
|
||||
<span className="text-[#596980]">BENCHMARKING</span>
|
||||
<span className="text-gray-600">•</span>
|
||||
<span className="text-gray-400">INTELLIGENCE</span>
|
||||
<span className="text-gray-600">•</span>
|
||||
<span className="text-gray-400">BENCHMARKING</span>
|
||||
</div>
|
||||
<h1 className="text-3xl font-bold text-white tracking-tight mt-1.5">Portfolio energy benchmarking</h1>
|
||||
<p className="mt-2 text-sm text-[#7e8c9f] max-w-2xl leading-relaxed">
|
||||
|
||||
Reference in New Issue
Block a user