diff --git a/src/app/page.tsx b/src/app/page.tsx index 9681e0f..8af491c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Apple, Award, BarChart3, Calendar, Dumbbell, Facebook, Flame, Heart, Instagram, Lightbulb, Linkedin, Network, Send, Smartphone, Star, Target, TrendingDown, TrendingUp, Users, Users2, Youtube, Zap } from 'lucide-react'; +import { Apple, Award, BarChart3, Calendar, Dumbbell, Facebook, Flame, Heart, Instagram, Lightbulb, Linkedin, Layers, Network, Send, Smartphone, Star, Target, TrendingDown, TrendingUp, User, Users, Users2, Youtube, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function LandingPage() {