Quinceañera invitations — commonly known as XV Años invitations — are among the most elaborate designs on the platform. Served under 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.
/quinces/[name] route, each invitation celebrates the coming-of-age milestone with rich animations, full-screen photographic backgrounds, and a carefully ordered narrative of the evening’s program. Like wedding invitations, XV Años pages are client-rendered, use Splide for vertical section navigation, and feature per-honoree custom fonts, color palettes, and styles.css overrides.
Available Quinceañera Invitations
The following slugs currently exist under/quinces/:
| Slug | Route |
|---|---|
alondra-alarcon | /quinces/alondra-alarcon |
alondra-zuriel | /quinces/alondra-zuriel |
ashley-michelle | /quinces/ashley-michelle |
camila | /quinces/camila |
daniela | /quinces/daniela |
estefy | /quinces/estefy |
gabriela | /quinces/gabriela |
kaylani | /quinces/kaylani |
lileny | /quinces/lileny |
martha | /quinces/martha |
nicole | /quinces/nicole |
sarang | /quinces/sarang |
sayuri | /quinces/sayuri |
valeria | /quinces/valeria |
Typical Sections
Each Quinceañera invitation is composed of the following full-screen Splide sections. The order may vary slightly per honoree, but the set of components is consistent across the/quinces/ category.
Header
The hero slide showing the honoree’s name in a large decorative typeface alongside the “XV Años” / “Mis Quince” tagline, her portrait photo, and the event date — the first thing guests see after the opening modal closes.
Presentation
A personal message or dedication from the quinceañera and her parents, animated with
framer-motion stagger effects and styled with the honoree’s signature color palette.Ceremony
Details for the religious mass or civil ceremony — church name, address, and time — with a Google Maps embed so guests can navigate directly to the venue.
Reception
The salon or banquet hall venue information including address, doors-open time, and a separate maps link distinct from the ceremony location.
Itinerary
A timestamped program for the evening — covering reception arrival, the presentation of the last doll, the waltz with chambelanes, the brindis, cake cutting, and open dancing — rendered as an animated timeline list with decorative icons (e.g.
PiButterflyThin).GodParents
A list of all padrinos and madrinas who are sponsoring different elements of the celebration (flowers, cake, sound system, photo booth, etc.), acknowledging their contributions.
DressCode
Communicates the suggested attire and restricted color palette (to avoid clashing with the quinceañera’s gown color), often displayed with decorative swatches.
Gallery
A horizontal Splide photo carousel showcasing the sesión de fotos (pre-quinceañera photoshoot), typically with a blurred glassmorphism card backdrop.
Gifts
The gift table (mesa de regalos) or bank transfer information for guests who prefer a monetary contribution to a physical gift.
Confirm
The RSVP slide prompting guests to confirm attendance, usually via a WhatsApp direct message link pre-filled with a confirmation text.
AudioControl
A floating music control button rendered outside the Splide slider that persists across all slides, allowing guests to toggle the background song on or off at any time.
Real Itinerary Example — Sarang
The following itinerary array is taken directly fromsrc/app/quinces/sarang/components/Itinerary.tsx and illustrates a typical XV Años evening program:
motion.ol component with staggerChildren so each timeline entry fades and slides in sequentially as the guest scrolls to the Itinerary slide. Each item renders a butterfly icon (PiButterflyThin from react-icons/pi) alongside the time and event name. The time label uses a custom adelia typeface (loaded via @font-face in styles.css), while the event name uses the Oswald Google Font. The entire section is wrapped in a blurred @nextui-org/react <Card> component with isBlurred and bg-background/5 for a glassmorphism effect.
