From 858862445c45335291ac222c822bd50fb8e5c82e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:08:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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() {