@@ -10,6 +10,7 @@ import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import TextAnimation from '@/components/text/TextAnimation';
|
||||
import { Users, TrendingUp, Zap, Award, Sparkles } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -334,6 +335,14 @@ export default function LandingPage() {
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="flex justify-center my-8">
|
||||
<TextAnimation
|
||||
type="entrance-slide"
|
||||
title="Welcome to our company"
|
||||
variant="trigger"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user