diff --git a/src/pages/privacy-policy.astro b/src/pages/privacy-policy.astro new file mode 100644 index 0000000..ca6f5b9 --- /dev/null +++ b/src/pages/privacy-policy.astro @@ -0,0 +1,245 @@ +--- +import BaseLayout from '../layouts/BaseLayout.astro'; +import { loadSiteData } from '../lib/site-data.ts'; + +const { siteContext } = loadSiteData(); +--- + + {siteContext.businessName} + Your Privacy Matters + + + + + © {new Date().getFullYear()} {siteContext.businessName} · + Privacy Policy · + Terms of Use + + + + diff --git a/src/pages/sms-onboarding.astro b/src/pages/sms-onboarding.astro new file mode 100644 index 0000000..1c7bed9 --- /dev/null +++ b/src/pages/sms-onboarding.astro @@ -0,0 +1,421 @@ +--- +import BaseLayout from '../layouts/BaseLayout.astro'; +import { loadSiteData } from '../lib/site-data.ts'; + +const { siteContext } = loadSiteData(); + +// In a real implementation, this would connect to an API endpoint +// that stores the phone number and sends a confirmation SMS +--- + + {siteContext.businessName} + Stay Connected + +
+
+

Get Website Updates by Text

+

+ Sign up to receive text message notifications whenever we update our website + with new events, menu items, or announcements. +

+
+
+ +
+
+
+

Sign Up for Text Notifications

+
+
+ + + We'll send a confirmation text to verify your number. +
+ +
+ + +
+ + + + +
+ + + + +
+
+
+ +
+
+

What You'll Receive

+
+
+ 📅 +

New Events

+

Be the first to know about upcoming community events, tastings, and workshops.

+
+
+ +

Menu Updates

+

Get notified when we add new seasonal drinks or specialty items to the menu.

+
+
+ 🏷️ +

Special Offers

+

Receive exclusive promotions and limited-time offers for subscribers.

+
+
+ 🔔 +

Website Changes

+

Stay informed when we update our hours, location details, or services.

+
+
+
+
+ +
+
+

Common Questions

+
+
+ How often will I receive messages? +

+ Message frequency varies based on website updates and events — typically 2-4 messages per month. + We respect your time and only send messages that matter. +

+
+
+ Is there a cost? +

+ Message and data rates may apply depending on your wireless carrier plan. + Standard text messaging rates from your provider will apply. +

+
+
+ How do I stop receiving messages? +

+ Reply STOP to any message at any time to opt out. + You'll receive a confirmation, and no further messages will be sent. + Reply START to resubscribe. +

+
+
+ Is my phone number shared? +

+ No. Your phone number is used solely by {siteContext.businessName} for the purposes + you consented to. We do not sell or share your information with third parties. + See our Privacy Policy for full details. +

+
+
+
+
+ + + © {new Date().getFullYear()} {siteContext.businessName} · + Privacy Policy · + Terms of Use + +
+ + + + diff --git a/src/pages/terms.astro b/src/pages/terms.astro new file mode 100644 index 0000000..e9a86a6 --- /dev/null +++ b/src/pages/terms.astro @@ -0,0 +1,290 @@ +--- +import BaseLayout from '../layouts/BaseLayout.astro'; +import { loadSiteData } from '../lib/site-data.ts'; + +const { siteContext } = loadSiteData(); +--- + + {siteContext.businessName} + Terms and Conditions + + + + + © {new Date().getFullYear()} {siteContext.businessName} · + Privacy Policy · + Terms of Use + + + +