Update src/app/page.tsx

This commit is contained in:
2026-03-10 19:40:27 +00:00
parent 55f556c007
commit e4e5d3cfb4

View File

@@ -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"
/>
</div>