Update src/app/page.tsx
This commit is contained in:
@@ -9,9 +9,9 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|||||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||||
import { Award, Zap, CheckCircle, Shield } from "lucide-react";
|
import { Award, Zap, CheckCircle, Shield } from "lucide-react";
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
||||||
|
|
||||||
export default function Page() {
|
export default function Page() {
|
||||||
return (
|
return (
|
||||||
@@ -86,7 +86,7 @@ export default function Page() {
|
|||||||
<div id="learning-process" data-section="learning-process">
|
<div id="learning-process" data-section="learning-process">
|
||||||
<FeatureCardEight
|
<FeatureCardEight
|
||||||
tag="Our Methodology"
|
tag="Our Methodology"
|
||||||
title="IT Academy"
|
title="Your Learning Journey"
|
||||||
description="We follow a proven 4-step methodology to ensure comprehensive learning and skill mastery."
|
description="We follow a proven 4-step methodology to ensure comprehensive learning and skill mastery."
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
@@ -222,14 +222,21 @@ export default function Page() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact_center" data-section="contact_center">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactSplit
|
||||||
tag="Contact"
|
tag="Stay Updated"
|
||||||
title="Get in Touch with Our Team"
|
title="Get Latest Course Updates & Learning Tips"
|
||||||
description="Have questions about our courses or how we can support your tech education journey? Our dedicated team is here to assist you."
|
description="Subscribe to our newsletter and receive exclusive content, new course announcements, industry insights, and tips from our expert instructors directly in your inbox."
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="invertDefault"
|
||||||
|
imageSrc="https://img.b2bpic.net/free-photo/little-classmates-discussing-lesson-doing-task_74855-10243.jpg"
|
||||||
|
imageAlt="Newsletter signup"
|
||||||
|
mediaPosition="right"
|
||||||
|
inputPlaceholder="Enter your email address"
|
||||||
|
buttonText="Subscribe"
|
||||||
|
termsText="We respect your privacy. Unsubscribe anytime. Check our Terms and Conditions for details."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="IT Academy"
|
logoText="IT Academy"
|
||||||
|
|||||||
Reference in New Issue
Block a user