import Image from "next/image"; export function DesktopLanding() { return (

Blueberry OS

); } export function MobileLanding() { return (
logo

Blueberry OS

); }