diff --git a/frontend/src/components/marketing/Footer.tsx b/frontend/src/components/marketing/Footer.tsx index 9b370cf..b02f47b 100644 --- a/frontend/src/components/marketing/Footer.tsx +++ b/frontend/src/components/marketing/Footer.tsx @@ -41,7 +41,7 @@ const Footer: React.FC = () => { - Smooth Schedule + {t('marketing.footer.brandName')}

diff --git a/frontend/src/components/marketing/Hero.tsx b/frontend/src/components/marketing/Hero.tsx index 8e6154b..11ca41f 100644 --- a/frontend/src/components/marketing/Hero.tsx +++ b/frontend/src/components/marketing/Hero.tsx @@ -21,16 +21,16 @@ const Hero: React.FC = () => {

- New: Automation Marketplace + {t('marketing.hero.badge')}

- The Operating System for Service Businesses + {t('marketing.hero.title')} {t('marketing.hero.titleHighlight')}

- Orchestrate your entire operation with intelligent scheduling and powerful automation. No coding required. + {t('marketing.hero.description')}

@@ -38,7 +38,7 @@ const Hero: React.FC = () => { to="/signup" className="inline-flex items-center justify-center px-6 py-3 text-base font-medium text-white bg-brand-600 hover:bg-brand-700 rounded-lg transition-colors shadow-lg shadow-brand-600/20" > - Start Free Trial + {t('marketing.hero.startFreeTrial')} { className="inline-flex items-center justify-center px-6 py-3 text-base font-medium text-gray-700 dark:text-gray-200 bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-700 hover:bg-gray-50 dark:hover:bg-gray-700 rounded-lg transition-colors" > - Watch Demo + {t('marketing.hero.watchDemo')}
- No credit card required + {t('marketing.hero.noCreditCard')}
- 14-day free trial + {t('marketing.hero.freeTrial')}
- Cancel anytime + {t('marketing.hero.cancelAnytime')}
@@ -74,17 +74,17 @@ const Hero: React.FC = () => {
-

Automated Success

-

Your business, running on autopilot.

+

{t('marketing.hero.visualContent.automatedSuccess')}

+

{t('marketing.hero.visualContent.autopilot')}

+24%
-
Revenue
+
{t('marketing.hero.visualContent.revenue')}
-40%
-
No-Shows
+
{t('marketing.hero.visualContent.noShows')}
@@ -96,8 +96,8 @@ const Hero: React.FC = () => {
-
Revenue Optimized
-
+$2,400 this week
+
{t('marketing.hero.visualContent.revenueOptimized')}
+
{t('marketing.hero.visualContent.thisWeek')}
diff --git a/frontend/src/components/marketing/Navbar.tsx b/frontend/src/components/marketing/Navbar.tsx index bbb8dc0..4e2a031 100644 --- a/frontend/src/components/marketing/Navbar.tsx +++ b/frontend/src/components/marketing/Navbar.tsx @@ -70,7 +70,7 @@ const Navbar: React.FC = ({ darkMode, toggleTheme, user }) => { - Smooth Schedule + {t('marketing.nav.brandName')} @@ -102,7 +102,7 @@ const Navbar: React.FC = ({ darkMode, toggleTheme, user }) => { @@ -136,7 +136,7 @@ const Navbar: React.FC = ({ darkMode, toggleTheme, user }) => { diff --git a/frontend/src/i18n/locales/en.json b/frontend/src/i18n/locales/en.json index a0f1117..05b1a06 100644 --- a/frontend/src/i18n/locales/en.json +++ b/frontend/src/i18n/locales/en.json @@ -1164,14 +1164,35 @@ "contact": "Contact", "login": "Login", "getStarted": "Get Started", - "signup": "Sign Up" + "signup": "Sign Up", + "brandName": "Smooth Schedule", + "switchToLightMode": "Switch to light mode", + "switchToDarkMode": "Switch to dark mode", + "toggleMenu": "Toggle menu" }, "hero": { "headline": "Orchestrate Your Business", "subheadline": "The enterprise-grade scheduling platform for service businesses. Multi-tenant, white-label ready, and designed for scale.", "cta": "Start Your Free Trial", "secondaryCta": "View Live Demo", - "trustedBy": "Powering next-generation service platforms" + "trustedBy": "Powering next-generation service platforms", + "badge": "New: Automation Marketplace", + "title": "The Operating System for", + "titleHighlight": "Service Businesses", + "description": "Orchestrate your entire operation with intelligent scheduling and powerful automation. No coding required.", + "startFreeTrial": "Start Free Trial", + "watchDemo": "Watch Demo", + "noCreditCard": "No credit card required", + "freeTrial": "14-day free trial", + "cancelAnytime": "Cancel anytime", + "visualContent": { + "automatedSuccess": "Automated Success", + "autopilot": "Your business, running on autopilot.", + "revenue": "Revenue", + "noShows": "No-Shows", + "revenueOptimized": "Revenue Optimized", + "thisWeek": "+$2,400 this week" + } }, "features": { "title": "Built for Modern Service Businesses", @@ -1207,6 +1228,33 @@ "integrations": { "title": "Extensible Platform", "description": "API-first design allows deep integration with your existing tools and workflows." + }, + "pageTitle": "Built for Developers, Designed for Business", + "pageSubtitle": "SmoothSchedule isn't just cloud software. It's a programmable platform that adapts to your unique business logic.", + "automationEngine": { + "badge": "Automation Engine", + "title": "Automated Task Manager", + "description": "Most schedulers only book appointments. SmoothSchedule runs your business. Our \"Automated Task Manager\" executes internal tasks without blocking your calendar.", + "features": { + "recurringJobs": "Run recurring jobs (e.g., \"Every Monday at 9am\")", + "customLogic": "Execute custom logic securely", + "fullContext": "Access full customer and event context", + "zeroInfrastructure": "Zero infrastructure management" + } + }, + "multiTenancy": { + "badge": "Enterprise Security", + "title": "True Data Isolation", + "description": "We don't just filter your data. We use dedicated secure vaults to physically separate your data from others. This provides the security of a private database with the cost-efficiency of cloud software.", + "strictDataIsolation": "Strict Data Isolation", + "customDomains": { + "title": "Custom Domains", + "description": "Serve the app on your own domain (e.g., `schedule.yourbrand.com`)." + }, + "whiteLabeling": { + "title": "White Labeling", + "description": "Remove our branding and make the platform your own." + } } }, "howItWorks": { @@ -1336,6 +1384,25 @@ "2": "White-Labeling" } } + }, + "faq": { + "title": "Frequently Asked Questions", + "needPython": { + "question": "Do I need to know Python to use SmoothSchedule?", + "answer": "Not at all! You can use our pre-built plugins from the marketplace for common tasks like email reminders and reports. Python is only needed if you want to write custom scripts." + }, + "exceedLimits": { + "question": "What happens if I exceed my plan's limits?", + "answer": "We'll notify you when you're close to your limit. If you exceed it, we'll give you a grace period to upgrade. We won't cut off your service immediately." + }, + "customDomain": { + "question": "Can I use my own domain name?", + "answer": "Yes! On the Pro and Business plans, you can connect your own custom domain (e.g., booking.yourcompany.com) for a fully branded experience." + }, + "dataSafety": { + "question": "Is my data safe?", + "answer": "Absolutely. We use dedicated secure vaults (Postgres schemas) to physically isolate your data from other customers. It's the gold standard for multi-tenant security." + } } }, "testimonials": { @@ -1508,6 +1575,11 @@ "contact": { "title": "Get in Touch", "subtitle": "Have questions? We'd love to hear from you.", + "formHeading": "Send us a message", + "successHeading": "Message Sent!", + "sendAnotherMessage": "Send another message", + "sidebarHeading": "Get in touch", + "scheduleCall": "Schedule a call", "form": { "name": "Your Name", "namePlaceholder": "John Smith", @@ -1541,6 +1613,7 @@ "talkToSales": "Talk to Sales" }, "footer": { + "brandName": "Smooth Schedule", "product": { "title": "Product" }, @@ -1597,6 +1670,62 @@ "code": "# Daily Manager Report\ntomorrow = date.today() + timedelta(days=1)\n\n# Get schedule stats\nstats = api.get_schedule_stats(date=tomorrow)\nrevenue = api.forecast_revenue(date=tomorrow)\n\n# Email manager\napi.send_email(\n to=\"manager@business.com\",\n subject=f\"Schedule for {tomorrow}\",\n body=f\"Bookings: {stats.count}, Est. Rev: ${revenue}\"\n)" } } + }, + "home": { + "featuresSection": { + "title": "The Operating System for Service Businesses", + "subtitle": "More than just a calendar. A complete platform engineered for growth, automation, and scale." + }, + "features": { + "intelligentScheduling": { + "title": "Intelligent Scheduling", + "description": "Handle complex resources like staff, rooms, and equipment with concurrency limits." + }, + "automationEngine": { + "title": "Automation Engine", + "description": "Install plugins from our marketplace or build your own to automate tasks." + }, + "multiTenant": { + "title": "Multi-Tenant Architecture", + "description": "Dedicated secure vaults for enterprise-grade security and white-labeling." + }, + "integratedPayments": { + "title": "Integrated Payments", + "description": "Seamlessly accept payments with Stripe integration and automated invoicing." + }, + "customerManagement": { + "title": "Customer Management", + "description": "CRM features to track history, preferences, and engagement." + }, + "advancedAnalytics": { + "title": "Advanced Analytics", + "description": "Deep insights into revenue, utilization, and staff performance." + } + }, + "testimonialsSection": { + "title": "Trusted by Modern Businesses", + "subtitle": "See why forward-thinking companies choose SmoothSchedule." + }, + "testimonials": { + "winBack": { + "quote": "I installed the 'Client Win-Back' plugin and recovered $2k in bookings the first week. No setup required.", + "author": "Alex Rivera", + "role": "Owner", + "company": "TechSalon" + }, + "resources": { + "quote": "Finally, a scheduler that understands 'rooms' and 'equipment' are different from 'staff'. Perfect for our medical spa.", + "author": "Dr. Sarah Chen", + "role": "Owner", + "company": "Lumina MedSpa" + }, + "whiteLabel": { + "quote": "We white-labeled SmoothSchedule for our franchise. The multi-tenant architecture made it effortless.", + "author": "Marcus Johnson", + "role": "Director of Ops", + "company": "FitNation" + } + } } }, "trial": { @@ -1806,6 +1935,241 @@ "paymentProcessing": "Payment processing", "prioritySupport": "Priority support" } + }, + "privacyPolicy": { + "title": "Privacy Policy", + "lastUpdated": "Last updated: December 1, 2025", + "section1": { + "title": "1. Introduction", + "content": "Welcome to SmoothSchedule. We respect your privacy and are committed to protecting your personal data. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our scheduling platform and services." + }, + "section2": { + "title": "2. Information We Collect", + "subsection1": { + "title": "2.1 Information You Provide", + "intro": "We collect information you directly provide to us, including:", + "items": [ + "Account information (name, email, password, phone number)", + "Business information (business name, subdomain, industry)", + "Payment information (processed securely through third-party payment processors)", + "Customer data you input into the platform (appointments, resources, services)", + "Communications with our support team" + ] + }, + "subsection2": { + "title": "2.2 Automatically Collected Information", + "intro": "When you use our Service, we automatically collect:", + "items": [ + "Log data (IP address, browser type, device information, operating system)", + "Usage data (pages visited, features used, time spent on platform)", + "Cookie data (session cookies, preference cookies)", + "Performance and error data for service improvement" + ] + } + }, + "section3": { + "title": "3. How We Use Your Information", + "intro": "We use the collected information for:", + "items": [ + "Providing and maintaining the Service", + "Processing your transactions and managing subscriptions", + "Sending you service updates, security alerts, and administrative messages", + "Responding to your inquiries and providing customer support", + "Improving and optimizing our Service", + "Detecting and preventing fraud and security issues", + "Complying with legal obligations", + "Sending marketing communications (with your consent)" + ] + }, + "section4": { + "title": "4. Data Sharing and Disclosure", + "subsection1": { + "title": "4.1 We Share Data With:", + "items": [ + "Service Providers: Third-party vendors who help us provide the Service (hosting, payment processing, analytics)", + "Business Transfers: In connection with any merger, sale, or acquisition of all or part of our company", + "Legal Requirements: When required by law, court order, or legal process", + "Protection of Rights: To protect our rights, property, or safety, or that of our users" + ] + }, + "subsection2": { + "title": "4.2 We Do NOT:", + "items": [ + "Sell your personal data to third parties", + "Share your data for third-party marketing without consent", + "Access your customer data except for support or technical purposes" + ] + } + }, + "section5": { + "title": "5. Data Security", + "intro": "We implement industry-standard security measures to protect your data:", + "items": [ + "Encryption of data in transit (TLS/SSL)", + "Encryption of sensitive data at rest", + "Regular security audits and vulnerability assessments", + "Access controls and authentication mechanisms", + "Regular backups and disaster recovery procedures" + ], + "disclaimer": "However, no method of transmission over the Internet is 100% secure. While we strive to protect your data, we cannot guarantee absolute security." + }, + "section6": { + "title": "6. Data Retention", + "content": "We retain your personal data for as long as necessary to provide the Service and fulfill the purposes described in this policy. When you cancel your account, we retain your data for 30 days to allow for account reactivation. After this period, your personal data may be anonymized and aggregated for internal analytics and service improvement purposes. Anonymized data cannot be used to identify you personally and cannot be retrieved or attributed to any person or account. We may also retain certain data if required for legal or legitimate business purposes." + }, + "section7": { + "title": "7. Your Rights and Choices", + "intro": "Depending on your location, you may have the following rights:", + "items": [ + "Access: Request a copy of your personal data", + "Correction: Update or correct inaccurate data", + "Deletion: Request deletion of your personal data", + "Portability: Receive your data in a portable format", + "Objection: Object to certain data processing activities", + "Restriction: Request restriction of data processing", + "Withdraw Consent: Withdraw previously given consent" + ], + "contact": "To exercise these rights, please contact us at privacy@smoothschedule.com." + }, + "section8": { + "title": "8. Cookies and Tracking", + "intro": "We use cookies and similar tracking technologies to:", + "items": [ + "Maintain your session and keep you logged in", + "Remember your preferences and settings", + "Analyze usage patterns and improve our Service", + "Provide personalized content and features" + ], + "disclaimer": "You can control cookies through your browser settings, but disabling cookies may affect your ability to use certain features of the Service." + }, + "section9": { + "title": "9. Third-Party Services", + "content": "Our Service may contain links to third-party websites or integrate with third-party services (OAuth providers, payment processors). We are not responsible for the privacy practices of these third parties. We encourage you to review their privacy policies before providing any personal information." + }, + "section10": { + "title": "10. Children's Privacy", + "content": "Our Service is not intended for children under 13 years of age. We do not knowingly collect personal information from children under 13. If you believe we have collected data from a child under 13, please contact us immediately so we can delete it." + }, + "section11": { + "title": "11. International Data Transfers", + "content": "Your information may be transferred to and processed in countries other than your country of residence. These countries may have different data protection laws. We ensure appropriate safeguards are in place to protect your data in accordance with this Privacy Policy." + }, + "section12": { + "title": "12. California Privacy Rights", + "content": "If you are a California resident, you have additional rights under the California Consumer Privacy Act (CCPA), including the right to know what personal information we collect, the right to delete your information, and the right to opt-out of the sale of your information (which we do not do)." + }, + "section13": { + "title": "13. GDPR Compliance", + "content": "If you are in the European Economic Area (EEA), we process your personal data based on legal grounds such as consent, contract performance, legal obligations, or legitimate interests. You have rights under the General Data Protection Regulation (GDPR) including the right to lodge a complaint with a supervisory authority." + }, + "section14": { + "title": "14. Changes to This Privacy Policy", + "content": "We may update this Privacy Policy from time to time. We will notify you of material changes by posting the new policy on this page and updating the \"Last updated\" date. We encourage you to review this Privacy Policy periodically." + }, + "section15": { + "title": "15. Contact Us", + "intro": "If you have any questions about this Privacy Policy or our data practices, please contact us:", + "emailLabel": "Email:", + "email": "privacy@smoothschedule.com", + "dpoLabel": "Data Protection Officer:", + "dpo": "dpo@smoothschedule.com", + "websiteLabel": "Website:", + "website": "https://smoothschedule.com/contact" + } + }, + "termsOfService": { + "title": "Terms of Service", + "lastUpdated": "Last updated: December 1, 2025", + "sections": { + "acceptanceOfTerms": { + "title": "1. Acceptance of Terms", + "content": "By accessing and using SmoothSchedule (\"the Service\"), you accept and agree to be bound by the terms and provision of this agreement. If you do not agree to these Terms of Service, please do not use the Service." + }, + "descriptionOfService": { + "title": "2. Description of Service", + "content": "SmoothSchedule is a multi-tenant scheduling platform that enables businesses to manage appointments, resources, services, and customer interactions. The Service is provided on a subscription basis with various pricing tiers." + }, + "userAccounts": { + "title": "3. User Accounts", + "intro": "To use the Service, you must:", + "requirements": { + "accurate": "Create an account with accurate and complete information", + "security": "Maintain the security of your account credentials", + "notify": "Notify us immediately of any unauthorized access", + "responsible": "Be responsible for all activities under your account" + } + }, + "acceptableUse": { + "title": "4. Acceptable Use", + "intro": "You agree not to use the Service to:", + "prohibitions": { + "laws": "Violate any applicable laws or regulations", + "ip": "Infringe on intellectual property rights", + "malicious": "Transmit malicious code or interfere with the Service", + "unauthorized": "Attempt to gain unauthorized access to any part of the Service", + "fraudulent": "Use the Service for any fraudulent or illegal purpose" + } + }, + "subscriptionsAndPayments": { + "title": "5. Subscriptions and Payments", + "intro": "Subscription terms:", + "terms": { + "billing": "Subscriptions are billed in advance on a recurring basis", + "cancel": "You may cancel your subscription at any time", + "refunds": "No refunds are provided for partial subscription periods", + "pricing": "We reserve the right to change pricing with 30 days notice", + "failed": "Failed payments may result in service suspension" + } + }, + "trialPeriod": { + "title": "6. Trial Period", + "content": "We may offer a free trial period. At the end of the trial, your subscription will automatically convert to a paid plan unless you cancel. Trial terms may vary and are subject to change." + }, + "dataAndPrivacy": { + "title": "7. Data and Privacy", + "content": "Your use of the Service is also governed by our Privacy Policy. We collect, use, and protect your data as described in that policy. You retain ownership of all data you input into the Service." + }, + "serviceAvailability": { + "title": "8. Service Availability", + "content": "While we strive for 99.9% uptime, we do not guarantee uninterrupted access to the Service. We may perform maintenance, updates, or modifications that temporarily affect availability. We are not liable for any downtime or service interruptions." + }, + "intellectualProperty": { + "title": "9. Intellectual Property", + "content": "The Service, including all software, designs, text, graphics, and other content, is owned by SmoothSchedule and protected by copyright, trademark, and other intellectual property laws. You may not copy, modify, distribute, or create derivative works without our express written permission." + }, + "termination": { + "title": "10. Termination", + "content": "We may terminate or suspend your account and access to the Service at any time, with or without cause, with or without notice. Upon termination, your right to use the Service will immediately cease. We will retain your data for 30 days after termination, after which it may be permanently deleted." + }, + "limitationOfLiability": { + "title": "11. Limitation of Liability", + "content": "To the maximum extent permitted by law, SmoothSchedule shall not be liable for any indirect, incidental, special, consequential, or punitive damages, or any loss of profits or revenues, whether incurred directly or indirectly, or any loss of data, use, goodwill, or other intangible losses resulting from your use of the Service." + }, + "warrantyDisclaimer": { + "title": "12. Warranty Disclaimer", + "content": "The Service is provided \"as is\" and \"as available\" without warranties of any kind, either express or implied, including but not limited to implied warranties of merchantability, fitness for a particular purpose, or non-infringement." + }, + "indemnification": { + "title": "13. Indemnification", + "content": "You agree to indemnify and hold harmless SmoothSchedule, its officers, directors, employees, and agents from any claims, damages, losses, liabilities, and expenses (including legal fees) arising from your use of the Service or violation of these Terms." + }, + "changesToTerms": { + "title": "14. Changes to Terms", + "content": "We reserve the right to modify these Terms at any time. We will notify you of material changes via email or through the Service. Your continued use of the Service after such changes constitutes acceptance of the new Terms." + }, + "governingLaw": { + "title": "15. Governing Law", + "content": "These Terms shall be governed by and construed in accordance with the laws of the jurisdiction in which SmoothSchedule is registered, without regard to its conflict of law provisions." + }, + "contactUs": { + "title": "16. Contact Us", + "intro": "If you have any questions about these Terms of Service, please contact us at:", + "email": "Email:", + "emailAddress": "legal@smoothschedule.com", + "website": "Website:", + "websiteUrl": "https://smoothschedule.com/contact" + } + } } } } diff --git a/frontend/src/pages/marketing/ContactPage.tsx b/frontend/src/pages/marketing/ContactPage.tsx index 2170125..c367a03 100644 --- a/frontend/src/pages/marketing/ContactPage.tsx +++ b/frontend/src/pages/marketing/ContactPage.tsx @@ -76,7 +76,7 @@ const ContactPage: React.FC = () => { {/* Contact Form */}

- Send us a message + {t('marketing.contact.formHeading')}

{submitted ? ( @@ -85,7 +85,7 @@ const ContactPage: React.FC = () => {

- Message Sent! + {t('marketing.contact.successHeading')}

{t('marketing.contact.form.success')} @@ -94,7 +94,7 @@ const ContactPage: React.FC = () => { onClick={() => setSubmitted(false)} className="mt-4 text-sm text-green-700 dark:text-green-300 underline" > - Send another message + {t('marketing.contact.sendAnotherMessage')} ) : ( @@ -199,7 +199,7 @@ const ContactPage: React.FC = () => { {/* Contact Info */}

- Get in touch + {t('marketing.contact.sidebarHeading')}

@@ -244,7 +244,7 @@ const ContactPage: React.FC = () => { href="mailto:sales@smoothschedule.com" className="inline-flex items-center gap-2 text-brand-600 dark:text-brand-400 font-medium hover:text-brand-700 dark:hover:text-brand-300 transition-colors" > - Schedule a call + {t('marketing.contact.scheduleCall')}
diff --git a/frontend/src/pages/marketing/FeaturesPage.tsx b/frontend/src/pages/marketing/FeaturesPage.tsx index 0c503c3..7f45b0c 100644 --- a/frontend/src/pages/marketing/FeaturesPage.tsx +++ b/frontend/src/pages/marketing/FeaturesPage.tsx @@ -39,10 +39,10 @@ def execute(context): {/* Header */}

- Built for Developers, Designed for Business + {t('marketing.features.pageTitle')}

- SmoothSchedule isn't just cloud software. It's a programmable platform that adapts to your unique business logic. + {t('marketing.features.pageSubtitle')}

@@ -53,22 +53,21 @@ def execute(context):
- Automation Engine + {t('marketing.features.automationEngine.badge')}

- Automated Task Manager + {t('marketing.features.automationEngine.title')}

- Most schedulers only book appointments. SmoothSchedule runs your business. - Our "Automated Task Manager" executes internal tasks without blocking your calendar. + {t('marketing.features.automationEngine.description')}

    {[ - 'Run recurring jobs (e.g., "Every Monday at 9am")', - 'Execute custom logic securely', - 'Access full customer and event context', - 'Zero infrastructure management' + t('marketing.features.automationEngine.features.recurringJobs'), + t('marketing.features.automationEngine.features.customLogic'), + t('marketing.features.automationEngine.features.fullContext'), + t('marketing.features.automationEngine.features.zeroInfrastructure') ].map((item) => (
  • @@ -108,7 +107,7 @@ def execute(context):
- Strict Data Isolation + {t('marketing.features.multiTenancy.strictDataIsolation')}
@@ -116,15 +115,13 @@ def execute(context):
- Enterprise Security + {t('marketing.features.multiTenancy.badge')}

- True Data Isolation + {t('marketing.features.multiTenancy.title')}

- We don't just filter your data. We use dedicated secure vaults to physically - separate your data from others. This provides the security of a private - database with the cost-efficiency of cloud software. + {t('marketing.features.multiTenancy.description')}

@@ -133,9 +130,9 @@ def execute(context):
-

Custom Domains

+

{t('marketing.features.multiTenancy.customDomains.title')}

- Serve the app on your own domain (e.g., `schedule.yourbrand.com`). + {t('marketing.features.multiTenancy.customDomains.description')}

@@ -144,9 +141,9 @@ def execute(context):
-

White Labeling

+

{t('marketing.features.multiTenancy.whiteLabeling.title')}

- Remove our branding and make the platform your own. + {t('marketing.features.multiTenancy.whiteLabeling.description')}

diff --git a/frontend/src/pages/marketing/HomePage.tsx b/frontend/src/pages/marketing/HomePage.tsx index dca98d9..cf08a7e 100644 --- a/frontend/src/pages/marketing/HomePage.tsx +++ b/frontend/src/pages/marketing/HomePage.tsx @@ -21,62 +21,62 @@ const HomePage: React.FC = () => { const features = [ { icon: Calendar, - title: 'Intelligent Scheduling', - description: 'Handle complex resources like staff, rooms, and equipment with concurrency limits.', + title: t('marketing.home.features.intelligentScheduling.title'), + description: t('marketing.home.features.intelligentScheduling.description'), color: 'brand', }, { icon: Zap, - title: 'Automation Engine', - description: 'Install plugins from our marketplace or build your own to automate tasks.', + title: t('marketing.home.features.automationEngine.title'), + description: t('marketing.home.features.automationEngine.description'), color: 'purple', }, { icon: Globe, - title: 'Multi-Tenant Architecture', - description: 'Dedicated secure vaults for enterprise-grade security and white-labeling.', + title: t('marketing.home.features.multiTenant.title'), + description: t('marketing.home.features.multiTenant.description'), color: 'green', }, { icon: CreditCard, - title: 'Integrated Payments', - description: 'Seamlessly accept payments with Stripe integration and automated invoicing.', + title: t('marketing.home.features.integratedPayments.title'), + description: t('marketing.home.features.integratedPayments.description'), color: 'orange', }, { icon: Users, - title: 'Customer Management', - description: 'CRM features to track history, preferences, and engagement.', + title: t('marketing.home.features.customerManagement.title'), + description: t('marketing.home.features.customerManagement.description'), color: 'pink', }, { icon: BarChart3, - title: 'Advanced Analytics', - description: 'Deep insights into revenue, utilization, and staff performance.', + title: t('marketing.home.features.advancedAnalytics.title'), + description: t('marketing.home.features.advancedAnalytics.description'), color: 'indigo', }, ]; const testimonials = [ { - quote: "I installed the 'Client Win-Back' plugin and recovered $2k in bookings the first week. No setup required.", - author: "Alex Rivera", - role: "Owner", - company: "TechSalon", + quote: t('marketing.home.testimonials.winBack.quote'), + author: t('marketing.home.testimonials.winBack.author'), + role: t('marketing.home.testimonials.winBack.role'), + company: t('marketing.home.testimonials.winBack.company'), rating: 5, }, { - quote: "Finally, a scheduler that understands 'rooms' and 'equipment' are different from 'staff'. Perfect for our medical spa.", - author: "Dr. Sarah Chen", - role: "Owner", - company: "Lumina MedSpa", + quote: t('marketing.home.testimonials.resources.quote'), + author: t('marketing.home.testimonials.resources.author'), + role: t('marketing.home.testimonials.resources.role'), + company: t('marketing.home.testimonials.resources.company'), rating: 5, }, { - quote: "We white-labeled SmoothSchedule for our franchise. The multi-tenant architecture made it effortless.", - author: "Marcus Johnson", - role: "Director of Ops", - company: "FitNation", + quote: t('marketing.home.testimonials.whiteLabel.quote'), + author: t('marketing.home.testimonials.whiteLabel.author'), + role: t('marketing.home.testimonials.whiteLabel.role'), + company: t('marketing.home.testimonials.whiteLabel.company'), rating: 5, }, ]; @@ -91,10 +91,10 @@ const HomePage: React.FC = () => {

- The Operating System for Service Businesses + {t('marketing.home.featuresSection.title')}

- More than just a calendar. A complete platform engineered for growth, automation, and scale. + {t('marketing.home.featuresSection.subtitle')}

@@ -123,10 +123,10 @@ const HomePage: React.FC = () => {

- Trusted by Modern Businesses + {t('marketing.home.testimonialsSection.title')}

- See why forward-thinking companies choose SmoothSchedule. + {t('marketing.home.testimonialsSection.subtitle')}

diff --git a/frontend/src/pages/marketing/PricingPage.tsx b/frontend/src/pages/marketing/PricingPage.tsx index 1c4aef1..497afb3 100644 --- a/frontend/src/pages/marketing/PricingPage.tsx +++ b/frontend/src/pages/marketing/PricingPage.tsx @@ -12,10 +12,10 @@ const PricingPage: React.FC = () => { {/* Header */}

- Simple, Transparent Pricing + {t('marketing.pricing.title')}

- Start for free, upgrade as you grow. No hidden fees. + {t('marketing.pricing.subtitle')}

@@ -27,24 +27,24 @@ const PricingPage: React.FC = () => { {/* FAQ Section */}

- Frequently Asked Questions + {t('marketing.pricing.faq.title')}

diff --git a/frontend/src/pages/marketing/PrivacyPolicyPage.tsx b/frontend/src/pages/marketing/PrivacyPolicyPage.tsx index bcb72f5..35d40bc 100644 --- a/frontend/src/pages/marketing/PrivacyPolicyPage.tsx +++ b/frontend/src/pages/marketing/PrivacyPolicyPage.tsx @@ -1,16 +1,19 @@ import React from 'react'; +import { useTranslation } from 'react-i18next'; const PrivacyPolicyPage: React.FC = () => { + const { t } = useTranslation(); + return (
{/* Header Section */}

- Privacy Policy + {t('marketing.privacyPolicy.title')}

- Last updated: December 1, 2025 + {t('marketing.privacyPolicy.lastUpdated')}

@@ -20,161 +23,145 @@ const PrivacyPolicyPage: React.FC = () => {
-

1. Introduction

+

{t('marketing.privacyPolicy.section1.title')}

- Welcome to SmoothSchedule. We respect your privacy and are committed to protecting your personal data. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you use our scheduling platform and services. + {t('marketing.privacyPolicy.section1.content')}

-

2. Information We Collect

+

{t('marketing.privacyPolicy.section2.title')}

-

2.1 Information You Provide

+

{t('marketing.privacyPolicy.section2.subsection1.title')}

- We collect information you directly provide to us, including: + {t('marketing.privacyPolicy.section2.subsection1.intro')}

    -
  • Account information (name, email, password, phone number)
  • -
  • Business information (business name, subdomain, industry)
  • -
  • Payment information (processed securely through third-party payment processors)
  • -
  • Customer data you input into the platform (appointments, resources, services)
  • -
  • Communications with our support team
  • + {(t('marketing.privacyPolicy.section2.subsection1.items', { returnObjects: true }) as string[]).map((item, index) => ( +
  • {item}
  • + ))}
-

2.2 Automatically Collected Information

+

{t('marketing.privacyPolicy.section2.subsection2.title')}

- When you use our Service, we automatically collect: + {t('marketing.privacyPolicy.section2.subsection2.intro')}

    -
  • Log data (IP address, browser type, device information, operating system)
  • -
  • Usage data (pages visited, features used, time spent on platform)
  • -
  • Cookie data (session cookies, preference cookies)
  • -
  • Performance and error data for service improvement
  • + {(t('marketing.privacyPolicy.section2.subsection2.items', { returnObjects: true }) as string[]).map((item, index) => ( +
  • {item}
  • + ))}
-

3. How We Use Your Information

+

{t('marketing.privacyPolicy.section3.title')}

- We use the collected information for: + {t('marketing.privacyPolicy.section3.intro')}

    -
  • Providing and maintaining the Service
  • -
  • Processing your transactions and managing subscriptions
  • -
  • Sending you service updates, security alerts, and administrative messages
  • -
  • Responding to your inquiries and providing customer support
  • -
  • Improving and optimizing our Service
  • -
  • Detecting and preventing fraud and security issues
  • -
  • Complying with legal obligations
  • -
  • Sending marketing communications (with your consent)
  • + {(t('marketing.privacyPolicy.section3.items', { returnObjects: true }) as string[]).map((item, index) => ( +
  • {item}
  • + ))}
-

4. Data Sharing and Disclosure

+

{t('marketing.privacyPolicy.section4.title')}

-

4.1 We Share Data With:

+

{t('marketing.privacyPolicy.section4.subsection1.title')}

    -
  • Service Providers: Third-party vendors who help us provide the Service (hosting, payment processing, analytics)
  • -
  • Business Transfers: In connection with any merger, sale, or acquisition of all or part of our company
  • -
  • Legal Requirements: When required by law, court order, or legal process
  • -
  • Protection of Rights: To protect our rights, property, or safety, or that of our users
  • + {(t('marketing.privacyPolicy.section4.subsection1.items', { returnObjects: true }) as string[]).map((item, index) => ( +
  • + ))}
-

4.2 We Do NOT:

+

{t('marketing.privacyPolicy.section4.subsection2.title')}

    -
  • Sell your personal data to third parties
  • -
  • Share your data for third-party marketing without consent
  • -
  • Access your customer data except for support or technical purposes
  • + {(t('marketing.privacyPolicy.section4.subsection2.items', { returnObjects: true }) as string[]).map((item, index) => ( +
  • {item}
  • + ))}
-

5. Data Security

+

{t('marketing.privacyPolicy.section5.title')}

- We implement industry-standard security measures to protect your data: + {t('marketing.privacyPolicy.section5.intro')}

    -
  • Encryption of data in transit (TLS/SSL)
  • -
  • Encryption of sensitive data at rest
  • -
  • Regular security audits and vulnerability assessments
  • -
  • Access controls and authentication mechanisms
  • -
  • Regular backups and disaster recovery procedures
  • + {(t('marketing.privacyPolicy.section5.items', { returnObjects: true }) as string[]).map((item, index) => ( +
  • {item}
  • + ))}

- However, no method of transmission over the Internet is 100% secure. While we strive to protect your data, we cannot guarantee absolute security. + {t('marketing.privacyPolicy.section5.disclaimer')}

-

6. Data Retention

+

{t('marketing.privacyPolicy.section6.title')}

- We retain your personal data for as long as necessary to provide the Service and fulfill the purposes described in this policy. When you cancel your account, we retain your data for 30 days to allow for account reactivation. After this period, your personal data may be anonymized and aggregated for internal analytics and service improvement purposes. Anonymized data cannot be used to identify you personally and cannot be retrieved or attributed to any person or account. We may also retain certain data if required for legal or legitimate business purposes. + {t('marketing.privacyPolicy.section6.content')}

-

7. Your Rights and Choices

+

{t('marketing.privacyPolicy.section7.title')}

- Depending on your location, you may have the following rights: + {t('marketing.privacyPolicy.section7.intro')}

    -
  • Access: Request a copy of your personal data
  • -
  • Correction: Update or correct inaccurate data
  • -
  • Deletion: Request deletion of your personal data
  • -
  • Portability: Receive your data in a portable format
  • -
  • Objection: Object to certain data processing activities
  • -
  • Restriction: Request restriction of data processing
  • -
  • Withdraw Consent: Withdraw previously given consent
  • + {(t('marketing.privacyPolicy.section7.items', { returnObjects: true }) as string[]).map((item, index) => ( +
  • + ))}

- To exercise these rights, please contact us at privacy@smoothschedule.com. + {t('marketing.privacyPolicy.section7.contact')}

-

8. Cookies and Tracking

+

{t('marketing.privacyPolicy.section8.title')}

- We use cookies and similar tracking technologies to: + {t('marketing.privacyPolicy.section8.intro')}

    -
  • Maintain your session and keep you logged in
  • -
  • Remember your preferences and settings
  • -
  • Analyze usage patterns and improve our Service
  • -
  • Provide personalized content and features
  • + {(t('marketing.privacyPolicy.section8.items', { returnObjects: true }) as string[]).map((item, index) => ( +
  • {item}
  • + ))}

- You can control cookies through your browser settings, but disabling cookies may affect your ability to use certain features of the Service. + {t('marketing.privacyPolicy.section8.disclaimer')}

-

9. Third-Party Services

+

{t('marketing.privacyPolicy.section9.title')}

- Our Service may contain links to third-party websites or integrate with third-party services (OAuth providers, payment processors). We are not responsible for the privacy practices of these third parties. We encourage you to review their privacy policies before providing any personal information. + {t('marketing.privacyPolicy.section9.content')}

-

10. Children's Privacy

+

{t('marketing.privacyPolicy.section10.title')}

- Our Service is not intended for children under 13 years of age. We do not knowingly collect personal information from children under 13. If you believe we have collected data from a child under 13, please contact us immediately so we can delete it. + {t('marketing.privacyPolicy.section10.content')}

-

11. International Data Transfers

+

{t('marketing.privacyPolicy.section11.title')}

- Your information may be transferred to and processed in countries other than your country of residence. These countries may have different data protection laws. We ensure appropriate safeguards are in place to protect your data in accordance with this Privacy Policy. + {t('marketing.privacyPolicy.section11.content')}

-

12. California Privacy Rights

+

{t('marketing.privacyPolicy.section12.title')}

- If you are a California resident, you have additional rights under the California Consumer Privacy Act (CCPA), including the right to know what personal information we collect, the right to delete your information, and the right to opt-out of the sale of your information (which we do not do). + {t('marketing.privacyPolicy.section12.content')}

-

13. GDPR Compliance

+

{t('marketing.privacyPolicy.section13.title')}

- If you are in the European Economic Area (EEA), we process your personal data based on legal grounds such as consent, contract performance, legal obligations, or legitimate interests. You have rights under the General Data Protection Regulation (GDPR) including the right to lodge a complaint with a supervisory authority. + {t('marketing.privacyPolicy.section13.content')}

-

14. Changes to This Privacy Policy

+

{t('marketing.privacyPolicy.section14.title')}

- We may update this Privacy Policy from time to time. We will notify you of material changes by posting the new policy on this page and updating the "Last updated" date. We encourage you to review this Privacy Policy periodically. + {t('marketing.privacyPolicy.section14.content')}

-

15. Contact Us

+

{t('marketing.privacyPolicy.section15.title')}

- If you have any questions about this Privacy Policy or our data practices, please contact us: + {t('marketing.privacyPolicy.section15.intro')}

- Email: privacy@smoothschedule.com + {t('marketing.privacyPolicy.section15.emailLabel')} {t('marketing.privacyPolicy.section15.email')}

- Data Protection Officer: dpo@smoothschedule.com + {t('marketing.privacyPolicy.section15.dpoLabel')} {t('marketing.privacyPolicy.section15.dpo')}

- Website: https://smoothschedule.com/contact + {t('marketing.privacyPolicy.section15.websiteLabel')} {t('marketing.privacyPolicy.section15.website')}

diff --git a/frontend/src/pages/marketing/TermsOfServicePage.tsx b/frontend/src/pages/marketing/TermsOfServicePage.tsx index bd87d22..2750a6e 100644 --- a/frontend/src/pages/marketing/TermsOfServicePage.tsx +++ b/frontend/src/pages/marketing/TermsOfServicePage.tsx @@ -1,16 +1,19 @@ import React from 'react'; +import { useTranslation } from 'react-i18next'; const TermsOfServicePage: React.FC = () => { + const { t } = useTranslation(); + return (
{/* Header Section */}

- Terms of Service + {t('marketing.termsOfService.title')}

- Last updated: December 1, 2025 + {t('marketing.termsOfService.lastUpdated')}

@@ -20,110 +23,142 @@ const TermsOfServicePage: React.FC = () => {
-

1. Acceptance of Terms

+

+ {t('marketing.termsOfService.sections.acceptanceOfTerms.title')} +

- By accessing and using SmoothSchedule ("the Service"), you accept and agree to be bound by the terms and provision of this agreement. If you do not agree to these Terms of Service, please do not use the Service. + {t('marketing.termsOfService.sections.acceptanceOfTerms.content')}

-

2. Description of Service

+

+ {t('marketing.termsOfService.sections.descriptionOfService.title')} +

- SmoothSchedule is a multi-tenant scheduling platform that enables businesses to manage appointments, resources, services, and customer interactions. The Service is provided on a subscription basis with various pricing tiers. + {t('marketing.termsOfService.sections.descriptionOfService.content')}

-

3. User Accounts

+

+ {t('marketing.termsOfService.sections.userAccounts.title')} +

- To use the Service, you must: + {t('marketing.termsOfService.sections.userAccounts.intro')}

    -
  • Create an account with accurate and complete information
  • -
  • Maintain the security of your account credentials
  • -
  • Notify us immediately of any unauthorized access
  • -
  • Be responsible for all activities under your account
  • +
  • {t('marketing.termsOfService.sections.userAccounts.requirements.accurate')}
  • +
  • {t('marketing.termsOfService.sections.userAccounts.requirements.security')}
  • +
  • {t('marketing.termsOfService.sections.userAccounts.requirements.notify')}
  • +
  • {t('marketing.termsOfService.sections.userAccounts.requirements.responsible')}
-

4. Acceptable Use

+

+ {t('marketing.termsOfService.sections.acceptableUse.title')} +

- You agree not to use the Service to: + {t('marketing.termsOfService.sections.acceptableUse.intro')}

    -
  • Violate any applicable laws or regulations
  • -
  • Infringe on intellectual property rights
  • -
  • Transmit malicious code or interfere with the Service
  • -
  • Attempt to gain unauthorized access to any part of the Service
  • -
  • Use the Service for any fraudulent or illegal purpose
  • +
  • {t('marketing.termsOfService.sections.acceptableUse.prohibitions.laws')}
  • +
  • {t('marketing.termsOfService.sections.acceptableUse.prohibitions.ip')}
  • +
  • {t('marketing.termsOfService.sections.acceptableUse.prohibitions.malicious')}
  • +
  • {t('marketing.termsOfService.sections.acceptableUse.prohibitions.unauthorized')}
  • +
  • {t('marketing.termsOfService.sections.acceptableUse.prohibitions.fraudulent')}
-

5. Subscriptions and Payments

+

+ {t('marketing.termsOfService.sections.subscriptionsAndPayments.title')} +

- Subscription terms: + {t('marketing.termsOfService.sections.subscriptionsAndPayments.intro')}

    -
  • Subscriptions are billed in advance on a recurring basis
  • -
  • You may cancel your subscription at any time
  • -
  • No refunds are provided for partial subscription periods
  • -
  • We reserve the right to change pricing with 30 days notice
  • -
  • Failed payments may result in service suspension
  • +
  • {t('marketing.termsOfService.sections.subscriptionsAndPayments.terms.billing')}
  • +
  • {t('marketing.termsOfService.sections.subscriptionsAndPayments.terms.cancel')}
  • +
  • {t('marketing.termsOfService.sections.subscriptionsAndPayments.terms.refunds')}
  • +
  • {t('marketing.termsOfService.sections.subscriptionsAndPayments.terms.pricing')}
  • +
  • {t('marketing.termsOfService.sections.subscriptionsAndPayments.terms.failed')}
-

6. Trial Period

+

+ {t('marketing.termsOfService.sections.trialPeriod.title')} +

- We may offer a free trial period. At the end of the trial, your subscription will automatically convert to a paid plan unless you cancel. Trial terms may vary and are subject to change. + {t('marketing.termsOfService.sections.trialPeriod.content')}

-

7. Data and Privacy

+

+ {t('marketing.termsOfService.sections.dataAndPrivacy.title')} +

- Your use of the Service is also governed by our Privacy Policy. We collect, use, and protect your data as described in that policy. You retain ownership of all data you input into the Service. + {t('marketing.termsOfService.sections.dataAndPrivacy.content')}

-

8. Service Availability

+

+ {t('marketing.termsOfService.sections.serviceAvailability.title')} +

- While we strive for 99.9% uptime, we do not guarantee uninterrupted access to the Service. We may perform maintenance, updates, or modifications that temporarily affect availability. We are not liable for any downtime or service interruptions. + {t('marketing.termsOfService.sections.serviceAvailability.content')}

-

9. Intellectual Property

+

+ {t('marketing.termsOfService.sections.intellectualProperty.title')} +

- The Service, including all software, designs, text, graphics, and other content, is owned by SmoothSchedule and protected by copyright, trademark, and other intellectual property laws. You may not copy, modify, distribute, or create derivative works without our express written permission. + {t('marketing.termsOfService.sections.intellectualProperty.content')}

-

10. Termination

+

+ {t('marketing.termsOfService.sections.termination.title')} +

- We may terminate or suspend your account and access to the Service at any time, with or without cause, with or without notice. Upon termination, your right to use the Service will immediately cease. We will retain your data for 30 days after termination, after which it may be permanently deleted. + {t('marketing.termsOfService.sections.termination.content')}

-

11. Limitation of Liability

+

+ {t('marketing.termsOfService.sections.limitationOfLiability.title')} +

- To the maximum extent permitted by law, SmoothSchedule shall not be liable for any indirect, incidental, special, consequential, or punitive damages, or any loss of profits or revenues, whether incurred directly or indirectly, or any loss of data, use, goodwill, or other intangible losses resulting from your use of the Service. + {t('marketing.termsOfService.sections.limitationOfLiability.content')}

-

12. Warranty Disclaimer

+

+ {t('marketing.termsOfService.sections.warrantyDisclaimer.title')} +

- The Service is provided "as is" and "as available" without warranties of any kind, either express or implied, including but not limited to implied warranties of merchantability, fitness for a particular purpose, or non-infringement. + {t('marketing.termsOfService.sections.warrantyDisclaimer.content')}

-

13. Indemnification

+

+ {t('marketing.termsOfService.sections.indemnification.title')} +

- You agree to indemnify and hold harmless SmoothSchedule, its officers, directors, employees, and agents from any claims, damages, losses, liabilities, and expenses (including legal fees) arising from your use of the Service or violation of these Terms. + {t('marketing.termsOfService.sections.indemnification.content')}

-

14. Changes to Terms

+

+ {t('marketing.termsOfService.sections.changesToTerms.title')} +

- We reserve the right to modify these Terms at any time. We will notify you of material changes via email or through the Service. Your continued use of the Service after such changes constitutes acceptance of the new Terms. + {t('marketing.termsOfService.sections.changesToTerms.content')}

-

15. Governing Law

+

+ {t('marketing.termsOfService.sections.governingLaw.title')} +

- These Terms shall be governed by and construed in accordance with the laws of the jurisdiction in which SmoothSchedule is registered, without regard to its conflict of law provisions. + {t('marketing.termsOfService.sections.governingLaw.content')}

-

16. Contact Us

+

+ {t('marketing.termsOfService.sections.contactUs.title')} +

- If you have any questions about these Terms of Service, please contact us at: + {t('marketing.termsOfService.sections.contactUs.intro')}

- Email: legal@smoothschedule.com + {t('marketing.termsOfService.sections.contactUs.email')} {t('marketing.termsOfService.sections.contactUs.emailAddress')}

- Website: https://smoothschedule.com/contact + {t('marketing.termsOfService.sections.contactUs.website')} {t('marketing.termsOfService.sections.contactUs.websiteUrl')}