3export default function StoresPage() {
6 <h1 className="text-3xl font-bold text-text mb-6">Store Management</h1>
8 <div className="bg-surface shadow rounded-lg p-6">
9 <div className="flex justify-between items-center mb-4">
10 <h2 className="text-xl font-semibold">Stores</h2>
11 <button className="px-4 py-2 bg-brand text-white rounded hover:bg-brand/90">
16 <div className="text-center text-muted py-8">
17 Store management interface coming soon...