@extends('components.home') @section('themeStylesheet') @endsection @section('brandThemeOverrideSettings') @endsection @section('brandBackground') @if($brandBackground!=='' && !empty($brandBackground)) style="background-image:url('{{ $brandBackground }}');" @endif @endsection @section('content') @if($hasPendingOrder)
You have a pending order - View Order Details
@if($isCurbsideEnabled) @endif
@endif @if($translationEnabled)
@livewire('TranslateOptions')
@endif {{-- SCROLLING BACKGROUND GOES HERE--}}

TURNING FROWNS UPSIDE DOWN

How our motto keeps us
centered on our mission

Hosanna’s was born through a God-given idea with a vision of being able to serve and love on our community. Everything about Hosanna’s has been built around the question: how can we do this in a way that will give someone a reason to smile? Every item that is placed on our menu is intentionally created in a way that can be topped in front of our customers. Our goal is to bring even the smallest bit of joy to each person who orders. Our motto, “turning frowns upside down,” has kept us centered on our mission. One of our fan-favorite drinks is our s’mores coffee, which we use a torch to toast a marshmallow in front of you. We aspire to give everyone a reason to smile and hope that each person leaves feeling a little happier than when they arrived.

Joy? What’s that?

Unlike temporary moments of pleasure, joy is often described as a deeper, more lasting emotion arising from a sense of well-being or meaningful connections with others. It is the warm, uplifting feeling experienced when good things happen, like achieving a goal, spending time with loved ones, or witnessing a beautiful moment — like watching a drink being topped in front of you. While happiness can be a temporary reaction to external circumstances, joy can be present even during difficult times, acting as an internal source of strength and resilience. Although we may be in the coffee business, our main focus lies elsewhere. We don’t just serve drinks — we create experiences that leave people smiling.

{{-- Check if we require customers to login/create account --}} @if($loginRequired) @endif @endsection