Description
The objective was to create a five-page website for a local mobile breakfast business. They wanted a site that embodied their surrealist, out-of-this-world vibe—something whimsical, unexpected, and memorable. The final design is full of interactive elements, bold visuals, and layered textures that reflect the brand’s playful personality. From animated call-to-actions to immersive flavor journeys, every page is designed to draw users in and make the experience feel more like an adventure than a menu browse. The site aims to capture the soul of the business: vibrant, imaginative, and deeply rooted in community and creativity.
/* Hides scrollbar for Firefox, IE, and Edge */
.hide-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
/* Hides scrollbar for Chrome, Safari, and Opera */
.hide-scrollbar::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
}