Compare commits
4 Commits
version_11
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| cd4ab79614 | |||
| 2b2911503d | |||
| a606571c6d | |||
| 14698e950e |
@@ -12,6 +12,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import { Sparkles, Award, Rocket, Linkedin, Twitter, Github, Mail, Users, Clock, HeadphonesIcon, Globe } from "lucide-react";
|
import { Sparkles, Award, Rocket, Linkedin, Twitter, Github, Mail, Users, Clock, HeadphonesIcon, Globe } from "lucide-react";
|
||||||
import AboutMetric from "@/components/sections/about/AboutMetric";
|
import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||||
|
import EmailSignupForm from "@/components/form/EmailSignupForm";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -248,19 +249,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
|
||||||
<ContactCenter
|
|
||||||
tag="Get Started"
|
|
||||||
title="Ready to Transform Your Tech Career?"
|
|
||||||
description="Join hundreds of successful graduates who've built rewarding careers in technology. Sign up now to learn more about enrollment and get exclusive access to course previews."
|
|
||||||
tagIcon={Rocket}
|
|
||||||
inputPlaceholder="Enter your email address"
|
|
||||||
buttonText="Enroll Now"
|
|
||||||
termsText="By enrolling, you'll receive course information and updates. We respect your privacy and you can unsubscribe anytime."
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="TechAcademy"
|
logoText="TechAcademy"
|
||||||
@@ -285,6 +273,19 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="contact" data-section="contact">
|
||||||
|
<ContactCenter
|
||||||
|
tag="Get Started"
|
||||||
|
title="Ready to Transform Your Tech Career?"
|
||||||
|
description="Join hundreds of successful graduates who've built rewarding careers in technology. Sign up now to learn more about enrollment and get exclusive access to course previews."
|
||||||
|
tagIcon={Rocket}
|
||||||
|
inputPlaceholder="Enter your email address"
|
||||||
|
buttonText="Enroll Now"
|
||||||
|
termsText="By enrolling, you'll receive course information and updates. We respect your privacy and you can unsubscribe anytime."
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user