This commit is contained in:
sameeranageshwar
2025-04-12 21:42:49 -04:00
parent 20163c4583
commit d01510f406

View File

@@ -46,10 +46,10 @@ const tableData = [
export default function PointsGuidePage() {
return (
<div className="px-6 py-10 max-w-full lg:max-w-3/4 mx-auto font-sans text-neutral-100">
<h1 className="text-2xl sm:text-3xl font-bold mb-4 text-[color:var(--color-warning-400)]">
<h1 className="text-2xl sm:text-3xl font-bold mb-4 text-[color:var(--color-neutral-100)]">
Points Guide
</h1>
<p className="mb-6 text-sm sm:text-base text-surface-300">
<p className="mb-6 text-sm sm:text-base text-tertiary-100">
Learn how many points you receive for each drink!
</p>