From 5d017feffa5a18cb1bd5f50f4964492604925a1c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:23:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) 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() {