Merge version_1 into main #1
@@ -11,7 +11,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Sparkles, Target, Zap, TrendingUp, HelpCircle, Twitter, Linkedin, Github } from "lucide-react";
|
||||
import { Sparkles, Target, Zap, TrendingUp, HelpCircle, Twitter, Linkedin, Github, Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
tag="Innovation"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Explore the Possibility", href: "contact" },
|
||||
{ text: "View Demo", href: "features" }
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Join forward-thinking organizations leveraging AI to transform their operations"
|
||||
tag="Partners"
|
||||
tagIcon={TrendingUp}
|
||||
tagIcon={Shield}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={["TechCorp", "InnovateLab", "DataStream", "CloudScale", "FutureAI", "SmartOps", "VisionTech", "NexusData"]}
|
||||
|
||||
Reference in New Issue
Block a user