Update src/app/page.tsx

This commit is contained in:
2026-01-29 13:37:17 +00:00
parent 1af75482b8
commit 65958036ab

View File

@@ -10,8 +10,9 @@ import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactText from '@/components/sections/contact/ContactText';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Award, Globe, Users, Zap } from 'lucide-react';
import { Award, Globe, Users, Zap, Mail } from 'lucide-react';
export default function LandingPage() {
return (
@@ -193,14 +194,19 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your career with IT Home? Join thousands of successful graduates and start your journey into technology today."
useInvertedBackground="invertDefault"
animationType="entrance-slide"
buttons={[
{ text: "Enroll Today", href: "contact" },
{ text: "Schedule a Consultation", href: "contact" }
]}
<ContactSplit
tag="Get In Touch"
tagIcon={Mail}
title="Ready to Start Your Journey?"
description="Join thousands of successful graduates and transform your career with IT Home. Contact us today to learn more about our programs and get started."
useInvertedBackground="noInvert"
imageSrc="https://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg"
imageAlt="Contact us at IT Home"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Sign Up"
termsText="By signing up, you agree to our Terms and Conditions. We respect your privacy."
onSubmit={(email) => console.log('Submitted email:', email)}
/>
</div>