import Image from "next/image"; import Link from "next/link"; export default function FeedLayout({ children, }: { children: React.ReactNode; }) { return ( <> {/* Custom Drinkool header — no login button */} {/* Logo */} {/* Brand name */} Drinkool {/* Page content */}