Banner Area Layout added #579

Merged
ameye merged 1 commits from home-banners-dashboard into master 2024-02-26 15:46:14 +00:00
@@ -41,9 +41,9 @@ const TopBanner = () => {
<div className="flex justify-between w-full px-2 items-center">
<span className="text-slate-300 font-semibold">follow up text</span>
<button className="flex items-center justify-center gap-2">
<div className="w-[2px] h-[2px] bg-slate-400 rounded-full"></div>
<div className="w-[2px] h-[2px] bg-slate-400 rounded-full"></div>
<div className="w-[2px] h-[2px] bg-slate-400 rounded-full"></div>
<div className="w-[4px] h-[4px] bg-slate-400 rounded-full"></div>
<div className="w-[4px] h-[4px] bg-slate-400 rounded-full"></div>
<div className="w-[4px] h-[4px] bg-slate-400 rounded-full"></div>
</button>
</div>
</div>
@@ -73,9 +73,9 @@ const LowerBanner = () => {
<div className="flex justify-between w-full px-2 items-center">
<span className="text-slate-300 font-semibold">follow up text</span>
<button className="flex items-center justify-center gap-2">
<div className="w-[2px] h-[2px] bg-slate-400 rounded-full"></div>
<div className="w-[2px] h-[2px] bg-slate-400 rounded-full"></div>
<div className="w-[2px] h-[2px] bg-slate-400 rounded-full"></div>
<div className="w-[4px] h-[4px] bg-slate-400 rounded-full"></div>
<div className="w-[4px] h-[4px] bg-slate-400 rounded-full"></div>
<div className="w-[4px] h-[4px] bg-slate-400 rounded-full"></div>
</button>
</div>
</div>