"use client"; import dynamic from "next/dynamic"; const BuyingGuideSwitcher = dynamic( () => import("@/components/portal/BuyingGuideSwitcher"), { ssr: false } ); export default function PortalBuyingGuidePage() { return (