// Parties / packages page. window.CJParties function CJParties({ go }) { const D = window.CJDS; const { SectionHeading, PriceCard, Card, Badge, Button } = D; const Icon = window.CJIcon; const data = window.CJ_DATA; const addons = [ { icon: 'gift', label: 'Extra goodie bags', price: '$6 / child' }, { icon: 'ice-cream-cone', label: 'Ice-cream sundae bar', price: '$45' }, { icon: 'camera', label: 'Party photographer', price: '$120' }, { icon: 'cake', label: 'Custom themed cake', price: 'from $55' }, ]; return (
Add any of these at checkout.