import type { Metadata } from 'next' import FeaturedProducts from '@/components/FeaturedProducts' export const metadata: Metadata = { title: 'Shop', description: 'Browse all balloon arrangements, arches, centerpieces, and installations by Beach Party Balloons.', } export default function ShopPage() { return }