import{e as W,r as l,k as D,j as e,P as A,g as z,h as ge,f as B,t as ye,p as ve,N as m,b as M,B as be}from"./index-BL0y_fpc.js";import{u as G}from"./index-C91EftaG.js";import{u as xe,C as we}from"./index-CY2Ga7fr.js";import{S as Ce}from"./SEOHead-tfg7tg9f.js";import{S as Ae}from"./StructuredData-DUDqM6U2.js";import{B as je}from"./Breadcrumbs-CvaZfSSX.js";import"./currency-BnYXjSXj.js";import"./chevron-right-C69lqgvq.js";var N="Collapsible",[Ie,Q]=W(N),[Ne,T]=Ie(N),U=l.forwardRef((a,n)=>{const{__scopeCollapsible:o,open:t,defaultOpen:s,disabled:r,onOpenChange:i,...d}=a,[u,p]=D({prop:t,defaultProp:s??!1,onChange:i,caller:N});return e.jsx(Ne,{scope:o,disabled:r,contentId:G(),open:u,onOpenToggle:l.useCallback(()=>p(h=>!h),[p]),children:e.jsx(A.div,{"data-state":L(u),"data-disabled":r?"":void 0,...d,ref:n})})});U.displayName=N;var K="CollapsibleTrigger",J=l.forwardRef((a,n)=>{const{__scopeCollapsible:o,...t}=a,s=T(K,o);return e.jsx(A.button,{type:"button","aria-controls":s.contentId,"aria-expanded":s.open||!1,"data-state":L(s.open),"data-disabled":s.disabled?"":void 0,disabled:s.disabled,...t,ref:n,onClick:z(a.onClick,s.onOpenToggle)})});J.displayName=K;var O="CollapsibleContent",X=l.forwardRef((a,n)=>{const{forceMount:o,...t}=a,s=T(O,a.__scopeCollapsible);return e.jsx(ge,{present:o||s.open,children:({present:r})=>e.jsx(Pe,{...t,ref:n,present:r})})});X.displayName=O;var Pe=l.forwardRef((a,n)=>{const{__scopeCollapsible:o,present:t,children:s,...r}=a,i=T(O,o),[d,u]=l.useState(t),p=l.useRef(null),h=B(n,p),f=l.useRef(0),w=f.current,y=l.useRef(0),j=y.current,v=i.open||d,b=l.useRef(v),x=l.useRef(void 0);return l.useEffect(()=>{const c=requestAnimationFrame(()=>b.current=!1);return()=>cancelAnimationFrame(c)},[]),ye(()=>{const c=p.current;if(c){x.current=x.current||{transitionDuration:c.style.transitionDuration,animationName:c.style.animationName},c.style.transitionDuration="0s",c.style.animationName="none";const C=c.getBoundingClientRect();f.current=C.height,y.current=C.width,b.current||(c.style.transitionDuration=x.current.transitionDuration,c.style.animationName=x.current.animationName),u(t)}},[i.open,t]),e.jsx(A.div,{"data-state":L(i.open),"data-disabled":i.disabled?"":void 0,id:i.contentId,hidden:!v,...r,ref:h,style:{"--radix-collapsible-content-height":w?`${w}px`:void 0,"--radix-collapsible-content-width":j?`${j}px`:void 0,...a.style},children:v&&s})});function L(a){return a?"open":"closed"}var Re=U,ke=J,Se=X,g="Accordion",qe=["Home","End","ArrowDown","ArrowUp","ArrowLeft","ArrowRight"],[Y,_e,Ee]=ve(g),[P,Ze]=W(g,[Ee,Q]),F=Q(),Z=m.forwardRef((a,n)=>{const{type:o,...t}=a,s=t,r=t;return e.jsx(Y.Provider,{scope:a.__scopeAccordion,children:o==="multiple"?e.jsx(Oe,{...r,ref:n}):e.jsx(Te,{...s,ref:n})})});Z.displayName=g;var[ee,De]=P(g),[ae,Me]=P(g,{collapsible:!1}),Te=m.forwardRef((a,n)=>{const{value:o,defaultValue:t,onValueChange:s=()=>{},collapsible:r=!1,...i}=a,[d,u]=D({prop:o,defaultProp:t??"",onChange:s,caller:g});return e.jsx(ee,{scope:a.__scopeAccordion,value:m.useMemo(()=>d?[d]:[],[d]),onItemOpen:u,onItemClose:m.useCallback(()=>r&&u(""),[r,u]),children:e.jsx(ae,{scope:a.__scopeAccordion,collapsible:r,children:e.jsx(oe,{...i,ref:n})})})}),Oe=m.forwardRef((a,n)=>{const{value:o,defaultValue:t,onValueChange:s=()=>{},...r}=a,[i,d]=D({prop:o,defaultProp:t??[],onChange:s,caller:g}),u=m.useCallback(h=>d((f=[])=>[...f,h]),[d]),p=m.useCallback(h=>d((f=[])=>f.filter(w=>w!==h)),[d]);return e.jsx(ee,{scope:a.__scopeAccordion,value:i,onItemOpen:u,onItemClose:p,children:e.jsx(ae,{scope:a.__scopeAccordion,collapsible:!0,children:e.jsx(oe,{...r,ref:n})})})}),[Le,R]=P(g),oe=m.forwardRef((a,n)=>{const{__scopeAccordion:o,disabled:t,dir:s,orientation:r="vertical",...i}=a,d=m.useRef(null),u=B(d,n),p=_e(o),f=xe(s)==="ltr",w=z(a.onKeyDown,y=>{var $;if(!qe.includes(y.key))return;const j=y.target,v=p().filter(_=>{var V;return!((V=_.ref.current)!=null&&V.disabled)}),b=v.findIndex(_=>_.ref.current===j),x=v.length;if(b===-1)return;y.preventDefault();let c=b;const C=0,k=x-1,S=()=>{c=b+1,c>k&&(c=C)},q=()=>{c=b-1,c<C&&(c=k)};switch(y.key){case"Home":c=C;break;case"End":c=k;break;case"ArrowRight":r==="horizontal"&&(f?S():q());break;case"ArrowDown":r==="vertical"&&S();break;case"ArrowLeft":r==="horizontal"&&(f?q():S());break;case"ArrowUp":r==="vertical"&&q();break}const fe=c%x;($=v[fe].ref.current)==null||$.focus()});return e.jsx(Le,{scope:o,disabled:t,direction:s,orientation:r,children:e.jsx(Y.Slot,{scope:o,children:e.jsx(A.div,{...i,"data-orientation":r,ref:u,onKeyDown:t?void 0:w})})})}),I="AccordionItem",[Ye,H]=P(I),te=m.forwardRef((a,n)=>{const{__scopeAccordion:o,value:t,...s}=a,r=R(I,o),i=De(I,o),d=F(o),u=G(),p=t&&i.value.includes(t)||!1,h=r.disabled||a.disabled;return e.jsx(Ye,{scope:o,open:p,disabled:h,triggerId:u,children:e.jsx(Re,{"data-orientation":r.orientation,"data-state":de(p),...d,...s,ref:n,disabled:h,open:p,onOpenChange:f=>{f?i.onItemOpen(t):i.onItemClose(t)}})})});te.displayName=I;var ne="AccordionHeader",re=m.forwardRef((a,n)=>{const{__scopeAccordion:o,...t}=a,s=R(g,o),r=H(ne,o);return e.jsx(A.h3,{"data-orientation":s.orientation,"data-state":de(r.open),"data-disabled":r.disabled?"":void 0,...t,ref:n})});re.displayName=ne;var E="AccordionTrigger",se=m.forwardRef((a,n)=>{const{__scopeAccordion:o,...t}=a,s=R(g,o),r=H(E,o),i=Me(E,o),d=F(o);return e.jsx(Y.ItemSlot,{scope:o,children:e.jsx(ke,{"aria-disabled":r.open&&!i.collapsible||void 0,"data-orientation":s.orientation,id:r.triggerId,...d,...t,ref:n})})});se.displayName=E;var ie="AccordionContent",ce=m.forwardRef((a,n)=>{const{__scopeAccordion:o,...t}=a,s=R(g,o),r=H(ie,o),i=F(o);return e.jsx(Se,{role:"region","aria-labelledby":r.triggerId,"data-orientation":s.orientation,...i,...t,ref:n,style:{"--radix-accordion-content-height":"var(--radix-collapsible-content-height)","--radix-accordion-content-width":"var(--radix-collapsible-content-width)",...a.style}})});ce.displayName=ie;function de(a){return a?"open":"closed"}var Fe=Z,He=te,$e=re,le=se,ue=ce;const Ve=Fe,pe=l.forwardRef(({className:a,...n},o)=>e.jsx(He,{ref:o,className:M("border-b",a),...n}));pe.displayName="AccordionItem";const me=l.forwardRef(({className:a,children:n,...o},t)=>e.jsx($e,{className:"flex",children:e.jsxs(le,{ref:t,className:M("flex flex-1 items-center justify-between py-4 font-medium transition-all hover:underline [&[data-state=open]>svg]:rotate-180",a),...o,children:[n,e.jsx(we,{className:"h-4 w-4 shrink-0 transition-transform duration-200"})]})}));me.displayName=le.displayName;const he=l.forwardRef(({className:a,children:n,...o},t)=>e.jsx(ue,{ref:t,className:"overflow-hidden text-sm transition-all data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down",...o,children:e.jsx("div",{className:M("pb-4 pt-0",a),children:n})}));he.displayName=ue.displayName;const We="/assets/lion-sunglasses-wP2NBbpa.jpeg",ea=()=>{const a=[{question:"What is an ecard?",answer:"An ecard (electronic card) is a digital greeting card that you can create, personalize, and send online. Unlike paper cards, ecards can include photos, custom messages, audio recordings, and can be delivered instantly via link, email, social media, or SMS."},{question:"How do I send an ecard?",answer:"Sending an ecard with LionPost is simple: 1) Click 'Create Card' on our homepage, 2) Upload your own photo or choose a template, 3) Add your personalized message, 4) Share via link, WhatsApp, Facebook, email, or SMS. The whole process takes just a few minutes."},{question:"How much does LionPost cost?",answer:"LionPost offers an affordable Premium subscription for unlimited card creations and sharing, starting at just $4/month (or save 25% with yearly billing). Premium includes AI-powered themes, SMS delivery, and priority support."},{question:"Can I send ecards on my phone?",answer:"Absolutely! LionPost is fully mobile-friendly. You can create, customize, and send ecards directly from your smartphone or tablet browser—no app download required."},{question:"What occasions can I send ecards for?",answer:"Ecards are perfect for any occasion: birthdays, Christmas, weddings, anniversaries, thank you messages, get well soon wishes, Valentine's Day, Mother's Day, Father's Day, graduations, new baby congratulations, sympathy cards, and more."},{question:"How many cards can I create?",answer:"With a Premium subscription, you can create and share unlimited cards. Sign up for an account and subscribe to get started!"},{question:"Can I add my own images to the cards?",answer:"Yes! You can upload your own photos and images to personalize your greeting cards. LionPost also offers AI-powered themes that can transform your images into stunning artwork."},{question:"What audio formats are supported?",answer:"You can record audio directly in the app or upload audio files. The recorded audio will be included in the saved version of your card, making your greeting even more personal."},{question:"How do I share my cards?",answer:"You can share your card via a unique link, email, WhatsApp, Facebook, Twitter, LinkedIn, or directly via SMS to a phone number. You can also download the card as an image."},{question:"What is AI-powered theme generation?",answer:"Our AI analyzes your card content and suggests beautiful themes that match the occasion and mood of your message. It can transform ordinary photos into artistic styles like watercolor, vintage, or holiday-themed designs."},{question:"Can I edit a card after creating it?",answer:"Yes, you can access and edit all your saved cards from your dashboard at any time. Changes are saved automatically."},{question:"Are ecards better than paper cards?",answer:"Ecards offer several advantages: instant delivery (no waiting for mail), eco-friendly (no paper waste), multimedia features (photos, audio, video), cost-effective, and recipients can access them anytime. Paper cards have sentimental value but lack the speed and personalization of digital cards."},{question:"Can I send an ecard anonymously?",answer:"Yes! LionPost offers an anonymous sending feature that lets you send heartfelt messages without revealing your identity. Perfect for secret admirers, random acts of kindness, or mystery birthday wishes."},{question:"Do ecards arrive instantly?",answer:"Yes! Unlike paper cards that take days to mail, ecards are delivered instantly. As soon as you share the link or send via SMS, the recipient can view your card immediately."},{question:"Can I schedule an ecard to send later?",answer:"Currently, LionPost cards are sent immediately when you share them. You can create your card in advance and save it to your dashboard, then share it at the perfect moment."},{question:"Are ecards eco-friendly?",answer:"Yes! Ecards are an environmentally friendly alternative to paper cards. They require no paper, ink, or physical shipping, significantly reducing carbon footprint and waste."},{question:"What payment methods do you accept?",answer:"We accept all major credit cards (Visa, Mastercard, American Express) and process payments securely through Stripe."},{question:"Can I cancel my subscription anytime?",answer:"Yes, you can cancel your subscription at any time from your account settings. You'll continue to have access until the end of your billing period."},{question:"Do I need to create an account to send an ecard?",answer:"Yes, you'll need to create an account and subscribe to our Premium plan to create, save, and share ecards. Signing up is quick and easy!"},{question:"How long do ecards stay available?",answer:"Cards created with LionPost remain accessible via their unique link indefinitely. Recipients can view and revisit your card anytime."}],n=a.map(o=>({question:o.question,answer:o.answer}));return e.jsxs(e.Fragment,{children:[e.jsx(Ce,{title:"Ecard FAQ - Common Questions About Digital Greeting Cards | LionPost",description:"Get answers to common questions about ecards and digital greeting cards. Learn how to send ecards, if they're free, how they work, and why they're better than paper cards.",keywords:"ecard FAQ, how to send ecard, are ecards free, digital greeting card questions, ecard help, online card FAQ",canonicalPath:"/faq"}),e.jsx(Ae,{type:"faq",data:{questions:n}}),e.jsx("div",{className:"min-h-screen bg-gradient-to-br from-background via-background to-primary/5",children:e.jsxs("div",{className:"container mx-auto px-4 py-8",children:[e.jsx(je,{items:[{label:"FAQ",href:"/faq"}],className:"mb-6"}),e.jsxs("div",{className:"text-center mb-12",children:[e.jsxs("div",{className:"flex items-center justify-center gap-6 mb-4",children:[e.jsx("img",{src:We,alt:"Lion with sunglasses",className:"w-16 h-16 md:w-20 md:h-20 object-cover rounded-full"}),e.jsx("h1",{className:"text-4xl md:text-5xl font-bold bg-gradient-to-r from-primary to-primary/60 bg-clip-text text-transparent",children:"Frequently Asked Questions"})]}),e.jsx("p",{className:"text-lg text-muted-foreground max-w-2xl mx-auto",children:"Everything you need to know about ecards and digital greeting cards"})]}),e.jsxs("div",{className:"max-w-3xl mx-auto",children:[e.jsx(Ve,{type:"single",collapsible:!0,className:"space-y-4",children:a.map((o,t)=>e.jsxs(pe,{value:`item-${t}`,className:"bg-card rounded-lg px-6 border",children:[e.jsx(me,{className:"text-left hover:no-underline",children:e.jsx("span",{className:"font-semibold",children:o.question})}),e.jsx(he,{className:"text-muted-foreground",children:o.answer})]},t))}),e.jsxs("div",{className:"mt-12 text-center p-8 bg-card rounded-lg border",children:[e.jsx("h2",{className:"text-2xl font-bold mb-2",children:"Still have questions?"}),e.jsx("p",{className:"text-muted-foreground mb-4",children:"We're here to help! Get in touch with our support team."}),e.jsx(be,{asChild:!0,children:e.jsx("a",{href:"mailto:hello@lionpost.com",children:"Contact Us"})})]})]})]})})]})};export{ea as default};