Skip to content

Commit f3340a6

Browse files
committed
Remove feedback snapshot section
1 parent 4481898 commit f3340a6

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

src/pages/Home.jsx

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,21 +1172,6 @@ const previewActiveLine = useMemo(() => {
11721172
</p>
11731173
)}
11741174
</article>
1175-
<div className="mx-auto w-full max-w-[min(1150px,90vw)] rounded-[24px] border border-white/10 bg-slate-950/80 p-4 shadow-[0_20px_70px_rgba(2,6,23,0.35)]">
1176-
<div className="flex flex-wrap items-center justify-between gap-3">
1177-
<p className="text-[10px] uppercase tracking-[0.4em] text-slate-400">Snapshot</p>
1178-
<span className="text-xs text-slate-400">Live pulse of the feedback wall</span>
1179-
</div>
1180-
<ul className="mt-4 grid gap-3 sm:grid-cols-3">
1181-
{feedbackHighlights.map((stat) => (
1182-
<li key={stat.label} className="rounded-2xl border border-white/5 bg-white/5 px-3 py-2 text-left">
1183-
<p className="text-[9px] uppercase tracking-[0.35em] text-slate-400">{stat.label}</p>
1184-
<p className="text-base font-semibold text-white">{stat.value}</p>
1185-
<p className="text-xs text-slate-400">{stat.detail}</p>
1186-
</li>
1187-
))}
1188-
</ul>
1189-
</div>
11901175
<article className="mx-auto w-full max-w-[min(100%,960px)] rounded-[26px] border border-white/10 bg-slate-950/80 p-5 shadow-[0_25px_90px_rgba(2,6,23,0.35)]">
11911176
<div className="flex flex-wrap items-start justify-between gap-4">
11921177
<div className="space-y-1">

0 commit comments

Comments
 (0)