Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b5266319da |
@@ -11,6 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
|
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||||
import { Zap, Star, BookOpen, Users, TrendingUp, MessageCircle, HelpCircle, Phone, Linkedin, Twitter, Facebook, Instagram } from "lucide-react";
|
import { Zap, Star, BookOpen, Users, TrendingUp, MessageCircle, HelpCircle, Phone, Linkedin, Twitter, Facebook, Instagram } from "lucide-react";
|
||||||
|
|
||||||
export default function Page() {
|
export default function Page() {
|
||||||
@@ -49,7 +50,7 @@ export default function Page() {
|
|||||||
description="Learn from industry experts and launch your career in software development, data science, cloud computing, and cybersecurity. Hands-on training designed for real-world success."
|
description="Learn from industry experts and launch your career in software development, data science, cloud computing, and cybersecurity. Hands-on training designed for real-world success."
|
||||||
tag="Your Path to Tech Excellence"
|
tag="Your Path to Tech Excellence"
|
||||||
tagIcon={Zap}
|
tagIcon={Zap}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169860.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg"
|
||||||
imageAlt="IT Academy Dashboard"
|
imageAlt="IT Academy Dashboard"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Courses", href: "programs" },
|
{ text: "Explore Courses", href: "programs" },
|
||||||
@@ -281,6 +282,8 @@ export default function Page() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<PricingCardThree />
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user