Add either (they are equivalent):
// src/app/components/page.tsx ─ very top of the file
export const revalidate = 0; // Renders on **every** request
// --- or ---
export const dynamic = 'force-dynamic'; // Opt-out of Full-Route + Data cache