Update src/app/page.tsx
This commit is contained in:
@@ -12,8 +12,7 @@ import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
|||||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
|
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
|
||||||
import TextNumberCount from '@/components/text/TextNumberCount';
|
import { Zap, Target, Sparkles, Rocket, Award, Users, HelpCircle, Youtube, Linkedin, Twitter, Github, Star } from "lucide-react";
|
||||||
import { Zap, Target, Sparkles, Rocket, Award, Users, HelpCircle, Youtube, Linkedin, Twitter, Github } from "lucide-react";
|
|
||||||
|
|
||||||
export default function Page() {
|
export default function Page() {
|
||||||
return (
|
return (
|
||||||
@@ -391,13 +390,6 @@ export default function Page() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<div className="flex flex-col items-center justify-center gap-6 py-20">
|
|
||||||
<div className="text-center">
|
|
||||||
<h2 className="text-4xl font-bold mb-4">Our Users</h2>
|
|
||||||
<div className="flex items-baseline justify-center gap-2">
|
|
||||||
<TextNumberCount value={1000} suffix="+ people" className="text-6xl font-extrabold" />
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<ContactText
|
<ContactText
|
||||||
text="Ready to transform your career in technology? Get in touch with our enrollment team to discuss your learning goals and find the perfect course for you."
|
text="Ready to transform your career in technology? Get in touch with our enrollment team to discuss your learning goals and find the perfect course for you."
|
||||||
animationType="reveal-blur"
|
animationType="reveal-blur"
|
||||||
@@ -414,7 +406,6 @@ export default function Page() {
|
|||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseSocial
|
<FooterBaseSocial
|
||||||
|
|||||||
Reference in New Issue
Block a user