Project Overview
- Brand Designer
- Web Designer
- Webflow Designer
- Visual design system
- Landing page website
- Business cards
- Menu design
- Pop-up signage
- Figma
- Webflow
- Adobe Illustrator
- VS Code
- HTML/CSS/JS
- Claude Code
My Role
I partnered with Ashley to establish a complete visual identity system, developing a strategic color palette rooted in authentic dessert ingredients, selecting typography, and designing all digital and print materials. I built the mobile-first landing page in Webflow and created business cards, menus, and pop-up signage to bring the brand to life across all touchpoints.
The Opportunity
Ashley's Antojitos was launching as a new Mexican dessert business in Grand Rapids, selling authentic sweets at pop-up events and markets. With no web presence and operating as a mobile vendor, Ashley needed a way to reach customers beyond the limited hours at pop-ups and build awareness in the local community.
The challenge was designing a landing page that served her current business model, pop-up vendor building toward a future storefront, without the complexity or cost of e-commerce. The site needed to work hard on mobile (where most discovery happens), tell her authentic story, and make it easy for customers to find her at markets and connect on social media.
Key Needs:
- Create a mobile-first landing page optimized for discovery and social sharing
- Tell Ashley's authentic story to build trust and differentiate from generic vendors
- Provide essential information: where to find her, what she offers, how to follow/contact
- Design supporting materials (business cards, menus, signage) that work at the pop-up table
- Keep the website simple and maintainable for a solo entrepreneur
- Establish visual brand identity that could scale as the business grows
Research & Discovery
Since Ashley's Antojitos was launching as a new business, I started with discovery to understand the goals and competitive landscape.
Stakeholder Interviews
Working with Ashley, I learned her immediate need was building awareness for pop-up events. She didn't need e-commerce, she needed a mobile-friendly landing page that told her story, showcased her desserts, and made it easy for customers to find her at markets and follow on social media. Her goals were to build brand recognition in Grand Rapids, drive traffic to pop-ups, and establish an online presence for future growth.
Website Competitive Analysis
I analyzed local dessert businesses' web presence including Francine's Sweets, Shugars by Shannon, and Dreamscape Desserts:
- Most focused on e-commerce functionality Ashley didn't need yet
- Generic marketplace templates offered limited customization
- External ordering forms (Google Forms, Jotform) disrupted user experience
- Sites weren't optimized for mobile discovery and social sharing
- Sites skipped brand storytelling and jumped straight to product catalogs
- Poor color contrast and weak text hierarchy made content hard to scan
Opportunity: A streamlined landing page with integrated ordering

Pop-Up Vendor Context
At Grand Rapids markets, most vendors had minimal branding, Canva templates or handmade signs. Professional presentation was rare. This informed both the website design and the supporting print materials (business cards, menus, signage) that needed to work together at Ashley's pop-up table to create a cohesive brand experience.

The mood board establishes visual direction through high-detail product photography. The color palette draws directly from Ashley's desserts: Choco Noche (#0E1111) from chocolate drizzle on churros and strawberries, Whipped Crema (#FAF9F6) from tres leches frosting, Fresa Blush (#F7B6C2) from strawberry cream, and Concha Rose (#FBDAE0) from pink concha frosting. Typography pairs Caraque Bold Melted for headlines with Tenon Bold for body text, creating a warm and celebratory tone.
Key Insight
Ashley needed a web presence that worked for her current business model, pop-up vendor building toward a future storefront, not an expensive e-commerce site. The landing page had to work hard on mobile (where most discovery happens) with seamless ordering that kept users on-site, unlike competitors who relied on Google Forms or external Jotform links. Both the website and print materials needed to feel authentic and professional to build trust with a new audience.
Visual Identity
Color Palette: Rooted in Ingredients
Rather than choosing colors arbitrarily, I tied the palette directly to the ingredients that make Ashley's desserts authentic. Each color references a specific element customers would recognize from her menu, creating an immediate connection between brand and product.

Choco Noche
#0E1111

Whipped Crema
#FAF9F6

Fresa Blush
#F7B6C2

Concha Rose
#FBDAE0
Typography System
I paired Caraque Bold Melted for headlines with Tenon Bold for body text and UI elements. Caraque's rounded, playful letterforms bring warmth and personality to large display moments like the website hero and menu titles, while Tenon's clean geometry ensures readability at smaller sizes across business cards, signage, and web copy. Together they create an approachable yet professional tone that works across digital and print applications.


