diff --git a/src/app/page.tsx b/src/app/page.tsx index d73f176..b9cd331 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { CheckCircle, Clock, CreditCard, Lightbulb, LogIn, MessageCircle, PencilSquare, Send, Sparkles, TrendingUp, Users, Zap, Palette } from 'lucide-react'; +import { CheckCircle, Clock, CreditCard, Lightbulb, LogIn, MessageCircle, PenSquare, Send, Sparkles, TrendingUp, Users, Zap, Palette } from 'lucide-react'; export default function LandingPage() { return ( @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function LandingPage() {