TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/gus-16710/invitations/llms.txt
Use this file to discover all available pages before exploring further.
/festejos/[name] category is the platform’s most creatively flexible section, housing themed party invitations that do not fit the sacramental or scholastic categories. Each invitation is a standalone creative project with a unique visual identity — Halloween-inspired gothic designs, fairy-tale princess aesthetics, Reyes Magos seasonal themes, and more. Like the other categories, every festejos invitation opens with a dismissable modal (using @nextui-org/react’s <Modal>) that auto-closes after a brief delay, revealing a Splide-powered invitation with a full-cover background image or layer. All celebration pages include a styles.css and a layout file, making each one a fully encapsulated micro-site within the Next.js static export.
Available Celebration Invitations
The following slugs currently exist under/festejos/:
| Slug | Theme | Route |
|---|---|---|
adriana | Reyes Magos / Three Kings | /festejos/adriana |
anell-joanha | Birthday Celebration | /festejos/anell-joanha |
jannia | Halloween / Merlina (Wednesday Addams) | /festejos/jannia |
jyr | Birthday Celebration | /festejos/jyr |
kimberly-cristina | Snow White / Fairy Tale | /festejos/kimberly-cristina |
megan-guadalupe | Snow White / Fairy Tale | /festejos/megan-guadalupe |
Themed Designs
Thefestejos category embraces creative variety that sets it apart from the more ceremonial invitation types:
- Halloween / Merlina (Jannia) — inspired by Netflix’s Wednesday / Merlina, this invitation uses a fixed full-cover
/img/festejos/jannia/background.jpgfor the main container, with a separatebats-background.pngcomposited as an absolutely-positioned animated layer behind the Splide slider (usingframer-motionvariants). Three custom typefaces are loaded via@font-faceinstyles.css:adelia,verve(mapped toMachinery.otf), andrumble(mapped toRumble.otf). The opening modal uses abackdrop="transparent"backdrop and auto-closes after 2 seconds. - Snow White / Fairy Tale (kimberly-cristina, megan-guadalupe) — princess party themes drawing from the Snow White aesthetic, with storybook-inspired typography, illustrated character assets, and warm jewel-tone color palettes.
- Reyes Magos / Three Kings (adriana) — a seasonal celebration invitation themed around the January 6th Three Kings tradition, featuring crown motifs, star imagery, and the warm gold-and-deep-blue palette of the Epiphany holiday.
Typical Sections for Celebrations
The sections present in afestejos invitation vary by honoree. The jannia invitation, for example, includes the following Splide slides in order: Header, Presentation, GodParents, Ceremony (location), Reception, and Gifts. Not every celebration invitation includes an Itinerary or Gallery slide — these are added only where the event program or a photo session warrants it.
Header
The opening hero slide with the honoree’s name rendered in the invitation’s signature custom typeface, the party date, and a thematic decorative background that immediately communicates the party’s creative concept.
Presentation
A personal welcome message from the hosts introducing the birthday person or event, styled with the invitation’s color palette and animated entry effects.
GodParents
A section acknowledging padrinos and madrinas who are sponsoring elements of the celebration, present in invitations such as
jannia where sponsors contribute to the event.Ceremony / Location
Party venue details — address, start time, and dress code if applicable — with a Google Maps link for guests who need directions to the celebration space.
Reception
A secondary location or post-ceremony details where applicable, providing address and arrival time for the main celebration space.
Gifts
Gift table (mesa de regalos) or bank transfer information so guests can contribute to the honoree, present in invitations like
jannia.Jannia (Halloween) — Main Layout Example
The following is drawn directly fromsrc/app/festejos/jannia/components/Main.tsx and shows how the bats background layer is composited behind the Splide slider:
The
jannia invitation’s styles.css loads three custom typefaces via
@font-face: adelia (from adelia.ttf), verve (from Machinery.otf),
and rumble (from Rumble.otf). These are referenced directly in component
style props as fontFamily: "verve" or fontFamily: "rumble" to achieve
the gothic party aesthetic without relying on Google Fonts.