Update src/app/page.tsx

This commit is contained in:
2026-04-11 12:59:55 +00:00
parent 7433cd6c68
commit d8b02c8b35

View File

@@ -8,7 +8,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterCard from '@/components/sections/footer/FooterCard';
import { ArrowRight, Star, Mail, Instagram, Twitter, Linkedin } from 'lucide-react'; import { Instagram, Twitter, Linkedin } from 'lucide-react';
const navItems = [ const navItems = [
{ name: "Home", id: "/" }, { name: "Home", id: "/" },