refactor: clean up imports in page.tsx

This commit is contained in:
Maze Winther
2025-07-09 21:04:24 +02:00
parent c02f276303
commit aadc253fee

View File

@ -1,8 +1,7 @@
import { Hero } from "@/components/landing/hero";
import { Header } from "@/components/header";
import { Footer } from "@/components/footer";
import { getWaitlistCount } from "@/lib/waitlist";
import Image from "next/image";
import { getWaitlistCount } from "@/lib/waitlist";]
// Force dynamic rendering so waitlist count updates in real-time
export const dynamic = "force-dynamic";