From 564fd8aac2af13d4f56bd74e703203479fe0348d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:32:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 65 ++++++++++++++++++++++++------------------------ 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d3ff62..b440df3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Award, Brain, Building2, Crown, Gift, HelpCircle, Heart, MessageCircle, Rocket, Shield, Smile, Sparkles, Star, Zap, CheckCircle, Truck, Trophy } from 'lucide-react'; +import { Award, Brain, Building2, Crown, Gift, HelpCircle, Heart, MessageCircle, Rocket, Shield, Smile, Sparkles, Star, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -80,8 +80,8 @@ export default function LandingPage() {
@@ -154,7 +154,8 @@ export default function LandingPage() { ], features: [ "5 toys per month", "Express shipping included", "VIP access to limited editions", "Personal toy consultant", "Premium rewards", "Flexible plans" - ] + ], + cardClassName: "ring-2 ring-accent/60 shadow-lg shadow-accent/20 scale-105" } ]} /> @@ -162,8 +163,8 @@ export default function LandingPage() {
@@ -194,14 +195,14 @@ export default function LandingPage() {