Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { Award, Rocket, TrendingUp, Users, Zap } from "lucide-react";
|
import { Award, Rocket, TrendingUp, Users, Zap } from "lucide-react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="largeSmall"
|
sizing="largeSmall"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="elevated"
|
cardStyle="elevated"
|
||||||
primaryButtonStyle="diagonal-gradient"
|
primaryButtonStyle="diagonal-gradient"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
<HeroLogoBillboardSplit
|
<HeroLogoBillboardSplit
|
||||||
logoText="AIFLOW"
|
logoText="AIFLOW"
|
||||||
description="Transform your business with intelligent automation. Deploy cutting-edge AI solutions in minutes, not months. Automate complex workflows and unlock unprecedented insights."
|
description="Transform your business with intelligent automation. Deploy cutting-edge AI solutions in minutes, not months. Automate complex workflows and unlock unprecedented insights."
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Free Trial", href: "#contact" },
|
{ text: "Start Free Trial", href: "#contact" },
|
||||||
{ text: "Watch Demo", href: "#" }
|
{ text: "Watch Demo", href: "#" }
|
||||||
|
|||||||
Reference in New Issue
Block a user