|
| 1 | +<x-layout title="NativePHP for iOS and Android"> |
| 2 | + {{-- Hero Section --}} |
| 3 | + <section |
| 4 | + class="mt-10 md:mt-14" |
| 5 | + aria-labelledby="hero-heading" |
| 6 | + > |
| 7 | + <header class="relative z-10 grid place-items-center text-center"> |
| 8 | + {{-- Primary Heading --}} |
| 9 | + <h1 |
| 10 | + id="hero-heading" |
| 11 | + x-init=" |
| 12 | + () => { |
| 13 | + motion.inView($el, (element) => { |
| 14 | + motion.animate( |
| 15 | + $el, |
| 16 | + { |
| 17 | + opacity: [0, 1], |
| 18 | + y: [-10, 0], |
| 19 | + }, |
| 20 | + { |
| 21 | + duration: 0.7, |
| 22 | + ease: motion.easeOut, |
| 23 | + }, |
| 24 | + ) |
| 25 | + }) |
| 26 | + } |
| 27 | + " |
| 28 | + class="text-3xl font-extrabold sm:text-4xl" |
| 29 | + > |
| 30 | + Discounted Licenses |
| 31 | + </h1> |
| 32 | + |
| 33 | + {{-- Introduction Description --}} |
| 34 | + <h2 |
| 35 | + x-init=" |
| 36 | + () => { |
| 37 | + motion.inView($el, (element) => { |
| 38 | + motion.animate( |
| 39 | + $el, |
| 40 | + { |
| 41 | + opacity: [0, 1], |
| 42 | + y: [10, 0], |
| 43 | + }, |
| 44 | + { |
| 45 | + duration: 0.7, |
| 46 | + ease: motion.easeOut, |
| 47 | + }, |
| 48 | + ) |
| 49 | + }) |
| 50 | + } |
| 51 | + " |
| 52 | + class="mx-auto max-w-xl pt-4 text-base/relaxed text-gray-600 sm:text-lg/relaxed dark:text-gray-400" |
| 53 | + > |
| 54 | + Thanks for supporting NativePHP and Bifrost.<br> |
| 55 | + Now go get your discounted license! |
| 56 | + </h2> |
| 57 | + </header> |
| 58 | + </section> |
| 59 | + |
| 60 | + {{-- Pricing Section --}} |
| 61 | + <livewire:mobile-pricing :discounted="true" /> |
| 62 | + |
| 63 | + {{-- Ultra Section --}} |
| 64 | + <x-ultra-plan /> |
| 65 | + |
| 66 | + {{-- Testimonials Section --}} |
| 67 | + {{-- <x-testimonials /> --}} |
| 68 | + |
| 69 | + {{-- FAQ Section --}} |
| 70 | + <section |
| 71 | + class="mt-24" |
| 72 | + aria-labelledby="faq-heading" |
| 73 | + > |
| 74 | + {{-- Section Heading --}} |
| 75 | + <h2 |
| 76 | + id="faq-heading" |
| 77 | + x-init=" |
| 78 | + () => { |
| 79 | + motion.inView($el, (element) => { |
| 80 | + motion.animate( |
| 81 | + $el, |
| 82 | + { |
| 83 | + opacity: [0, 1], |
| 84 | + y: [-10, 0], |
| 85 | + }, |
| 86 | + { |
| 87 | + duration: 0.7, |
| 88 | + ease: motion.easeOut, |
| 89 | + }, |
| 90 | + ) |
| 91 | + }) |
| 92 | + } |
| 93 | + " |
| 94 | + class="text-center text-3xl font-semibold opacity-0" |
| 95 | + > |
| 96 | + Frequently Asked Questions |
| 97 | + </h2> |
| 98 | + |
| 99 | + {{-- FAQ List --}} |
| 100 | + <div |
| 101 | + x-init=" |
| 102 | + () => { |
| 103 | + motion.inView($el, (element) => { |
| 104 | + motion.animate( |
| 105 | + Array.from($el.children), |
| 106 | + { |
| 107 | + x: [-50, 0], |
| 108 | + opacity: [0, 1], |
| 109 | + }, |
| 110 | + { |
| 111 | + duration: 0.7, |
| 112 | + ease: motion.circOut, |
| 113 | + delay: motion.stagger(0.1), |
| 114 | + }, |
| 115 | + ) |
| 116 | + }) |
| 117 | + } |
| 118 | + " |
| 119 | + class="mx-auto flex w-full max-w-2xl flex-col items-center gap-4 pt-10" |
| 120 | + aria-labelledby="faq-heading" |
| 121 | + > |
| 122 | + <x-faq-card question="Are these discounted licenses different somehow? What's the catch?"> |
| 123 | + <p> |
| 124 | + No catch! They're the same licenses. |
| 125 | + </p> |
| 126 | + </x-faq-card> |
| 127 | + |
| 128 | + <x-faq-card |
| 129 | + question="When my discounted license renews, will it renew at the same price or go up to the regular price?" |
| 130 | + > |
| 131 | + <p> |
| 132 | + It'll renew at the <em>discounted</em> price. As long as you keep up your subscription, you'll |
| 133 | + benefit from that discounted price. |
| 134 | + </p> |
| 135 | + </x-faq-card> |
| 136 | + |
| 137 | + <x-faq-card |
| 138 | + question="Can I still build apps if I choose not to renew my license?" |
| 139 | + > |
| 140 | + <p> |
| 141 | + Yes. Renewing your license entitles you to receive the |
| 142 | + latest package updates but isn't required to build and |
| 143 | + release apps. |
| 144 | + </p> |
| 145 | + </x-faq-card> |
| 146 | + |
| 147 | + <x-faq-card question="Can I upgrade or downgrade my license later?"> |
| 148 | + <p>That's not currently possible.</p> |
| 149 | + </x-faq-card> |
| 150 | + |
| 151 | + <x-faq-card question="Can I use NativePHP for commercial projects?"> |
| 152 | + <p> |
| 153 | + Absolutely! You can use NativePHP for any kind of project, |
| 154 | + including commercial ones. We can't wait to see what you |
| 155 | + build! |
| 156 | + </p> |
| 157 | + </x-faq-card> |
| 158 | + |
| 159 | + <x-faq-card question="Can I get an invoice?"> |
| 160 | + <p> |
| 161 | + You'll get an invoice with your receipt via email and you can always retrieve past invoices |
| 162 | + in the |
| 163 | + <a |
| 164 | + href="https://billing.stripe.com/p/login/4gwaGV5VK0uU44E288" |
| 165 | + onclick="event.stopPropagation()" |
| 166 | + class="inline-block underline hover:text-violet-400" |
| 167 | + aria-label="Stripe billing portal" |
| 168 | + target="_blank" |
| 169 | + > |
| 170 | + Stripe billing portal. |
| 171 | + </a> |
| 172 | + </p> |
| 173 | + </x-faq-card> |
| 174 | + |
| 175 | + <x-faq-card question="How can I manage my subscription?"> |
| 176 | + <p> |
| 177 | + You can manage your subscription via the |
| 178 | + <a |
| 179 | + href="https://billing.stripe.com/p/login/4gwaGV5VK0uU44E288" |
| 180 | + onclick="event.stopPropagation()" |
| 181 | + class="inline-block underline hover:text-violet-400" |
| 182 | + aria-label="Stripe billing portal" |
| 183 | + target="_blank" |
| 184 | + > |
| 185 | + Stripe billing portal. |
| 186 | + </a> |
| 187 | + </p> |
| 188 | + </x-faq-card> |
| 189 | + </div> |
| 190 | + </section> |
| 191 | +</x-layout> |
0 commit comments