diff --git a/app/(defaults)/pricing/page.tsx b/app/(defaults)/pricing/page.tsx new file mode 100644 index 0000000..7e45ab6 --- /dev/null +++ b/app/(defaults)/pricing/page.tsx @@ -0,0 +1,39 @@ +import ComponentsPricingTableToggle from '@/components/pricing-table/components-pricing-table-toggle'; +import IconArrowLeft from '@/components/icon/icon-arrow-left'; +import PanelCodeHighlight from '@/components/panel-code-highlight'; +import { Metadata } from 'next'; +import Link from 'next/link'; +import React from 'react'; + +export const metadata: Metadata = { + title: 'Pricing Table', +}; + +const PricingTable = () => { + return ( +
+ {key.replace(/([A-Z])/g, ' $1').replace(/^./, str => str.toUpperCase())} +
+{value ?? '-'}
+No suggestions available.
} + {opportunities.map((op, idx) => ( +{op.title ?? '-'}
+{op.description ?? '-'}
+ {op.estimatedSavings && ( +Estimated Savings: {op.estimatedSavings}
+ )} +{item.name}
+{item.size} ms estimated savings
+No diagnostics available.
} ++ {key.replace(/([A-Z])/g, ' $1').replace(/^./, str => str.toUpperCase())} +
+ {key === 'http2' && ( ++ All resources should be served via HTTP/2 for better performance. +
+ )} +{error}
} + + {reports && ( +{key.charAt(0).toUpperCase() + key.slice(1)}
+ {renderScoreCircle(score)} +{codeHighlight}
+ {plan.desc}
+