import ComponentsPricingTableToggle from '@/components/pricing-table/components-pricing-table-toggle'; import { Metadata } from 'next'; import Link from 'next/link'; import React from 'react'; export const metadata: Metadata = { title: 'Pricing Table', }; const PricingTable = () => { return (
{/* Background Glows */} {/* blue left */}
{/* green left */}
{/* pink big left */}
{/* small pink under card */}
{/* orange */}
{/* green right */}
{/* purple right */}
{/* yellow bottom right */}
{/* ===== Main Content ===== */}
{/* Toggle Pricing Table */}
); }; export default PricingTable;