import { Head, Link } from '@inertiajs/react'; export default function Welcome({ auth, laravelVersion, phpVersion }) { return ( <> {/* Set the page title */} {/* Full-page container */}
{/* Background image (optional) */} Coffee background {/* Overlay for background tint */}
{/* Main content */}
{/* Header / Logo section */}

House of Coffee

Welcome to the rich aromas and delightful flavors of our coffee haven. Come in and enjoy!

{/* Navigation / Auth buttons */} {/* Decorative / Could be replaced with a login form */}

Love Coffee?

Experience an array of specialty blends, sustainably-sourced beans, and the friendliest baristas around. Get started by logging in or registering for a membership to receive exclusive offers and rewards.

{/* Footer section */}
); }