Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0e2f12c0ac | |||
| b451d5d106 | |||
| c9bd5eda7e | |||
| 9f1b820abc | |||
| 18be00d68d | |||
| a6df6c50bf | |||
| eb9cfcb125 | |||
| de2ad54d9c | |||
| 8c4fb7b7ef | |||
| 9d55d755c5 |
@@ -47,10 +47,10 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="MecaFirst"
|
||||
description="Transform data into actionable insights instantly with our AI-powered web builder."
|
||||
description="Accelerate your enterprise velocity: reduce time-to-market by 60% with our AI-powered builder, designed to increase operational efficiency and ensure rapid, scalable deployment for global teams."
|
||||
buttons={[
|
||||
{
|
||||
text: "Sign Up", href: "#"},
|
||||
text: "Get Started Free", href: "#"},
|
||||
{
|
||||
text: "Log In", href: "#"},
|
||||
]}
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Predictive Data Analytics", description: "Get real-time insights with automated dashboards.", bentoComponent: "globe"
|
||||
title: "Data Analytics", description: "Get real-time insights with automated dashboards.", bentoComponent: "globe"
|
||||
},
|
||||
{
|
||||
title: "AI Assistant", description: "Interactive chat interface for fast queries.", bentoComponent: "chat", aiIcon: Star,
|
||||
@@ -146,7 +146,7 @@ export default function LandingPage() {
|
||||
description="Join thousands of innovators using MecaFirst."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support", href: "#"},
|
||||
text: "Get Started", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user