Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-01-31 17:36:01 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { Award, Rocket, TrendingUp, Users, Zap } from "lucide-react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="largeSmall"
background="aurora"
background="circleGradient"
cardStyle="elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -46,7 +46,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
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."
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Start Free Trial", href: "#contact" },
{ text: "Watch Demo", href: "#" }