Cleanup
This commit is contained in:
@@ -6,16 +6,13 @@ import { Button } from "@/components/ui/button";
|
||||
import Link from "next/link";
|
||||
import { AnimatedStatsSection } from "@/components/animated-stats-section";
|
||||
|
||||
// Force the page to be dynamically rendered
|
||||
export const dynamic = 'force-dynamic';
|
||||
|
||||
// Constants
|
||||
const PY_20 = 20;
|
||||
const PY_32 = 32;
|
||||
const PX_6 = 6;
|
||||
const PX_10 = 10;
|
||||
|
||||
// Format number with commas
|
||||
function formatNumberValue(num: number): string {
|
||||
return new Intl.NumberFormat().format(Math.round(num));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user