'use client'; import React from 'react'; import { useCollections } from '@/hooks/use-shopify-collections'; import CollectionCard from './collection-card'; import { Button } from '@/components/ui/button'; interface CollectionsProps { title?: string; subtitle?: string; } const SectionHeader: React.FC<{ title: string; subtitle?: string }> = ({ title, subtitle, }) => ( <>
{subtitle}
)} > ); const GRID_CLASSES = 'grid grid-cols-2 lg:grid-cols-4 gap-x-8 gap-y-12'; const Collections: React.FC{error}
Collections will appear here once added to your Shopify store.