diff --git a/src/app/page.tsx b/src/app/page.tsx index 8227bb0..b461026 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; +import { Crown, Heart } from 'lucide-react'; export default function LandingPage() { return ( @@ -115,6 +116,7 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" animationType="slide-up" useInvertedBackground={false} + cardClassName="group relative" />