diff --git a/src/app/page.tsx b/src/app/page.tsx index 48ef6a5..f0776c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactFaq from '@/components/sections/contact/ContactFaq'; 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"; 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." tag="Your Path to Tech Excellence" 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" buttons={[ { text: "Explore Courses", href: "programs" }, @@ -281,6 +282,8 @@ export default function Page() { ]} /> + + ); } \ No newline at end of file