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 TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Award, Zap, CheckCircle, Shield } from "lucide-react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
@@ -86,7 +86,7 @@ export default function Page() {
|
||||
<div id="learning-process" data-section="learning-process">
|
||||
<FeatureCardEight
|
||||
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."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -222,14 +222,21 @@ export default function Page() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact_center" data-section="contact_center">
|
||||
<ContactCenter
|
||||
tag="Contact"
|
||||
title="Get in Touch with Our Team"
|
||||
description="Have questions about our courses or how we can support your tech education journey? Our dedicated team is here to assist you."
|
||||
useInvertedBackground="noInvert"
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Stay Updated"
|
||||
title="Get Latest Course Updates & Learning Tips"
|
||||
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="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 id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="IT Academy"
|
||||
|
||||
Reference in New Issue
Block a user