feat: redesign web menu layout, add header cover banner & dynamic header layout, refine mobile inputs and theme selector

This commit is contained in:
AyrisAI
2026-08-20 15:07:13 +03:00
parent 6fb91c94ff
commit 0836fc8539
17 changed files with 311 additions and 553 deletions
@@ -27,6 +27,7 @@ create table restaurants (
name text not null,
slug text not null unique,
logo_url text,
cover_url text,
phone text,
address text,
created_by uuid not null references users (id) on delete restrict,