Transforming spaces through a curated dialogue of texture, light, and natural earth-borne materials.
Earth-toned ceramics hand-selected for their unique ability to capture and reflect morning light.
Italian Earth Series
Polished Natural Stone
Hand-Glazed Ceramic
Manage your catalog, inventory, and new arrivals.
Sienna Matte
420 sqft In Stock
Celeste Zellige
12 sqft Low Stock
Inventory updates in real-time. This portal communicates directly with our encrypted cloud warehouse to ensure your digital storefront reflects reality perfectly.
Frontend: Next.js (SSR) + TailwindCSS
Database: Firestore for real-time inventory
Auth: NextAuth.js or Firebase Auth
Image Storage: Cloudinary (Auto-Optimized)
Products {
id: uuid,
name: string,
category: string,
price_sqft: float,
stock_qty: integer,
images: array[url]
}