From 9b6a1c5c8fced872ae20b6ebc3185ddc18f723f7 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 17 Jun 2026 13:17:33 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index c44db94..2153901 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -139,6 +139,7 @@ export default function HomePage() { Date: Wed, 17 Jun 2026 13:17:41 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 198 +++++++++-------------------------------- 1 file changed, 44 insertions(+), 154 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 2153901..d780645 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -20,13 +20,9 @@ export default function HomePage() { title="Redefine Communication with Le Maxan" description="Unlock the future of email with AI-driven insights, automated scheduling, and seamless team collaboration." primaryButton={{ - text: "Start Free Trial", - href: "#pricing", - }} + text: "Start Free Trial", href: "#pricing"}} secondaryButton={{ - text: "Book a Demo", - href: "#contact", - }} + text: "Book a Demo", href: "#contact"}} imageSrc="http://img.b2bpic.net/free-photo/email-correspondence-mail-message-concept_53876-139700.jpg" /> @@ -40,20 +36,11 @@ export default function HomePage() { description="Le Maxan automates your inbox, letting you focus on what truly matters. From predictive drafting to automated routing, we have you covered." items={[ { - icon: Zap, - title: "Rapid Automation", - description: "Draft replies in milliseconds.", - }, + icon: "Zap", title: "Rapid Automation", description: "Draft replies in milliseconds."}, { - icon: ShieldCheck, - title: "Top-Tier Security", - description: "End-to-end encrypted communications.", - }, + icon: "ShieldCheck", title: "Top-Tier Security", description: "End-to-end encrypted communications."}, { - icon: Star, - title: "Neural Routing", - description: "Prioritize emails like a pro.", - }, + icon: "Star", title: "Neural Routing", description: "Prioritize emails like a pro."}, ]} imageSrc="http://img.b2bpic.net/free-photo/hands-businesswoman-using-laptop-office_1262-3214.jpg" /> @@ -68,20 +55,11 @@ export default function HomePage() { description="Explore the tools that drive Le Maxan forward and streamline your workflow." items={[ { - title: "Intelligent Scheduling", - description: "AI-suggested meeting times based on your calendar availability.", - imageSrc: "http://img.b2bpic.net/free-photo/person-using-laptop-table_23-2147962623.jpg", - }, + title: "Intelligent Scheduling", description: "AI-suggested meeting times based on your calendar availability.", imageSrc: "http://img.b2bpic.net/free-photo/person-using-laptop-table_23-2147962623.jpg"}, { - title: "Threat Protection", - description: "Detect phishing and malware in real-time before they open.", - imageSrc: "http://img.b2bpic.net/free-photo/glowing-abstract-computer-network-symbol-illuminates-dark-night-generated-by-ai_188544-30304.jpg", - }, + title: "Threat Protection", description: "Detect phishing and malware in real-time before they open.", imageSrc: "http://img.b2bpic.net/free-photo/glowing-abstract-computer-network-symbol-illuminates-dark-night-generated-by-ai_188544-30304.jpg"}, { - title: "Voice Integration", - description: "Convert voice commands into formatted, professional emails instantly.", - imageSrc: "http://img.b2bpic.net/free-photo/phone-connecting-with-smart-speaker_53876-105045.jpg", - }, + title: "Voice Integration", description: "Convert voice commands into formatted, professional emails instantly.", imageSrc: "http://img.b2bpic.net/free-photo/phone-connecting-with-smart-speaker_53876-105045.jpg"}, ]} /> @@ -94,41 +72,13 @@ export default function HomePage() { title="Everything You Need in One Place" description="A comprehensive dashboard designed for teams that prioritize precision and velocity." items={[ - { - title: "Bento Preview", - description: "Rapid view of all incoming data.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-computer-desk_23-2151004324.jpg", - }, - { - title: "Live Metrics", - description: "Real-time engagement insights.", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-coffee-cup-table_23-2147962619.jpg", - }, - { - title: "Voice Assistant", - description: "Manage inbox hands-free.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-touching-speakers_23-2149625146.jpg", - }, - { - title: "Team Workflows", - description: "Unified team collaboration.", - imageSrc: "http://img.b2bpic.net/free-photo/office-supplies-concept-with-icons-wooden-cubes-stationery-set-flat-lay_176474-9485.jpg", - }, - { - title: "Smart Calendar", - description: "Automatic scheduling sync.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-device_23-2149085998.jpg", - }, - { - title: "Visual Designer", - description: "Beautiful template builder.", - imageSrc: "http://img.b2bpic.net/free-photo/programmer-wearing-headphones-types-code-into-pc-developing-software_482257-124970.jpg", - }, - { - title: "Network Hub", - description: "Global connectivity control.", - imageSrc: "http://img.b2bpic.net/free-photo/global-network-connectivity-modern-city-skyline-sunset_84443-73919.jpg", - }, + { title: "Bento Preview", description: "Rapid view of all incoming data.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-computer-desk_23-2151004324.jpg" }, + { title: "Live Metrics", description: "Real-time engagement insights.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-coffee-cup-table_23-2147962619.jpg" }, + { title: "Voice Assistant", description: "Manage inbox hands-free.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-touching-speakers_23-2149625146.jpg" }, + { title: "Team Workflows", description: "Unified team collaboration.", imageSrc: "http://img.b2bpic.net/free-photo/office-supplies-concept-with-icons-wooden-cubes-stationery-set-flat-lay_176474-9485.jpg" }, + { title: "Smart Calendar", description: "Automatic scheduling sync.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-device_23-2149085998.jpg" }, + { title: "Visual Designer", description: "Beautiful template builder.", imageSrc: "http://img.b2bpic.net/free-photo/programmer-wearing-headphones-types-code-into-pc-developing-software_482257-124970.jpg" }, + { title: "Network Hub", description: "Global connectivity control.", imageSrc: "http://img.b2bpic.net/free-photo/global-network-connectivity-modern-city-skyline-sunset_84443-73919.jpg" } ]} /> @@ -139,31 +89,19 @@ export default function HomePage() { @@ -178,25 +116,15 @@ export default function HomePage() { author="Sarah Chen, CTO at TechGrowth" avatars={[ { - name: "Executive", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", - }, + name: "Executive", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg"}, { - name: "Developer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg", - }, + name: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg"}, { - name: "Founder", - imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-takes-selfie-with-her-phone-emotions-concept_169016-64227.jpg", - }, + name: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-takes-selfie-with-her-phone-emotions-concept_169016-64227.jpg"}, { - name: "IT Lead", - imageSrc: "http://img.b2bpic.net/free-photo/man-walks-night-admiring-environment_482257-102476.jpg", - }, + name: "IT Lead", imageSrc: "http://img.b2bpic.net/free-photo/man-walks-night-admiring-environment_482257-102476.jpg"}, { - name: "Marketing", - imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-bearded-man-brown-suit-wearing-glasses-looking-camera-smiling-cheerfully-with-arms-crossed-standing-purple-background_141793-110713.jpg", - }, + name: "Marketing", imageSrc: "http://img.b2bpic.net/free-photo/happy-confident-bearded-man-brown-suit-wearing-glasses-looking-camera-smiling-cheerfully-with-arms-crossed-standing-purple-background_141793-110713.jpg"}, ]} /> @@ -207,51 +135,25 @@ export default function HomePage() { @@ -266,21 +168,13 @@ export default function HomePage() { description="Find answers to common questions about our platform." items={[ { - question: "Does Le Maxan integrate with existing stacks?", - answer: "Yes, we integrate seamlessly with Slack, Jira, Trello, and Salesforce.", - }, + question: "Does Le Maxan integrate with existing stacks?", answer: "Yes, we integrate seamlessly with Slack, Jira, Trello, and Salesforce."}, { - question: "Is the AI training on my private data?", - answer: "No, your data is never used to train our base AI models without your express consent.", - }, + question: "Is the AI training on my private data?", answer: "No, your data is never used to train our base AI models without your express consent."}, { - question: "What happens if I cancel my plan?", - answer: "You can export all your data and configurations at any time before your subscription ends.", - }, + question: "What happens if I cancel my plan?", answer: "You can export all your data and configurations at any time before your subscription ends."}, { - question: "Do you offer developer API access?", - answer: "Yes, our robust API allows you to build custom email workflows.", - }, + question: "Do you offer developer API access?", answer: "Yes, our robust API allows you to build custom email workflows."}, ]} /> @@ -292,13 +186,9 @@ export default function HomePage() { tag="Ready to Start?" text="Join the AI-email revolution today and reclaim your time." primaryButton={{ - text: "Request A Demo", - href: "#contact", - }} + text: "Request A Demo", href: "#contact"}} secondaryButton={{ - text: "View Documentation", - href: "#faq", - }} + text: "View Documentation", href: "#faq"}} /> -- 2.49.1