diff --git a/src/app/page.tsx b/src/app/page.tsx index 42279ab..8677329 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Award, CheckCircle, Globe, Lightbulb, Shield, TrendingUp, Zap } from "lucide-react"; +import { Award, CheckCircle, Globe, Lightbulb, Shield, TrendingUp, Zap, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="large" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -43,7 +43,7 @@ export default function LandingPage() {