"use client" import { SectionCards } from "./sections" import { ChartAreaInteractive } from "./area" export default function Page() { return (
) }