event-services
Version:
Collection of hooks, components, generics (buttons, containers, styles, tools) for creating web applications for guest management for any type of events: weddings, parties, graduations that require guest confirmation and display useful information to gues
2 lines (1 loc) • 943 B
JavaScript
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./index-12fcf14d.cjs"),t=require("./styles-20b9bdeb.cjs");require("react");require("./hooksEntry.cjs");const s=require("./index-9c73fbf9.cjs"),o=()=>e.jsxRuntimeExports.jsxs(e.jsxRuntimeExports.Fragment,{children:[e.jsxRuntimeExports.jsx(t.Header,{photos:t.photosWeb,title:"tú & yo"}),e.jsxRuntimeExports.jsx(t.Logo,{photo:t.photosWeb[0],label:"you & me"}),e.jsxRuntimeExports.jsxs(s.RootContainer,{children:[e.jsxRuntimeExports.jsx(s.Section,{children:e.jsxRuntimeExports.jsx(t.SaveTheDate,{title:"Save the date",subtitle:"28 / octubre / 2023",date:"2023-10-28 17:30",photo:t.photosWeb[0]})}),e.jsxRuntimeExports.jsx(s.Section,{children:e.jsxRuntimeExports.jsx(t.Itinerary,{title:"Itinerario",img:t.photosWeb[0]})}),e.jsxRuntimeExports.jsx(s.Section,{children:e.jsxRuntimeExports.jsx(t.Carousel,{images:t.photosWeb})})]})]});exports.Landing=o;