Update src/app/page.tsx

This commit is contained in:
2026-03-22 17:38:11 +00:00
parent bc121a1f27
commit 17ac791d62

View File

@@ -8,7 +8,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Sparkles, Heart, Smile, Shield, Gift } from 'lucide-react';
import { Sparkles, Heart, Smile, Shield, Gift, Mail, Users, Star } from 'lucide-react';
export default function LandingPage() {
return (