Add POI feature and imporve the overall backend implementation

This commit is contained in:
Urtzi Alfaro
2025-11-12 15:34:10 +01:00
parent e8096cd979
commit 5783c7ed05
173 changed files with 16862 additions and 9078 deletions

View File

@@ -1,4 +1,12 @@
{
"toc": {
"automatic": "Automatic System",
"local": "Local Intelligence",
"forecasting": "Demand Forecasting",
"waste": "Waste Reduction",
"sustainability": "Sustainability",
"business": "Business Models"
},
"hero": {
"title": "How Bakery-AI Works For You Every Day",
"subtitle": "All features explained in simple language for bakery owners"

View File

@@ -1,16 +1,28 @@
{
"hero": {
"pre_headline": "For Bakeries Losing €500-2,000/Month on Waste",
"scarcity": "Only 12 spots left out of 20 • 3 months FREE",
"scarcity_badge": "🔥 Only 12 spots left out of 20 in pilot program",
"badge": "Advanced AI for Modern Bakeries",
"title_line1": "Stop Losing €2,000 Per Month",
"title_line2": "on Bread Nobody Buys",
"subtitle": "AI that predicts exactly what you'll sell tomorrow. Produce just enough. Reduce waste. Increase profits. <strong>3 months free for the first 20 bakeries</strong>.",
"cta_primary": "Request Pilot Spot",
"title_line1": "Increase Profits,",
"title_line2": "Reduce Waste",
"title_option_a_line1": "Save €500-2,000 Per Month",
"title_option_a_line2": "By Producing Exactly What You'll Sell",
"title_option_b": "Stop Guessing How Much to Bake Every Day",
"subtitle": "AI that predicts demand using local data so you produce exactly what you'll sell. Reduce waste, improve margins, save time.",
"subtitle_option_a": "The first AI that knows your neighborhood: nearby schools, local weather, your competition, events. Automatic system every morning. Ready at 6 AM.",
"subtitle_option_b": "AI that knows your area predicts sales with 92% accuracy. Wake up with your plan ready: what to make, what to order, when it arrives. Save €500-2,000/month on waste.",
"cta_primary": "Join Pilot Program",
"cta_secondary": "See How It Works (2 min)",
"social_proof": {
"bakeries": "20 bakeries already saving €1,500/month on average",
"accuracy": "92% accurate predictions (vs 60% generic systems)",
"setup": "15-minute setup"
},
"trust": {
"no_cc": "3 months free",
"card": "Card required",
"quick": "Ready in 10 minutes",
"quick": "15-minute setup",
"spanish": "Support in Spanish"
}
},

View File

@@ -7,6 +7,10 @@
"title": "Register Bakery",
"description": "Configure your bakery's basic information"
},
"poi_detection": {
"title": "Location Analysis",
"description": "Detect nearby points of interest"
},
"smart_inventory_setup": {
"title": "Configure Inventory",
"description": "Upload sales data and set up your initial inventory"
@@ -190,5 +194,22 @@
"invalid_url": "Invalid URL",
"file_too_large": "File too large",
"invalid_file_type": "Invalid file type"
},
"stock": {
"title": "Initial Stock Levels",
"subtitle": "Enter current quantities for each product. This allows the system to track inventory from today.",
"info_title": "Why is this important?",
"info_text": "Without initial stock levels, the system cannot alert you about low stock, plan production, or calculate costs correctly. Take a moment to enter your current quantities.",
"progress": "Capture progress",
"set_all_zero": "Set all to 0",
"skip_for_now": "Skip for now (will be set to 0)",
"ingredients": "Ingredients",
"finished_products": "Finished Products",
"incomplete_warning": "{{count}} products remaining",
"incomplete_help": "You can continue, but we recommend entering all quantities for better inventory control.",
"complete": "Complete Setup",
"continue_anyway": "Continue anyway",
"no_products_title": "Initial Stock",
"no_products_message": "You can configure stock levels later in the inventory section."
}
}