Update src/app/page.tsx
This commit is contained in:
@@ -10,8 +10,9 @@ import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
|||||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -193,14 +194,19 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactSplit
|
||||||
text="Ready to transform your career with IT Home? Join thousands of successful graduates and start your journey into technology today."
|
tag="Get In Touch"
|
||||||
useInvertedBackground="invertDefault"
|
tagIcon={Mail}
|
||||||
animationType="entrance-slide"
|
title="Ready to Start Your Journey?"
|
||||||
buttons={[
|
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."
|
||||||
{ text: "Enroll Today", href: "contact" },
|
useInvertedBackground="noInvert"
|
||||||
{ text: "Schedule a Consultation", href: "contact" }
|
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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user