Website Design
Site Architecture & User Flow
Ashley needed a simple, single-page landing experience optimized for mobile discovery. I structured the site as a scrolling narrative that prioritizes products first, then builds trust through story and social proof.
This flow follows a strategic sequence: grab attention (Hero), show the product (Featured + Menu), build trust (About + Reviews), address concerns (FAQs), then convert (Order). By leading with desserts rather than brand story, I prioritized what customers care about first, seeing what they can order. The About section comes after they're already interested, creating a natural discovery of Ashley's authentic story.
Since most traffic comes from mobile (Instagram, word-of-mouth), the single-page approach eliminates navigation friction while still providing clear sections for scannability and a persistent nav for easy jumping between sections.

Design System
I built a comprehensive design system in Figma with 20+ text styles, reusable components, and color variables. This ensured consistency across all pages and made the design scalable as Ashley's business grows. The type scale ranges from large display text (112px) to small captions (13px), with responsive sizing for desktop, tablet, and mobile.
Using Figma's component variants and auto-layout, I created a library of reusable elements, including buttons, form fields, and menu cards, that maintain brand consistency while allowing flexibility for future content updates. This systematic approach also streamlined development, as every element had clear specifications for Webflow implementation.


Landing Page Design & Key Decisions



Early wireframes establishing content hierarchy. Nav + Hero (left), Featured Items (center), Menu (right)
Hero Design & Testing
I explored two hero approaches: one with text positioned left and a single large dessert image, and another with centered text surrounded by multiple product photos. After testing both concepts with potential customers, the centered multi-image layout won decisively. Users found it more engaging and appreciated seeing variety immediately rather than focusing on one large photo.


Responsive Design
I designed for desktop first to establish the full visual system, then optimized for tablet and mobile throughout both design and development. Since most customers discover Ashley on their phones through Instagram and word-of-mouth, mobile experience was a priority. Every breakpoint was carefully considered to ensure generous touch targets, readable text, and intuitive navigation.
Order Form Integration
Unlike competitors who redirect to Google Forms or Jotform, I built the order form directly into the page using Webflow's native form functionality. This keeps users on-site, maintains brand consistency, and reduces ordering friction. The form includes dynamic multi-item selection (customers can order multiple desserts in one submission) with clear validation and mobile-optimized input types.

Content Strategy
The copy emphasizes product quality and visual appeal over extensive storytelling. Ashley's expertise in authentic Mexican desserts is established clearly, then the site lets product photography and customer reviews build confidence and drive orders.
Development
I built the site in Webflow with CMS collections for Featured Items, Menu, Reviews, and Instagram Highlights, giving Ashley content control. Custom JavaScript (developed with Claude AI assistance) handles pricing dropdowns, infinite scrolling reviews, FAQ toggles, mobile menu, and multi-item order form logic.
Soft launch testing with 18 respondents (from 30 invited) revealed strong positive response:
- 39% were browsing dessert options
- 72% found navigation very easy
- 100% were likely to order
- 28% found navigation somewhat easy
- Scroll position error caused by opacity animations changing page height sent users to the wrong section
- Featured Items appeared blank due to slow CMS loading compounded by running both ReCaptcha and Cloudflare Turnstile
- Users wanted multi-item ordering capability
- Many found animations excessive



I debugged the scroll issue with Claude, implementing a pre-scroll solution to trigger animations before section jumps. I optimized JavaScript, removed ReCaptcha (keeping only Turnstile), which dramatically improved loading. I rebuilt the order form for multiple items with custom order summary and simplified animations to opacity-only effects.
The site achieves 84 mobile speed with 2.3s First Contentful Paint. All images are AVIF format with lazy loading enabled, maintaining strong usability metrics (0.085 CLS, 40ms blocking time)
Final Designs




Launch & Impact
The site launched February 8th following a successful soft launch with 30 testers.
Within 30 days, it generated:
1,100
10
2
71.8k
84
Key Learnings
This project accelerated my AI workflow integration for both design (layout exploration, color systems, design systems) and development (CMS setup, component building, optimization). I'm most proud of achieving 84 mobile speed despite CMS-heavy content and a 40-item menu, the ingredient-based color palette, and the integrated multi-item order form.
Using Figma's component variants and auto-layout, I created a library of reusable elements, including buttons, form fields, and menu cards, that maintain brand consistency while allowing flexibility for future content updates. This systematic approach also streamlined development, as every element had clear specifications for Webflow implementation.
Future Plans
I continue working with Ashley monthly on menu updates and marketing strategy. Future optimization includes exploring multi-page structure for improved conversion and revisiting landing page section hierarchy.
