A polished landing page for Morrow & Sable, a bespoke interior atelier for composed residences, dark libraries, quiet kitchens, and collected rooms.
The site is built with Next.js, TypeScript, Tailwind CSS, Framer Motion, and lucide-react. It focuses on an editorial first impression, refined service positioning, clear investment tiers, and a restrained luxury interior design mood.
npm install
npm run devOpen http://localhost:3000 in your browser.
npm run lint
npm run buildMost of the page is split into section components under src/components. Global theme tokens and base styling live in src/app/globals.css, and the main page order is defined in src/app/page.tsx.