perf: remove unnecessary "use client" from pricing-section.tsx

The component uses no hooks, event handlers, or browser APIs.
The child <Pricing> component already has its own client boundary,
so this wrapper can safely render on the server.

Fixes #1193
This commit is contained in:
Trevin Chow 2026-04-10 01:07:33 -07:00
parent 649f315dba
commit 112d5f21cb

View file

@ -1,5 +1,3 @@
"use client";
import { Pricing } from "@/components/pricing";
const demoPlans = [