"use client" import type React from "react" import BottomNav from "./BottomNav" function AdaptiveLayout({ children }: { children: React.ReactNode }) { return (