@zorgo/next 1.3.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.d.mts +9 -0
- package/dist/cli.d.ts +9 -0
- package/dist/cli.js +44 -66
- package/dist/cli.js.map +1 -1
- package/dist/cli.mjs +43 -65
- package/dist/cli.mjs.map +1 -1
- package/dist/components.d.mts +735 -5
- package/dist/components.d.ts +735 -5
- package/dist/components.js +3692 -525
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +3663 -540
- package/dist/components.mjs.map +1 -1
- package/dist/images.d.mts +25 -13
- package/dist/images.d.ts +25 -13
- package/dist/images.js +18 -8
- package/dist/images.js.map +1 -1
- package/dist/images.mjs +15 -8
- package/dist/images.mjs.map +1 -1
- package/dist/index.d.mts +315 -9
- package/dist/index.d.ts +315 -9
- package/dist/index.js +58 -52
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +58 -52
- package/dist/index.mjs.map +1 -1
- package/dist/item-page.d.mts +6 -0
- package/dist/item-page.d.ts +6 -0
- package/dist/item-page.js +4 -2
- package/dist/item-page.js.map +1 -1
- package/dist/item-page.mjs +4 -2
- package/dist/item-page.mjs.map +1 -1
- package/dist/legal.d.mts +31 -0
- package/dist/legal.d.ts +31 -0
- package/dist/legal.js +322 -0
- package/dist/legal.js.map +1 -0
- package/dist/legal.mjs +293 -0
- package/dist/legal.mjs.map +1 -0
- package/dist/seo.d.mts +56 -1
- package/dist/seo.d.ts +56 -1
- package/dist/seo.js +111 -2
- package/dist/seo.js.map +1 -1
- package/dist/seo.mjs +106 -1
- package/dist/seo.mjs.map +1 -1
- package/dist/server.d.mts +27 -1
- package/dist/server.d.ts +27 -1
- package/dist/server.js +322 -102
- package/dist/server.js.map +1 -1
- package/dist/server.mjs +322 -104
- package/dist/server.mjs.map +1 -1
- package/dist/slugs.d.mts +2 -1
- package/dist/slugs.d.ts +2 -1
- package/dist/slugs.js +2 -0
- package/dist/slugs.js.map +1 -1
- package/dist/slugs.mjs +1 -0
- package/dist/tree/README.md +2 -2
- package/dist/tree/app/error.tsx +12 -3
- package/dist/tree/app/global-error.tsx +21 -4
- package/dist/tree/app/globals.css +41 -0
- package/dist/tree/app/not-found.tsx +17 -3
- package/dist/tree/app/privacy/page.tsx.gen.ts +28 -9
- package/dist/tree/app/terms/page.tsx.gen.ts +26 -10
- package/dist/tree/gitignore +6 -1
- package/dist/tree/next.config.ts +6 -5
- package/dist/tree/open-next.config.ts +7 -0
- package/dist/tree/package.json.gen.ts +8 -2
- package/package.json +7 -2
- package/dist/tree/app/globals.css.gen.ts +0 -124
package/dist/legal.js
ADDED
|
@@ -0,0 +1,322 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/components/server/legal-entry.ts
|
|
21
|
+
var legal_entry_exports = {};
|
|
22
|
+
__export(legal_entry_exports, {
|
|
23
|
+
LegalPage: () => LegalPage,
|
|
24
|
+
privacyPolicyHtml: () => privacyPolicyHtml,
|
|
25
|
+
termsOfUseHtml: () => termsOfUseHtml
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(legal_entry_exports);
|
|
28
|
+
|
|
29
|
+
// src/components/server/LegalPage.tsx
|
|
30
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
31
|
+
var TYPOGRAPHY = [
|
|
32
|
+
"leading-[1.7]",
|
|
33
|
+
"[&_h2]:text-[1.375rem] [&_h2]:font-semibold [&_h2]:leading-snug [&_h2]:mt-10 [&_h2]:mb-3",
|
|
34
|
+
"[&_h3]:text-base [&_h3]:font-semibold [&_h3]:mt-6 [&_h3]:mb-2",
|
|
35
|
+
"[&_p]:mb-4",
|
|
36
|
+
"[&_ul]:mb-4 [&_ul]:pl-6 [&_ul]:list-disc",
|
|
37
|
+
"[&_ol]:mb-4 [&_ol]:pl-6 [&_ol]:list-decimal",
|
|
38
|
+
"[&_li]:mb-1.5",
|
|
39
|
+
"[&_a]:underline",
|
|
40
|
+
"[&_strong]:font-semibold"
|
|
41
|
+
].join(" ");
|
|
42
|
+
function LegalPage({
|
|
43
|
+
title,
|
|
44
|
+
lastUpdated,
|
|
45
|
+
html,
|
|
46
|
+
className,
|
|
47
|
+
children
|
|
48
|
+
}) {
|
|
49
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("main", { className: `px-4 py-12 ${className ?? ""}`, children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("article", { className: `mx-auto max-w-3xl ${TYPOGRAPHY}`, children: [
|
|
50
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("h1", { className: "text-[2rem] font-bold leading-tight mb-2", children: title }),
|
|
51
|
+
lastUpdated ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("p", { className: "opacity-60", children: [
|
|
52
|
+
"Last Updated: ",
|
|
53
|
+
lastUpdated
|
|
54
|
+
] }) : null,
|
|
55
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { dangerouslySetInnerHTML: { __html: html } }),
|
|
56
|
+
children
|
|
57
|
+
] }) });
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// src/components/server/legal.ts
|
|
61
|
+
function resolve(o) {
|
|
62
|
+
return {
|
|
63
|
+
brand: o.brand,
|
|
64
|
+
legalName: o.legalName ?? o.brand,
|
|
65
|
+
lastUpdated: o.lastUpdated,
|
|
66
|
+
hostingProvider: o.hostingProvider ?? "Cloudflare",
|
|
67
|
+
governingState: o.governingState ?? "Michigan"
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
function privacyPolicyHtml(options) {
|
|
71
|
+
const { brand, legalName, hostingProvider } = resolve(options);
|
|
72
|
+
return `
|
|
73
|
+
<section>
|
|
74
|
+
<h2>1. Introduction</h2>
|
|
75
|
+
<p>${legalName} ("${brand}," "we," "us," or "our") values your privacy. This Privacy Policy explains how we collect, use, store, and protect your personal information when you use our online ordering website (the "Website"), which is operated on our behalf by Zorgo Inc. ("Zorgo"), our third-party technology provider.</p>
|
|
76
|
+
<p>By using the Website and placing orders, you agree to the practices described in this Privacy Policy. If you do not agree, please do not use the Website.</p>
|
|
77
|
+
</section>
|
|
78
|
+
|
|
79
|
+
<section>
|
|
80
|
+
<h2>2. Information We Collect</h2>
|
|
81
|
+
<h3>Information You Provide</h3>
|
|
82
|
+
<p>When you place an order through our Website, we collect the following personal information:</p>
|
|
83
|
+
<ul>
|
|
84
|
+
<li><strong>Name</strong> (first and last name)</li>
|
|
85
|
+
<li><strong>Email address</strong></li>
|
|
86
|
+
<li><strong>Phone number</strong></li>
|
|
87
|
+
<li><strong>Order details</strong>, including the food and beverage items you select, quantities, customizations, and order preferences</li>
|
|
88
|
+
<li><strong>Payment information</strong>, which is processed securely by Stripe (our third-party payment processor) and is not stored on our servers</li>
|
|
89
|
+
<li><strong>Promotional preferences</strong>, specifically whether you have opted in to receive marketing text messages</li>
|
|
90
|
+
</ul>
|
|
91
|
+
|
|
92
|
+
<h3>Information Collected Automatically</h3>
|
|
93
|
+
<p>When you visit our Website, general usage data such as page views and site performance metrics may be collected by ${hostingProvider}, our hosting and analytics provider. This data is aggregated and is not used to identify you personally.</p>
|
|
94
|
+
|
|
95
|
+
<h3>Local Storage</h3>
|
|
96
|
+
<p>Our Website uses your browser's local storage to keep your shopping cart contents and selected location between visits. This data stays on your device and is not sent to our servers until you place an order.</p>
|
|
97
|
+
</section>
|
|
98
|
+
|
|
99
|
+
<section>
|
|
100
|
+
<h2>3. How We Use Your Information</h2>
|
|
101
|
+
<p>We use your personal information for the following purposes:</p>
|
|
102
|
+
<ul>
|
|
103
|
+
<li><strong>Order processing and fulfillment:</strong> To process, prepare, and manage your food orders.</li>
|
|
104
|
+
<li><strong>Customer communication:</strong> To contact you about your order status, confirm orders, and respond to inquiries.</li>
|
|
105
|
+
<li><strong>Order history:</strong> Your food selections and order history are saved in our database and associated with your name and phone number so we can provide a better ordering experience.</li>
|
|
106
|
+
<li><strong>Food recommendations:</strong> We may use your past order data and food selections to develop and improve a food recommendations algorithm designed to suggest menu items you may enjoy. This is based on your ordering patterns and preferences.</li>
|
|
107
|
+
<li><strong>Promotional messages (only with your consent):</strong> If you voluntarily opt in by checking the SMS marketing consent box during checkout, we may send you promotional offers, coupons, and cart reminders via text message. This consent is entirely optional and is never required to place an order.</li>
|
|
108
|
+
<li><strong>Payment processing:</strong> To securely process your payment through Stripe.</li>
|
|
109
|
+
<li><strong>Website improvement:</strong> To analyze usage patterns and improve the performance and functionality of our Website.</li>
|
|
110
|
+
</ul>
|
|
111
|
+
</section>
|
|
112
|
+
|
|
113
|
+
<section>
|
|
114
|
+
<h2>4. Data Storage and Third-Party Services</h2>
|
|
115
|
+
<h3>Zorgo Inc. (Technology Provider)</h3>
|
|
116
|
+
<p>Our Website is built and maintained by Zorgo Inc.. Your personal information, including your name, phone number, email address, and order history, is stored and processed by Zorgo Inc. using Supabase, a secure cloud database platform. This data is stored to facilitate order fulfillment, customer service, and the features described in this Privacy Policy.</p>
|
|
117
|
+
|
|
118
|
+
<h3>Stripe (Payment Processing)</h3>
|
|
119
|
+
<p>Payment information is processed securely by Stripe. We do not store your credit card numbers, debit card numbers, or other sensitive payment details on our servers. Stripe's handling of your payment data is governed by their own privacy policy, available at <a href="https://stripe.com/privacy" target="_blank" rel="noopener noreferrer">stripe.com/privacy</a>.</p>
|
|
120
|
+
|
|
121
|
+
<h3>${hostingProvider} (Hosting and Analytics)</h3>
|
|
122
|
+
<p>Our Website is hosted on ${hostingProvider}, which processes anonymous, aggregated usage metrics on our behalf and does not receive your order or contact details.</p>
|
|
123
|
+
</section>
|
|
124
|
+
|
|
125
|
+
<section>
|
|
126
|
+
<h2>5. Text Message Marketing</h2>
|
|
127
|
+
<p><strong>SMS marketing is completely optional and is never required to place an order or use the Website.</strong></p>
|
|
128
|
+
<p>If you choose to opt in during checkout, you consent to receive recurring automated marketing messages from ${legalName} at the phone number you provide. These messages may include promotions, special offers, coupons, and cart reminders.</p>
|
|
129
|
+
<ul>
|
|
130
|
+
<li>Message and data rates may apply.</li>
|
|
131
|
+
<li>You may opt out at any time by replying <strong>STOP</strong> to any marketing message.</li>
|
|
132
|
+
<li>For help, reply <strong>HELP</strong> to any marketing message.</li>
|
|
133
|
+
<li>Consent is not a condition of purchase.</li>
|
|
134
|
+
</ul>
|
|
135
|
+
<p>We do not share your phone number with third parties for their own marketing purposes.</p>
|
|
136
|
+
</section>
|
|
137
|
+
|
|
138
|
+
<section>
|
|
139
|
+
<h2>6. Data Sharing</h2>
|
|
140
|
+
<p>We do not sell your personal information to third parties. We share your information only with the following parties, and only as necessary to operate the Website and fulfill your orders:</p>
|
|
141
|
+
<ul>
|
|
142
|
+
<li><strong>Zorgo Inc.:</strong> Our technology provider, which stores and processes your data for order fulfillment and website operation.</li>
|
|
143
|
+
<li><strong>Stripe:</strong> Our payment processor, which receives only the payment information necessary to complete your transaction.</li>
|
|
144
|
+
<li><strong>${hostingProvider}:</strong> Our hosting provider, which may process anonymized analytics data.</li>
|
|
145
|
+
</ul>
|
|
146
|
+
<p>We may also disclose your information if required by law, regulation, legal process, or governmental request.</p>
|
|
147
|
+
</section>
|
|
148
|
+
|
|
149
|
+
<section>
|
|
150
|
+
<h2>7. Data Retention</h2>
|
|
151
|
+
<p>We retain your personal information, including your name, phone number, email address, and order history, for as long as necessary to provide our services, improve your ordering experience, and comply with legal obligations. If you would like to request deletion of your data, please contact us using the information provided below.</p>
|
|
152
|
+
</section>
|
|
153
|
+
|
|
154
|
+
<section>
|
|
155
|
+
<h2>8. Data Security</h2>
|
|
156
|
+
<p>We take reasonable measures to protect your personal information from unauthorized access, disclosure, alteration, and destruction. Data is stored in secure cloud infrastructure, payment processing is handled by PCI-compliant providers such as Stripe, and access to personal data is restricted to authorized personnel. No method of transmission over the internet or method of electronic storage is completely secure, so we cannot guarantee absolute security.</p>
|
|
157
|
+
</section>
|
|
158
|
+
|
|
159
|
+
<section>
|
|
160
|
+
<h2>9. Your Rights</h2>
|
|
161
|
+
<p>Depending on your location, you may have the following rights regarding your personal information:</p>
|
|
162
|
+
<ul>
|
|
163
|
+
<li><strong>Access:</strong> You may request a copy of the personal information we hold about you.</li>
|
|
164
|
+
<li><strong>Correction:</strong> You may request that we correct inaccurate or incomplete personal information.</li>
|
|
165
|
+
<li><strong>Deletion:</strong> You may request that we delete your personal information, subject to certain legal exceptions.</li>
|
|
166
|
+
<li><strong>Opt-out of marketing:</strong> You may opt out of SMS marketing at any time by replying STOP or by contacting us directly.</li>
|
|
167
|
+
</ul>
|
|
168
|
+
<p>To exercise any of these rights, please contact us using the information in the Contact section below.</p>
|
|
169
|
+
</section>
|
|
170
|
+
|
|
171
|
+
<section>
|
|
172
|
+
<h2>10. Children's Privacy</h2>
|
|
173
|
+
<p>Our Website is not intended for use by individuals under the age of 13. We do not knowingly collect personal information from children under 13. If we become aware that we have collected information from a child under 13 without parental consent, we will take steps to delete that information.</p>
|
|
174
|
+
</section>
|
|
175
|
+
|
|
176
|
+
<section>
|
|
177
|
+
<h2>11. Changes to This Privacy Policy</h2>
|
|
178
|
+
<p>We reserve the right to update this Privacy Policy at any time. When we make changes, we will update the "Last Updated" date at the top of this page. Your continued use of the Website after any changes are posted constitutes your acceptance of the updated Privacy Policy.</p>
|
|
179
|
+
</section>
|
|
180
|
+
|
|
181
|
+
<section>
|
|
182
|
+
<h2>12. Contact Us</h2>
|
|
183
|
+
<p>If you have any questions or concerns about this Privacy Policy, or if you wish to exercise your data rights, please contact us at any of the phone numbers listed in the footer of this website.</p>
|
|
184
|
+
</section>
|
|
185
|
+
`.trim();
|
|
186
|
+
}
|
|
187
|
+
function termsOfUseHtml(options) {
|
|
188
|
+
const { brand, legalName, governingState } = resolve(options);
|
|
189
|
+
const upper = legalName.toUpperCase();
|
|
190
|
+
return `
|
|
191
|
+
<section>
|
|
192
|
+
<h2>1. Acceptance of Terms</h2>
|
|
193
|
+
<p>Welcome to the online ordering website of ${legalName} ("${brand}," "we," "us," or "our"). By accessing and using our website, including placing orders through our online ordering system (the "Website"), you agree to be bound by these Terms of Use ("Terms"). If you do not agree to these Terms, you must not use the Website.</p>
|
|
194
|
+
</section>
|
|
195
|
+
|
|
196
|
+
<section>
|
|
197
|
+
<h2>2. Website Use and Access</h2>
|
|
198
|
+
<h3>Permitted Use</h3>
|
|
199
|
+
<p>The Website is provided by Zorgo Inc. ("Zorgo") under contract with ${brand}. It is for your personal, non-commercial use to browse our menu, place online orders for food and beverages offered by ${brand}, and access related information.</p>
|
|
200
|
+
<h3>Data Storage for Order Fulfillment</h3>
|
|
201
|
+
<p>To facilitate online ordering and fulfill your orders, Zorgo Inc., our third-party service provider, will store and process certain user data. This data may include your name, email address, phone number, order history, and delivery information as necessary to process and manage your orders effectively. By using this Website and placing orders, you consent to the storage and processing of your data by Zorgo Inc. for the purpose of order fulfillment and related customer service. Details about data handling practices are further described in our Privacy Policy.</p>
|
|
202
|
+
<h3 id="tos-consent">Required Consent for Order Processing</h3>
|
|
203
|
+
<p>By placing an order through our Website, you are required to agree to our Terms of Service and Privacy Policy. This consent is necessary for us to process your order, handle your payment, and fulfill your request. You cannot place an order without accepting these terms.</p>
|
|
204
|
+
<h3 id="sms-consent">Optional Text Message Consent (Marketing)</h3>
|
|
205
|
+
<p><strong>This consent is completely optional and is not required to place an order.</strong> If you choose to check the optional SMS marketing consent box during checkout, you are providing your <strong>express written consent</strong> to receive <strong>recurring automated marketing messages</strong> from ${legalName} at the phone number provided, including promotions, coupons, and cart reminders. <strong>Consent is not a condition of purchase. Msg & data rates may apply.</strong> You may opt out at any time by replying <strong>STOP</strong>. For help, reply <strong>HELP</strong>.</p>
|
|
206
|
+
<h3>Prohibited Uses</h3>
|
|
207
|
+
<ul>
|
|
208
|
+
<li>Use the Website for any unlawful purpose.</li>
|
|
209
|
+
<li>Attempt to gain unauthorized access to any portion of the Website, server, or related systems or networks.</li>
|
|
210
|
+
<li>Interfere with or disrupt the operation of the Website or the servers or networks used to make the Website available.</li>
|
|
211
|
+
<li>Use any robot, spider, scraper, or other automated means to access the Website without express written permission.</li>
|
|
212
|
+
<li>Transmit any viruses, worms, or other malicious code.</li>
|
|
213
|
+
<li>Misrepresent your identity or provide false information when using the Website.</li>
|
|
214
|
+
</ul>
|
|
215
|
+
</section>
|
|
216
|
+
|
|
217
|
+
<section>
|
|
218
|
+
<h2>3. Ordering System and Order Placement</h2>
|
|
219
|
+
<h3>Ordering Process</h3>
|
|
220
|
+
<p>You can place orders through the Website by selecting menu items, specifying quantities and options, and proceeding through the online checkout process.</p>
|
|
221
|
+
<h3>Order as Offer</h3>
|
|
222
|
+
<p>Your order placement through the Website constitutes an offer to purchase the selected items from ${brand}. All orders are subject to acceptance by us.</p>
|
|
223
|
+
<h3>Order Confirmation</h3>
|
|
224
|
+
<p>After you place an order, you will receive an order confirmation, typically via email or on the Website. This confirmation does not guarantee acceptance of your order but confirms that we have received it. Acceptance of your order and the formation of a contract between you and ${brand} will occur when we begin preparing your order.</p>
|
|
225
|
+
<h3>Order Modifications, Cancellations, and Refunds</h3>
|
|
226
|
+
<ul>
|
|
227
|
+
<li>You may be able to modify or cancel your order before it is prepared. Contact us immediately if you need changes.</li>
|
|
228
|
+
<li>Once preparation has begun, modifications or cancellations may not be possible.</li>
|
|
229
|
+
<li>If an order is cancelled before preparation begins, you will receive a full refund via your original payment method. For orders cancelled after preparation has started, refunds may be issued at our sole discretion. If you are dissatisfied with your order, please contact us immediately.</li>
|
|
230
|
+
<li>Our policies on modifications, cancellations, and refunds are subject to change and will be communicated at the time of order placement or confirmation.</li>
|
|
231
|
+
</ul>
|
|
232
|
+
</section>
|
|
233
|
+
|
|
234
|
+
<section>
|
|
235
|
+
<h2>4. Pricing and Payment</h2>
|
|
236
|
+
<h3>Pricing Accuracy</h3>
|
|
237
|
+
<p>We strive to ensure that all prices displayed on the Website are accurate. However, errors may occur. In the event of a pricing error, we reserve the right to refuse or cancel any orders placed at the incorrect price, even if your order has been confirmed. If we discover a pricing error after confirmation, we will contact you for instructions or cancel your order and provide a refund.</p>
|
|
238
|
+
<h3>Payment Methods</h3>
|
|
239
|
+
<p>We accept online payments through major credit and debit cards. Payment processing is handled securely by Stripe, a third-party payment processor. By placing an order, you authorize Stripe to charge your designated payment method for the total order amount, including applicable taxes and fees.</p>
|
|
240
|
+
<h3>Sales Tax and Fees</h3>
|
|
241
|
+
<p>Prices displayed on the Website do not include sales tax, which is applied at checkout. Delivery fees or other service charges, if applicable, will be added to the total during the checkout process. Zorgo will charge a 2% upcharge to your order to facilitate operation costs.</p>
|
|
242
|
+
</section>
|
|
243
|
+
|
|
244
|
+
<section>
|
|
245
|
+
<h2>5. Menu and Product Information</h2>
|
|
246
|
+
<h3>Menu Accuracy</h3>
|
|
247
|
+
<p>We make reasonable efforts to ensure that menu descriptions, photographs, ingredient lists, and other product information on the Website are accurate and up to date. However, menu items, ingredients, and availability are subject to change without notice.</p>
|
|
248
|
+
<h3>Availability</h3>
|
|
249
|
+
<p>All menu items are subject to availability. If an item you order is out of stock, we will notify you and may offer substitutions or remove the item from your order and adjust the total price.</p>
|
|
250
|
+
<h3>Allergen and Dietary Information Disclaimer</h3>
|
|
251
|
+
<p><strong>IMPORTANT, PLEASE READ CAREFULLY:</strong> We provide information about ingredients and potential allergens to the best of our ability. However, our food preparation environment involves shared equipment and surfaces, and cross-contamination is possible. <strong>WE CANNOT GUARANTEE THE ABSENCE OF ANY ALLERGENS.</strong> If you have severe allergies or dietary restrictions, it is your responsibility to inform us <strong>BEFORE</strong> placing your order and to verify allergen information upon pickup or delivery. ${legalName} is not responsible for any adverse reactions resulting from allergies or dietary restrictions.</p>
|
|
252
|
+
</section>
|
|
253
|
+
|
|
254
|
+
<section>
|
|
255
|
+
<h2>6. Intellectual Property</h2>
|
|
256
|
+
<h3>Website Content Ownership</h3>
|
|
257
|
+
<p>The Website and its entire contents, features, and functionality are owned by ${legalName} and/or Zorgo Inc. and are protected by applicable laws.</p>
|
|
258
|
+
<h3>Limited License</h3>
|
|
259
|
+
<p>We grant you a limited, non-exclusive, non-transferable, revocable license to access and use the Website solely for the purpose of browsing our menu and placing orders for personal, non-commercial use in accordance with these Terms.</p>
|
|
260
|
+
<h3>Restrictions on Use</h3>
|
|
261
|
+
<p>You must not reproduce, distribute, modify, create derivative works of, publicly display, publicly perform, republish, download, store, or transmit any of the material on our Website except as is incidental to normal Website browsing and use. You must not use any ${brand} trademarks, logos, or service marks without our prior written consent.</p>
|
|
262
|
+
</section>
|
|
263
|
+
|
|
264
|
+
<section>
|
|
265
|
+
<h2>7. Disclaimers and Limitations of Liability</h2>
|
|
266
|
+
<h3>Website Provided "As Is"</h3>
|
|
267
|
+
<p><strong>THE WEBSITE IS PROVIDED ON AN "AS IS" AND "AS AVAILABLE" BASIS, WITHOUT ANY WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.</strong></p>
|
|
268
|
+
<h3>No Warranty of Accuracy</h3>
|
|
269
|
+
<p><strong>WE DO NOT WARRANT THAT THE WEBSITE OR ITS CONTENT WILL BE ACCURATE, RELIABLE, ERROR-FREE, OR UNINTERRUPTED, THAT DEFECTS WILL BE CORRECTED, OR THAT THE WEBSITE OR THE SERVER THAT MAKES IT AVAILABLE ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS.</strong></p>
|
|
270
|
+
<h3>Limitation of Liability</h3>
|
|
271
|
+
<p><strong>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL ${upper} OR ZORGO LLC BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, OR ANY LOSS OF PROFITS OR REVENUES, WHETHER INCURRED DIRECTLY OR INDIRECTLY, RESULTING FROM ANY USE OF OR INABILITY TO USE THE WEBSITE, UNAUTHORIZED ACCESS, OR OTHER CAUSES DESCRIBED IN THESE TERMS.</strong></p>
|
|
272
|
+
<h3>Maximum Liability</h3>
|
|
273
|
+
<p><strong>IN NO EVENT SHALL THE AGGREGATE LIABILITY OF ${upper} AND ZORGO LLC EXCEED THE AMOUNT YOU PAID FOR THE ORDER GIVING RISE TO THE CLAIM, OR FIFTY US DOLLARS ($50.00), WHICHEVER IS GREATER.</strong></p>
|
|
274
|
+
<h3>Website Availability</h3>
|
|
275
|
+
<p>We do not guarantee continuous, uninterrupted, or secure access to our Website, and operation may be interfered with by factors outside our control.</p>
|
|
276
|
+
</section>
|
|
277
|
+
|
|
278
|
+
<section>
|
|
279
|
+
<h2>8. Dispute Resolution and Waiver of Legal Action</h2>
|
|
280
|
+
<h3>Mandatory Informal Resolution Only</h3>
|
|
281
|
+
<p><strong>PLEASE READ THIS SECTION CAREFULLY. IT AFFECTS YOUR LEGAL RIGHTS.</strong> By accessing or using this Website, you agree that any dispute, claim, or controversy arising out of or relating to these Terms, the Website, or your relationship with ${legalName} or Zorgo Inc. shall be resolved <strong>exclusively through good-faith informal negotiation directly with us.</strong></p>
|
|
282
|
+
<h3>Waiver of Right to Sue</h3>
|
|
283
|
+
<p><strong>YOU HEREBY KNOWINGLY, VOLUNTARILY, AND INTENTIONALLY WAIVE YOUR RIGHT TO COMMENCE OR PARTICIPATE IN ANY LEGAL ACTION, LAWSUIT, ARBITRATION, OR ADMINISTRATIVE PROCEEDING</strong> against ${legalName}, Zorgo Inc., or their respective affiliates, officers, directors, or employees arising out of or relating to these Terms or your use of the Website. You agree that your <strong>sole and exclusive remedy</strong> for any dissatisfaction or dispute is to contact us directly to seek a resolution.</p>
|
|
284
|
+
<h3>Class Action Waiver</h3>
|
|
285
|
+
<p><strong>YOU FURTHER AGREE TO WAIVE ANY RIGHT TO PARTICIPATE IN A CLASS ACTION, COLLECTIVE ACTION, OR REPRESENTATIVE PROCEEDING</strong> against us. All disputes must be addressed on an individual basis solely through direct communication with us.</p>
|
|
286
|
+
<h3>Governing Law</h3>
|
|
287
|
+
<p>These Terms of Use shall be governed by the laws of the State of ${governingState}, without regard to its conflict of law principles.</p>
|
|
288
|
+
</section>
|
|
289
|
+
|
|
290
|
+
<section>
|
|
291
|
+
<h2>9. Changes to Terms of Use</h2>
|
|
292
|
+
<p>We reserve the right to modify these Terms of Use at any time. We will notify you of any material changes by posting the updated Terms on the Website and updating the "Last Updated" date. Your continued use of the Website after any changes are posted constitutes acceptance of the modified Terms.</p>
|
|
293
|
+
</section>
|
|
294
|
+
|
|
295
|
+
<section>
|
|
296
|
+
<h2>10. Contact Information</h2>
|
|
297
|
+
<p>If you have any questions or concerns about these Terms of Use or the Website, please contact us at any of the contact phone numbers listed in the footer of this website.</p>
|
|
298
|
+
</section>
|
|
299
|
+
|
|
300
|
+
<section>
|
|
301
|
+
<h2>11. Indemnification</h2>
|
|
302
|
+
<p>You agree to indemnify, defend, and hold harmless ${legalName}, Zorgo Inc., and their respective officers, directors, employees, agents, licensors, and suppliers from and against any claims, liabilities, damages, losses, and expenses arising out of or in any way connected with your access to or use of the Website, any violation of these Terms, or any activity related to your account.</p>
|
|
303
|
+
</section>
|
|
304
|
+
|
|
305
|
+
<section>
|
|
306
|
+
<h2>12. Severability</h2>
|
|
307
|
+
<p>If any provision of these Terms is found to be invalid or unenforceable, the remaining provisions shall remain in full force and effect, and the invalid or unenforceable provision shall be replaced by a valid, enforceable provision that most closely reflects the parties' original intent.</p>
|
|
308
|
+
</section>
|
|
309
|
+
|
|
310
|
+
<section>
|
|
311
|
+
<h2>13. Force Majeure</h2>
|
|
312
|
+
<p>Neither ${legalName}, Zorgo Inc., nor their affiliates shall be liable for any delay or failure in performance caused by events or circumstances beyond their reasonable control, including but not limited to acts of God, natural disasters, labor disputes, or governmental actions.</p>
|
|
313
|
+
</section>
|
|
314
|
+
`.trim();
|
|
315
|
+
}
|
|
316
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
317
|
+
0 && (module.exports = {
|
|
318
|
+
LegalPage,
|
|
319
|
+
privacyPolicyHtml,
|
|
320
|
+
termsOfUseHtml
|
|
321
|
+
});
|
|
322
|
+
//# sourceMappingURL=legal.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/components/server/legal-entry.ts","../src/components/server/LegalPage.tsx","../src/components/server/legal.ts"],"sourcesContent":["// Server-safe entry: the legal copy and its page shell. Kept out of the\n// components bundle because that one carries a \"use client\" banner, and these\n// pages are static server-rendered text.\nexport { LegalPage, type LegalPageProps } from \"./LegalPage\";\nexport {\n\tprivacyPolicyHtml,\n\ttermsOfUseHtml,\n\ttype LegalOptions,\n} from \"./legal\";\n","import type { ReactNode } from \"react\";\n\n// One shell for /privacy and /terms. The document itself is a plain html string\n// from ./legal, so the typography lives here as descendant utilities rather than\n// on every element in the copy. Styling follows zorgotech.com's \".legal\" rules.\n//\n// The html is package-authored, never user input, so setting it directly is safe.\n\nexport interface LegalPageProps {\n\ttitle: string;\n\tlastUpdated?: string;\n\t/** Document body, e.g. privacyPolicyHtml({ brand }). */\n\thtml: string;\n\t/** Extra classes for the outer <main>, for per-site background or spacing. */\n\tclassName?: string;\n\t/** Rendered after the document, e.g. a contact block. */\n\tchildren?: ReactNode;\n}\n\nconst TYPOGRAPHY = [\n\t\"leading-[1.7]\",\n\t\"[&_h2]:text-[1.375rem] [&_h2]:font-semibold [&_h2]:leading-snug [&_h2]:mt-10 [&_h2]:mb-3\",\n\t\"[&_h3]:text-base [&_h3]:font-semibold [&_h3]:mt-6 [&_h3]:mb-2\",\n\t\"[&_p]:mb-4\",\n\t\"[&_ul]:mb-4 [&_ul]:pl-6 [&_ul]:list-disc\",\n\t\"[&_ol]:mb-4 [&_ol]:pl-6 [&_ol]:list-decimal\",\n\t\"[&_li]:mb-1.5\",\n\t\"[&_a]:underline\",\n\t\"[&_strong]:font-semibold\",\n].join(\" \");\n\nexport function LegalPage({\n\ttitle,\n\tlastUpdated,\n\thtml,\n\tclassName,\n\tchildren,\n}: LegalPageProps) {\n\treturn (\n\t\t<main className={`px-4 py-12 ${className ?? \"\"}`}>\n\t\t\t<article className={`mx-auto max-w-3xl ${TYPOGRAPHY}`}>\n\t\t\t\t<h1 className=\"text-[2rem] font-bold leading-tight mb-2\">{title}</h1>\n\t\t\t\t{lastUpdated ? (\n\t\t\t\t\t<p className=\"opacity-60\">Last Updated: {lastUpdated}</p>\n\t\t\t\t) : null}\n\t\t\t\t<div dangerouslySetInnerHTML={{ __html: html }} />\n\t\t\t\t{children}\n\t\t\t</article>\n\t\t</main>\n\t);\n}\n","// The privacy policy and terms of use every Zorgo-built restaurant site ships.\n// The wording is the same everywhere and only the brand changes, so it lives\n// here as one source of truth: edit it once, bump the package, and every site\n// picks it up. Rendered by <LegalPage>, which supplies the styling.\n//\n// Not legal advice, and not a per-restaurant document. A franchise with terms\n// of its own should pass its own html to <LegalPage> instead.\n\nexport interface LegalOptions {\n\t/** Customer-facing brand, e.g. \"Maverick's Pizza Hangar\". */\n\tbrand: string;\n\t/** Entity that signs the contract. Defaults to `brand`. */\n\tlegalName?: string;\n\t/** Shown under the title, e.g. \"August 18, 2026\". */\n\tlastUpdated: string;\n\t/** Who hosts the site. Defaults to Cloudflare. */\n\thostingProvider?: string;\n\t/** State whose law governs the terms. */\n\tgoverningState?: string;\n}\n\ninterface Resolved extends Required<LegalOptions> { }\n\nfunction resolve(o: LegalOptions): Resolved {\n\treturn {\n\t\tbrand: o.brand,\n\t\tlegalName: o.legalName ?? o.brand,\n\t\tlastUpdated: o.lastUpdated,\n\t\thostingProvider: o.hostingProvider ?? \"Cloudflare\",\n\t\tgoverningState: o.governingState ?? \"Michigan\",\n\t};\n}\n\nexport function privacyPolicyHtml(options: LegalOptions): string {\n\tconst { brand, legalName, hostingProvider } = resolve(options);\n\treturn `\n<section>\n <h2>1. Introduction</h2>\n <p>${legalName} (\"${brand},\" \"we,\" \"us,\" or \"our\") values your privacy. This Privacy Policy explains how we collect, use, store, and protect your personal information when you use our online ordering website (the \"Website\"), which is operated on our behalf by Zorgo Inc. (\"Zorgo\"), our third-party technology provider.</p>\n <p>By using the Website and placing orders, you agree to the practices described in this Privacy Policy. If you do not agree, please do not use the Website.</p>\n</section>\n\n<section>\n <h2>2. Information We Collect</h2>\n <h3>Information You Provide</h3>\n <p>When you place an order through our Website, we collect the following personal information:</p>\n <ul>\n <li><strong>Name</strong> (first and last name)</li>\n <li><strong>Email address</strong></li>\n <li><strong>Phone number</strong></li>\n <li><strong>Order details</strong>, including the food and beverage items you select, quantities, customizations, and order preferences</li>\n <li><strong>Payment information</strong>, which is processed securely by Stripe (our third-party payment processor) and is not stored on our servers</li>\n <li><strong>Promotional preferences</strong>, specifically whether you have opted in to receive marketing text messages</li>\n </ul>\n\n <h3>Information Collected Automatically</h3>\n <p>When you visit our Website, general usage data such as page views and site performance metrics may be collected by ${hostingProvider}, our hosting and analytics provider. This data is aggregated and is not used to identify you personally.</p>\n\n <h3>Local Storage</h3>\n <p>Our Website uses your browser's local storage to keep your shopping cart contents and selected location between visits. This data stays on your device and is not sent to our servers until you place an order.</p>\n</section>\n\n<section>\n <h2>3. How We Use Your Information</h2>\n <p>We use your personal information for the following purposes:</p>\n <ul>\n <li><strong>Order processing and fulfillment:</strong> To process, prepare, and manage your food orders.</li>\n <li><strong>Customer communication:</strong> To contact you about your order status, confirm orders, and respond to inquiries.</li>\n <li><strong>Order history:</strong> Your food selections and order history are saved in our database and associated with your name and phone number so we can provide a better ordering experience.</li>\n <li><strong>Food recommendations:</strong> We may use your past order data and food selections to develop and improve a food recommendations algorithm designed to suggest menu items you may enjoy. This is based on your ordering patterns and preferences.</li>\n <li><strong>Promotional messages (only with your consent):</strong> If you voluntarily opt in by checking the SMS marketing consent box during checkout, we may send you promotional offers, coupons, and cart reminders via text message. This consent is entirely optional and is never required to place an order.</li>\n <li><strong>Payment processing:</strong> To securely process your payment through Stripe.</li>\n <li><strong>Website improvement:</strong> To analyze usage patterns and improve the performance and functionality of our Website.</li>\n </ul>\n</section>\n\n<section>\n <h2>4. Data Storage and Third-Party Services</h2>\n <h3>Zorgo Inc. (Technology Provider)</h3>\n <p>Our Website is built and maintained by Zorgo Inc.. Your personal information, including your name, phone number, email address, and order history, is stored and processed by Zorgo Inc. using Supabase, a secure cloud database platform. This data is stored to facilitate order fulfillment, customer service, and the features described in this Privacy Policy.</p>\n\n <h3>Stripe (Payment Processing)</h3>\n <p>Payment information is processed securely by Stripe. We do not store your credit card numbers, debit card numbers, or other sensitive payment details on our servers. Stripe's handling of your payment data is governed by their own privacy policy, available at <a href=\"https://stripe.com/privacy\" target=\"_blank\" rel=\"noopener noreferrer\">stripe.com/privacy</a>.</p>\n\n <h3>${hostingProvider} (Hosting and Analytics)</h3>\n <p>Our Website is hosted on ${hostingProvider}, which processes anonymous, aggregated usage metrics on our behalf and does not receive your order or contact details.</p>\n</section>\n\n<section>\n <h2>5. Text Message Marketing</h2>\n <p><strong>SMS marketing is completely optional and is never required to place an order or use the Website.</strong></p>\n <p>If you choose to opt in during checkout, you consent to receive recurring automated marketing messages from ${legalName} at the phone number you provide. These messages may include promotions, special offers, coupons, and cart reminders.</p>\n <ul>\n <li>Message and data rates may apply.</li>\n <li>You may opt out at any time by replying <strong>STOP</strong> to any marketing message.</li>\n <li>For help, reply <strong>HELP</strong> to any marketing message.</li>\n <li>Consent is not a condition of purchase.</li>\n </ul>\n <p>We do not share your phone number with third parties for their own marketing purposes.</p>\n</section>\n\n<section>\n <h2>6. Data Sharing</h2>\n <p>We do not sell your personal information to third parties. We share your information only with the following parties, and only as necessary to operate the Website and fulfill your orders:</p>\n <ul>\n <li><strong>Zorgo Inc.:</strong> Our technology provider, which stores and processes your data for order fulfillment and website operation.</li>\n <li><strong>Stripe:</strong> Our payment processor, which receives only the payment information necessary to complete your transaction.</li>\n <li><strong>${hostingProvider}:</strong> Our hosting provider, which may process anonymized analytics data.</li>\n </ul>\n <p>We may also disclose your information if required by law, regulation, legal process, or governmental request.</p>\n</section>\n\n<section>\n <h2>7. Data Retention</h2>\n <p>We retain your personal information, including your name, phone number, email address, and order history, for as long as necessary to provide our services, improve your ordering experience, and comply with legal obligations. If you would like to request deletion of your data, please contact us using the information provided below.</p>\n</section>\n\n<section>\n <h2>8. Data Security</h2>\n <p>We take reasonable measures to protect your personal information from unauthorized access, disclosure, alteration, and destruction. Data is stored in secure cloud infrastructure, payment processing is handled by PCI-compliant providers such as Stripe, and access to personal data is restricted to authorized personnel. No method of transmission over the internet or method of electronic storage is completely secure, so we cannot guarantee absolute security.</p>\n</section>\n\n<section>\n <h2>9. Your Rights</h2>\n <p>Depending on your location, you may have the following rights regarding your personal information:</p>\n <ul>\n <li><strong>Access:</strong> You may request a copy of the personal information we hold about you.</li>\n <li><strong>Correction:</strong> You may request that we correct inaccurate or incomplete personal information.</li>\n <li><strong>Deletion:</strong> You may request that we delete your personal information, subject to certain legal exceptions.</li>\n <li><strong>Opt-out of marketing:</strong> You may opt out of SMS marketing at any time by replying STOP or by contacting us directly.</li>\n </ul>\n <p>To exercise any of these rights, please contact us using the information in the Contact section below.</p>\n</section>\n\n<section>\n <h2>10. Children's Privacy</h2>\n <p>Our Website is not intended for use by individuals under the age of 13. We do not knowingly collect personal information from children under 13. If we become aware that we have collected information from a child under 13 without parental consent, we will take steps to delete that information.</p>\n</section>\n\n<section>\n <h2>11. Changes to This Privacy Policy</h2>\n <p>We reserve the right to update this Privacy Policy at any time. When we make changes, we will update the \"Last Updated\" date at the top of this page. Your continued use of the Website after any changes are posted constitutes your acceptance of the updated Privacy Policy.</p>\n</section>\n\n<section>\n <h2>12. Contact Us</h2>\n <p>If you have any questions or concerns about this Privacy Policy, or if you wish to exercise your data rights, please contact us at any of the phone numbers listed in the footer of this website.</p>\n</section>\n`.trim();\n}\n\nexport function termsOfUseHtml(options: LegalOptions): string {\n\tconst { brand, legalName, governingState } = resolve(options);\n\tconst upper = legalName.toUpperCase();\n\treturn `\n<section>\n <h2>1. Acceptance of Terms</h2>\n <p>Welcome to the online ordering website of ${legalName} (\"${brand},\" \"we,\" \"us,\" or \"our\"). By accessing and using our website, including placing orders through our online ordering system (the \"Website\"), you agree to be bound by these Terms of Use (\"Terms\"). If you do not agree to these Terms, you must not use the Website.</p>\n</section>\n\n<section>\n <h2>2. Website Use and Access</h2>\n <h3>Permitted Use</h3>\n <p>The Website is provided by Zorgo Inc. (\"Zorgo\") under contract with ${brand}. It is for your personal, non-commercial use to browse our menu, place online orders for food and beverages offered by ${brand}, and access related information.</p>\n <h3>Data Storage for Order Fulfillment</h3>\n <p>To facilitate online ordering and fulfill your orders, Zorgo Inc., our third-party service provider, will store and process certain user data. This data may include your name, email address, phone number, order history, and delivery information as necessary to process and manage your orders effectively. By using this Website and placing orders, you consent to the storage and processing of your data by Zorgo Inc. for the purpose of order fulfillment and related customer service. Details about data handling practices are further described in our Privacy Policy.</p>\n <h3 id=\"tos-consent\">Required Consent for Order Processing</h3>\n <p>By placing an order through our Website, you are required to agree to our Terms of Service and Privacy Policy. This consent is necessary for us to process your order, handle your payment, and fulfill your request. You cannot place an order without accepting these terms.</p>\n <h3 id=\"sms-consent\">Optional Text Message Consent (Marketing)</h3>\n <p><strong>This consent is completely optional and is not required to place an order.</strong> If you choose to check the optional SMS marketing consent box during checkout, you are providing your <strong>express written consent</strong> to receive <strong>recurring automated marketing messages</strong> from ${legalName} at the phone number provided, including promotions, coupons, and cart reminders. <strong>Consent is not a condition of purchase. Msg & data rates may apply.</strong> You may opt out at any time by replying <strong>STOP</strong>. For help, reply <strong>HELP</strong>.</p>\n <h3>Prohibited Uses</h3>\n <ul>\n <li>Use the Website for any unlawful purpose.</li>\n <li>Attempt to gain unauthorized access to any portion of the Website, server, or related systems or networks.</li>\n <li>Interfere with or disrupt the operation of the Website or the servers or networks used to make the Website available.</li>\n <li>Use any robot, spider, scraper, or other automated means to access the Website without express written permission.</li>\n <li>Transmit any viruses, worms, or other malicious code.</li>\n <li>Misrepresent your identity or provide false information when using the Website.</li>\n </ul>\n</section>\n\n<section>\n <h2>3. Ordering System and Order Placement</h2>\n <h3>Ordering Process</h3>\n <p>You can place orders through the Website by selecting menu items, specifying quantities and options, and proceeding through the online checkout process.</p>\n <h3>Order as Offer</h3>\n <p>Your order placement through the Website constitutes an offer to purchase the selected items from ${brand}. All orders are subject to acceptance by us.</p>\n <h3>Order Confirmation</h3>\n <p>After you place an order, you will receive an order confirmation, typically via email or on the Website. This confirmation does not guarantee acceptance of your order but confirms that we have received it. Acceptance of your order and the formation of a contract between you and ${brand} will occur when we begin preparing your order.</p>\n <h3>Order Modifications, Cancellations, and Refunds</h3>\n <ul>\n <li>You may be able to modify or cancel your order before it is prepared. Contact us immediately if you need changes.</li>\n <li>Once preparation has begun, modifications or cancellations may not be possible.</li>\n <li>If an order is cancelled before preparation begins, you will receive a full refund via your original payment method. For orders cancelled after preparation has started, refunds may be issued at our sole discretion. If you are dissatisfied with your order, please contact us immediately.</li>\n <li>Our policies on modifications, cancellations, and refunds are subject to change and will be communicated at the time of order placement or confirmation.</li>\n </ul>\n</section>\n\n<section>\n <h2>4. Pricing and Payment</h2>\n <h3>Pricing Accuracy</h3>\n <p>We strive to ensure that all prices displayed on the Website are accurate. However, errors may occur. In the event of a pricing error, we reserve the right to refuse or cancel any orders placed at the incorrect price, even if your order has been confirmed. If we discover a pricing error after confirmation, we will contact you for instructions or cancel your order and provide a refund.</p>\n <h3>Payment Methods</h3>\n <p>We accept online payments through major credit and debit cards. Payment processing is handled securely by Stripe, a third-party payment processor. By placing an order, you authorize Stripe to charge your designated payment method for the total order amount, including applicable taxes and fees.</p>\n <h3>Sales Tax and Fees</h3>\n <p>Prices displayed on the Website do not include sales tax, which is applied at checkout. Delivery fees or other service charges, if applicable, will be added to the total during the checkout process. Zorgo will charge a 2% upcharge to your order to facilitate operation costs.</p>\n</section>\n\n<section>\n <h2>5. Menu and Product Information</h2>\n <h3>Menu Accuracy</h3>\n <p>We make reasonable efforts to ensure that menu descriptions, photographs, ingredient lists, and other product information on the Website are accurate and up to date. However, menu items, ingredients, and availability are subject to change without notice.</p>\n <h3>Availability</h3>\n <p>All menu items are subject to availability. If an item you order is out of stock, we will notify you and may offer substitutions or remove the item from your order and adjust the total price.</p>\n <h3>Allergen and Dietary Information Disclaimer</h3>\n <p><strong>IMPORTANT, PLEASE READ CAREFULLY:</strong> We provide information about ingredients and potential allergens to the best of our ability. However, our food preparation environment involves shared equipment and surfaces, and cross-contamination is possible. <strong>WE CANNOT GUARANTEE THE ABSENCE OF ANY ALLERGENS.</strong> If you have severe allergies or dietary restrictions, it is your responsibility to inform us <strong>BEFORE</strong> placing your order and to verify allergen information upon pickup or delivery. ${legalName} is not responsible for any adverse reactions resulting from allergies or dietary restrictions.</p>\n</section>\n\n<section>\n <h2>6. Intellectual Property</h2>\n <h3>Website Content Ownership</h3>\n <p>The Website and its entire contents, features, and functionality are owned by ${legalName} and/or Zorgo Inc. and are protected by applicable laws.</p>\n <h3>Limited License</h3>\n <p>We grant you a limited, non-exclusive, non-transferable, revocable license to access and use the Website solely for the purpose of browsing our menu and placing orders for personal, non-commercial use in accordance with these Terms.</p>\n <h3>Restrictions on Use</h3>\n <p>You must not reproduce, distribute, modify, create derivative works of, publicly display, publicly perform, republish, download, store, or transmit any of the material on our Website except as is incidental to normal Website browsing and use. You must not use any ${brand} trademarks, logos, or service marks without our prior written consent.</p>\n</section>\n\n<section>\n <h2>7. Disclaimers and Limitations of Liability</h2>\n <h3>Website Provided \"As Is\"</h3>\n <p><strong>THE WEBSITE IS PROVIDED ON AN \"AS IS\" AND \"AS AVAILABLE\" BASIS, WITHOUT ANY WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.</strong></p>\n <h3>No Warranty of Accuracy</h3>\n <p><strong>WE DO NOT WARRANT THAT THE WEBSITE OR ITS CONTENT WILL BE ACCURATE, RELIABLE, ERROR-FREE, OR UNINTERRUPTED, THAT DEFECTS WILL BE CORRECTED, OR THAT THE WEBSITE OR THE SERVER THAT MAKES IT AVAILABLE ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS.</strong></p>\n <h3>Limitation of Liability</h3>\n <p><strong>TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL ${upper} OR ZORGO LLC BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, OR ANY LOSS OF PROFITS OR REVENUES, WHETHER INCURRED DIRECTLY OR INDIRECTLY, RESULTING FROM ANY USE OF OR INABILITY TO USE THE WEBSITE, UNAUTHORIZED ACCESS, OR OTHER CAUSES DESCRIBED IN THESE TERMS.</strong></p>\n <h3>Maximum Liability</h3>\n <p><strong>IN NO EVENT SHALL THE AGGREGATE LIABILITY OF ${upper} AND ZORGO LLC EXCEED THE AMOUNT YOU PAID FOR THE ORDER GIVING RISE TO THE CLAIM, OR FIFTY US DOLLARS ($50.00), WHICHEVER IS GREATER.</strong></p>\n <h3>Website Availability</h3>\n <p>We do not guarantee continuous, uninterrupted, or secure access to our Website, and operation may be interfered with by factors outside our control.</p>\n</section>\n\n<section>\n <h2>8. Dispute Resolution and Waiver of Legal Action</h2>\n <h3>Mandatory Informal Resolution Only</h3>\n <p><strong>PLEASE READ THIS SECTION CAREFULLY. IT AFFECTS YOUR LEGAL RIGHTS.</strong> By accessing or using this Website, you agree that any dispute, claim, or controversy arising out of or relating to these Terms, the Website, or your relationship with ${legalName} or Zorgo Inc. shall be resolved <strong>exclusively through good-faith informal negotiation directly with us.</strong></p>\n <h3>Waiver of Right to Sue</h3>\n <p><strong>YOU HEREBY KNOWINGLY, VOLUNTARILY, AND INTENTIONALLY WAIVE YOUR RIGHT TO COMMENCE OR PARTICIPATE IN ANY LEGAL ACTION, LAWSUIT, ARBITRATION, OR ADMINISTRATIVE PROCEEDING</strong> against ${legalName}, Zorgo Inc., or their respective affiliates, officers, directors, or employees arising out of or relating to these Terms or your use of the Website. You agree that your <strong>sole and exclusive remedy</strong> for any dissatisfaction or dispute is to contact us directly to seek a resolution.</p>\n <h3>Class Action Waiver</h3>\n <p><strong>YOU FURTHER AGREE TO WAIVE ANY RIGHT TO PARTICIPATE IN A CLASS ACTION, COLLECTIVE ACTION, OR REPRESENTATIVE PROCEEDING</strong> against us. All disputes must be addressed on an individual basis solely through direct communication with us.</p>\n <h3>Governing Law</h3>\n <p>These Terms of Use shall be governed by the laws of the State of ${governingState}, without regard to its conflict of law principles.</p>\n</section>\n\n<section>\n <h2>9. Changes to Terms of Use</h2>\n <p>We reserve the right to modify these Terms of Use at any time. We will notify you of any material changes by posting the updated Terms on the Website and updating the \"Last Updated\" date. Your continued use of the Website after any changes are posted constitutes acceptance of the modified Terms.</p>\n</section>\n\n<section>\n <h2>10. Contact Information</h2>\n <p>If you have any questions or concerns about these Terms of Use or the Website, please contact us at any of the contact phone numbers listed in the footer of this website.</p>\n</section>\n\n<section>\n <h2>11. Indemnification</h2>\n <p>You agree to indemnify, defend, and hold harmless ${legalName}, Zorgo Inc., and their respective officers, directors, employees, agents, licensors, and suppliers from and against any claims, liabilities, damages, losses, and expenses arising out of or in any way connected with your access to or use of the Website, any violation of these Terms, or any activity related to your account.</p>\n</section>\n\n<section>\n <h2>12. Severability</h2>\n <p>If any provision of these Terms is found to be invalid or unenforceable, the remaining provisions shall remain in full force and effect, and the invalid or unenforceable provision shall be replaced by a valid, enforceable provision that most closely reflects the parties' original intent.</p>\n</section>\n\n<section>\n <h2>13. Force Majeure</h2>\n <p>Neither ${legalName}, Zorgo Inc., nor their affiliates shall be liable for any delay or failure in performance caused by events or circumstances beyond their reasonable control, including but not limited to acts of God, natural disasters, labor disputes, or governmental actions.</p>\n</section>\n`.trim();\n}\n"],"mappings":"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","names":[]}
|