+ {/* Install App Button (PC/Tablet) */}
+
+
+ TV APP
+
+
{
Home
- {CATEGORIES.slice(0, 4).map((item) => {
+ {CATEGORIES.slice(0, 3).map((item) => {
const getCategoryIcon = (id: string) => {
switch (id) {
case 'phim-le': return Film;
@@ -118,6 +139,28 @@ export const Layout = ({ children }: { children: ReactNode }) => {
);
})}
+ {/* APK Download in Mobile Nav */}
+
+
+ TV APP
+
diff --git a/frontend-react/src/themes/netflix/Layout.tsx b/frontend-react/src/themes/netflix/Layout.tsx
index 72cb0c5..895d9a2 100644
--- a/frontend-react/src/themes/netflix/Layout.tsx
+++ b/frontend-react/src/themes/netflix/Layout.tsx
@@ -70,21 +70,64 @@ export const Layout = ({ children }: { children: ReactNode }) => {
))}
-
-
+
{/* Mobile Bottom Nav (Visible only on small screens) */}
-
- {NAV_ITEMS.slice(0, 5).map((item) => (
+
+ {NAV_ITEMS.slice(0, 4).map((item) => (
{item.name}
))}
+ {/* APK Download in Mobile Nav */}
+
+
+ TV App
+
{/* Main Content Area */}