diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index c44db94..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,30 +89,19 @@ export default function HomePage() {
@@ -177,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"},
]}
/>
@@ -206,50 +135,25 @@ export default function HomePage() {
@@ -261,23 +165,16 @@ export default function HomePage() {
@@ -289,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"}}
/>