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