Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -33,8 +33,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "/contact"
|
||||
text: "Enroll Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -43,40 +42,22 @@ export default function AboutPage() {
|
||||
<TeamCardFive
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex Kumar",
|
||||
role: "Lead Instructor - Web Development",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg"
|
||||
id: "1", name: "Alex Kumar", role: "Lead Instructor - Web Development", imageSrc: "https://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Garcia",
|
||||
role: "Python & Backend Specialist",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg"
|
||||
id: "2", name: "Maria Garcia", role: "Python & Backend Specialist", imageSrc: "https://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Chen",
|
||||
role: "Data Science Lead",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2149204753.jpg"
|
||||
id: "3", name: "James Chen", role: "Data Science Lead", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-smiley-woman-library_23-2149204753.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emma Wilson",
|
||||
role: "Academy Director",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-studying-math_23-2150444951.jpg"
|
||||
id: "4", name: "Emma Wilson", role: "Academy Director", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-studying-math_23-2150444951.jpg"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Rodriguez",
|
||||
role: "Cybersecurity Expert",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg"
|
||||
id: "5", name: "David Rodriguez", role: "Cybersecurity Expert", imageSrc: "https://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sophie Turner",
|
||||
role: "Student Success Manager",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-studying-math_23-2150444951.jpg"
|
||||
id: "6", name: "Sophie Turner", role: "Student Success Manager", imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-studying-math_23-2150444951.jpg"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -93,29 +74,17 @@ export default function AboutPage() {
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15",
|
||||
title: "Years",
|
||||
description: "Combined teaching experience of our team",
|
||||
icon: Award
|
||||
id: "1", value: "15", title: "Years", description: "Combined teaching experience of our team", icon: Award
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "200",
|
||||
title: "+",
|
||||
description: "Industry certifications held by our instructors",
|
||||
icon: Star
|
||||
id: "2", value: "200", title: "+", description: "Industry certifications held by our instructors", icon: Star
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "98",
|
||||
title: "%",
|
||||
description: "Student satisfaction rate with our instructors",
|
||||
icon: TrendingUp
|
||||
id: "3", value: "98", title: "%", description: "Student satisfaction rate with our instructors", icon: TrendingUp
|
||||
}
|
||||
]}
|
||||
title="Our Expertise"
|
||||
description: "Why our team makes the difference in your learning journey"
|
||||
description="Why our team makes the difference in your learning journey"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -127,29 +96,19 @@ export default function AboutPage() {
|
||||
<FaqSplitMedia
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What makes TechAcademy different?",
|
||||
content: "Our unique combination of industry-experienced instructors, hands-on projects, and comprehensive career support sets us apart. We focus on practical skills that employers actually need."
|
||||
id: "1", title: "What makes TechAcademy different?", content: "Our unique combination of industry-experienced instructors, hands-on projects, and comprehensive career support sets us apart. We focus on practical skills that employers actually need."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do you ensure quality education?",
|
||||
content: "All our instructors have minimum 10+ years of industry experience. Our curriculum is regularly updated based on industry trends and employer feedback."
|
||||
id: "2", title: "How do you ensure quality education?", content: "All our instructors have minimum 10+ years of industry experience. Our curriculum is regularly updated based on industry trends and employer feedback."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is your teaching methodology?",
|
||||
content: "We believe in learning by doing. Our courses combine theory with practical projects, peer collaboration, and real-world case studies."
|
||||
id: "3", title: "What is your teaching methodology?", content: "We believe in learning by doing. Our courses combine theory with practical projects, peer collaboration, and real-world case studies."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer ongoing support after graduation?",
|
||||
content: "Yes! Our alumni network provides ongoing mentorship, job referrals, and continued learning opportunities even after course completion."
|
||||
id: "4", title: "Do you offer ongoing support after graduation?", content: "Yes! Our alumni network provides ongoing mentorship, job referrals, and continued learning opportunities even after course completion."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "How do you stay current with technology trends?",
|
||||
content: "Our instructors are active professionals who bring current industry practices into the classroom. We continuously update our curriculum based on market demands."
|
||||
id: "5", title: "How do you stay current with technology trends?", content: "Our instructors are active professionals who bring current industry practices into the classroom. We continuously update our curriculum based on market demands."
|
||||
}
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/person-front-computer-working-html_23-2150040428.jpg"
|
||||
@@ -171,8 +130,7 @@ export default function AboutPage() {
|
||||
copyrightText="© 2025 TechAcademy. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Courses",
|
||||
items: [
|
||||
title: "Courses", items: [
|
||||
{ label: "Web Development", href: "/courses" },
|
||||
{ label: "Python Programming", href: "/courses" },
|
||||
{ label: "Data Science", href: "/courses" },
|
||||
@@ -180,8 +138,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -189,8 +146,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
@@ -56,7 +56,8 @@ export default function BlogPage() {
|
||||
const url = `${apiUrl}/posts/${projectId}?status=published`;
|
||||
const response = await fetch(url, {
|
||||
method: "GET", headers: {
|
||||
"Content-Type": "application/json"},
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
});
|
||||
|
||||
if (response.ok) {
|
||||
|
||||
@@ -32,8 +32,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "/contact"
|
||||
text: "Enroll Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -43,25 +42,18 @@ export default function ContactPage() {
|
||||
ctaTitle="Ready to Start Learning?"
|
||||
ctaDescription="Join thousands of students already transforming their tech careers with TechAcademy."
|
||||
ctaButton={{
|
||||
text: "Enroll Today",
|
||||
href: "#contact"
|
||||
text: "Enroll Today", href: "#contact"
|
||||
}}
|
||||
ctaIcon={CheckCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I enroll in a course?",
|
||||
content: "Simply click the 'Enroll Now' button, choose your course, and complete the registration. You'll get instant access to course materials."
|
||||
id: "1", title: "How do I enroll in a course?", content: "Simply click the 'Enroll Now' button, choose your course, and complete the registration. You'll get instant access to course materials."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What if I'm not satisfied with my course?",
|
||||
content: "We offer a 30-day money-back guarantee if you're not completely satisfied with your learning experience."
|
||||
id: "2", title: "What if I'm not satisfied with my course?", content: "We offer a 30-day money-back guarantee if you're not completely satisfied with your learning experience."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I switch courses after enrollment?",
|
||||
content: "Yes! You can request a course change within the first 14 days of enrollment at no additional cost."
|
||||
id: "3", title: "Can I switch courses after enrollment?", content: "Yes! You can request a course change within the first 14 days of enrollment at no additional cost."
|
||||
}
|
||||
]}
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -73,34 +65,22 @@ export default function ContactPage() {
|
||||
<FaqSplitMedia
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are the prerequisites for enrolling?",
|
||||
content: "Most of our courses are designed for beginners with no prior experience. We recommend basic computer literacy. Advanced courses require completion of foundational courses or equivalent experience."
|
||||
id: "1", title: "What are the prerequisites for enrolling?", content: "Most of our courses are designed for beginners with no prior experience. We recommend basic computer literacy. Advanced courses require completion of foundational courses or equivalent experience."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long do the courses take?",
|
||||
content: "Course duration varies from 4 weeks to 12 weeks depending on the program. You can study at your own pace with lifetime access to course materials."
|
||||
id: "2", title: "How long do the courses take?", content: "Course duration varies from 4 weeks to 12 weeks depending on the program. You can study at your own pace with lifetime access to course materials."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer job placement assistance?",
|
||||
content: "Yes! We provide resume reviews, interview coaching, and active placement support. Our 95% job placement rate speaks to the effectiveness of our program."
|
||||
id: "3", title: "Do you offer job placement assistance?", content: "Yes! We provide resume reviews, interview coaching, and active placement support. Our 95% job placement rate speaks to the effectiveness of our program."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "What payment options are available?",
|
||||
content: "We accept credit cards, debit cards, and installment plans. We also offer scholarships for qualified candidates."
|
||||
id: "4", title: "What payment options are available?", content: "We accept credit cards, debit cards, and installment plans. We also offer scholarships for qualified candidates."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Can I access courses on mobile devices?",
|
||||
content: "Absolutely! All our courses are fully responsive and accessible on smartphones, tablets, and desktops. Download content for offline learning."
|
||||
id: "5", title: "Can I access courses on mobile devices?", content: "Absolutely! All our courses are fully responsive and accessible on smartphones, tablets, and desktops. Download content for offline learning."
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Is there a certificate upon completion?",
|
||||
content: "Yes, you'll receive an industry-recognized certificate that you can add to your LinkedIn profile and resume."
|
||||
id: "6", title: "Is there a certificate upon completion?", content: "Yes, you'll receive an industry-recognized certificate that you can add to your LinkedIn profile and resume."
|
||||
}
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/person-front-computer-working-html_23-2150040428.jpg"
|
||||
@@ -122,8 +102,7 @@ export default function ContactPage() {
|
||||
copyrightText="© 2025 TechAcademy. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Courses",
|
||||
items: [
|
||||
title: "Courses", items: [
|
||||
{ label: "Web Development", href: "/courses" },
|
||||
{ label: "Python Programming", href: "/courses" },
|
||||
{ label: "Data Science", href: "/courses" },
|
||||
@@ -131,8 +110,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -140,8 +118,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
@@ -33,8 +33,7 @@ export default function CoursesPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "/contact"
|
||||
text: "Enroll Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -43,64 +42,28 @@ export default function CoursesPage() {
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Beginner Track",
|
||||
name: "Web Development Fundamentals",
|
||||
price: "$299",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg",
|
||||
imageAlt: "Web Development Course"
|
||||
id: "1", brand: "Beginner Track", name: "Web Development Fundamentals", price: "$299", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg", imageAlt: "Web Development Course"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Intermediate Track",
|
||||
name: "Python Programming Mastery",
|
||||
price: "$399",
|
||||
rating: 5,
|
||||
reviewCount: "980",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/laptop-with-tablet-smartphone-website-information_24877-53528.jpg",
|
||||
imageAlt: "Python Programming Course"
|
||||
id: "2", brand: "Intermediate Track", name: "Python Programming Mastery", price: "$399", rating: 5,
|
||||
reviewCount: "980", imageSrc: "https://img.b2bpic.net/free-vector/laptop-with-tablet-smartphone-website-information_24877-53528.jpg", imageAlt: "Python Programming Course"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Advanced Track",
|
||||
name: "Data Science & Machine Learning",
|
||||
price: "$599",
|
||||
rating: 5,
|
||||
reviewCount: "756",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/person-working-html-computer_23-2150038849.jpg",
|
||||
imageAlt: "Data Science Course"
|
||||
id: "3", brand: "Advanced Track", name: "Data Science & Machine Learning", price: "$599", rating: 5,
|
||||
reviewCount: "756", imageSrc: "https://img.b2bpic.net/free-photo/person-working-html-computer_23-2150038849.jpg", imageAlt: "Data Science Course"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Professional Track",
|
||||
name: "Cybersecurity Essentials",
|
||||
price: "$499",
|
||||
rating: 5,
|
||||
reviewCount: "543",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg",
|
||||
imageAlt: "Cybersecurity Course"
|
||||
id: "4", brand: "Professional Track", name: "Cybersecurity Essentials", price: "$499", rating: 5,
|
||||
reviewCount: "543", imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Cybersecurity Course"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Expert Track",
|
||||
name: "Full Stack Development",
|
||||
price: "$799",
|
||||
rating: 5,
|
||||
reviewCount: "432",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg",
|
||||
imageAlt: "Full Stack Course"
|
||||
id: "5", brand: "Expert Track", name: "Full Stack Development", price: "$799", rating: 5,
|
||||
reviewCount: "432", imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg", imageAlt: "Full Stack Course"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Professional Track",
|
||||
name: "DevOps Engineering",
|
||||
price: "$699",
|
||||
rating: 5,
|
||||
reviewCount: "298",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg",
|
||||
imageAlt: "DevOps Course"
|
||||
id: "6", brand: "Professional Track", name: "DevOps Engineering", price: "$699", rating: 5,
|
||||
reviewCount: "298", imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "DevOps Course"
|
||||
}
|
||||
]}
|
||||
title="All Courses"
|
||||
@@ -116,29 +79,17 @@ export default function CoursesPage() {
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "50",
|
||||
title: "+",
|
||||
description: "Available courses across all tech domains",
|
||||
icon: Award
|
||||
id: "1", value: "50", title: "+", description: "Available courses across all tech domains", icon: Award
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "500",
|
||||
title: "hrs",
|
||||
description: "Total learning content available",
|
||||
icon: TrendingUp
|
||||
id: "2", value: "500", title: "hrs", description: "Total learning content available", icon: TrendingUp
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "24/7",
|
||||
title: "",
|
||||
description: "Access to course materials and support",
|
||||
icon: Users
|
||||
id: "3", value: "24/7", title: "", description: "Access to course materials and support", icon: Users
|
||||
}
|
||||
]}
|
||||
title="Course Statistics"
|
||||
description: "Everything you need to know about our course offerings"
|
||||
description="Everything you need to know about our course offerings"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -151,25 +102,18 @@ export default function CoursesPage() {
|
||||
ctaTitle="Ready to Start Learning?"
|
||||
ctaDescription="Join thousands of students already transforming their tech careers with TechAcademy."
|
||||
ctaButton={{
|
||||
text: "Enroll Today",
|
||||
href: "/contact"
|
||||
text: "Enroll Today", href: "/contact"
|
||||
}}
|
||||
ctaIcon={CheckCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I choose the right course?",
|
||||
content: "Our course advisors can help you select the perfect learning path based on your experience level, career goals, and interests. Schedule a free consultation to get personalized recommendations."
|
||||
id: "1", title: "How do I choose the right course?", content: "Our course advisors can help you select the perfect learning path based on your experience level, career goals, and interests. Schedule a free consultation to get personalized recommendations."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I switch between courses?",
|
||||
content: "Yes! You can request a course change within the first 14 days of enrollment at no additional cost. We want to ensure you're on the right learning path."
|
||||
id: "2", title: "Can I switch between courses?", content: "Yes! You can request a course change within the first 14 days of enrollment at no additional cost. We want to ensure you're on the right learning path."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What if I need more time to complete?",
|
||||
content: "All our courses come with lifetime access, so you can learn at your own pace. There are no strict deadlines, and you can revisit materials anytime."
|
||||
id: "3", title: "What if I need more time to complete?", content: "All our courses come with lifetime access, so you can learn at your own pace. There are no strict deadlines, and you can revisit materials anytime."
|
||||
}
|
||||
]}
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -185,8 +129,7 @@ export default function CoursesPage() {
|
||||
copyrightText="© 2025 TechAcademy. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Courses",
|
||||
items: [
|
||||
title: "Courses", items: [
|
||||
{ label: "Web Development", href: "/courses" },
|
||||
{ label: "Python Programming", href: "/courses" },
|
||||
{ label: "Data Science", href: "/courses" },
|
||||
@@ -194,8 +137,7 @@ export default function CoursesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -203,8 +145,7 @@ export default function CoursesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
@@ -3,32 +3,19 @@ import { DM_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "TechAcademy - Master In-Demand Tech Skills",
|
||||
description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate. Enroll today!",
|
||||
keywords: "IT academy, coding courses, programming bootcamp, tech training, online learning, web development, Python, data science",
|
||||
openGraph: {
|
||||
title: "TechAcademy - Master In-Demand Tech Skills",
|
||||
description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate.",
|
||||
url: "https://techacademy.io",
|
||||
siteName: "TechAcademy",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "TechAcademy - Master In-Demand Tech Skills", description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate. Enroll today!", keywords: "IT academy, coding courses, programming bootcamp, tech training, online learning, web development, Python, data science", openGraph: {
|
||||
title: "TechAcademy - Master In-Demand Tech Skills", description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate.", url: "https://techacademy.io", siteName: "TechAcademy", type: "website", images: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg",
|
||||
alt: "TechAcademy - IT Training"
|
||||
url: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg", alt: "TechAcademy - IT Training"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "TechAcademy - Master In-Demand Tech Skills",
|
||||
description: "Learn web development, Python, data science, and cybersecurity. 95% job placement rate.",
|
||||
images: ["https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg"]
|
||||
card: "summary_large_image", title: "TechAcademy - Master In-Demand Tech Skills", description: "Learn web development, Python, data science, and cybersecurity. 95% job placement rate.", images: ["https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
115
src/app/page.tsx
115
src/app/page.tsx
@@ -35,8 +35,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "/contact"
|
||||
text: "Enroll Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -51,16 +50,13 @@ export default function HomePage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg",
|
||||
imageAlt: "Programming and coding education"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg", imageAlt: "Programming and coding education"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/system-engineers-celebrating-successful-code-compiling-doing-high-five-hand-gesture-with-colleague-coder-analyzing-algorithm-multiple-screens-takes-off-glasses-congratulates-coworker_482257-41855.jpg",
|
||||
imageAlt: "Tech training and learning"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/system-engineers-celebrating-successful-code-compiling-doing-high-five-hand-gesture-with-colleague-coder-analyzing-algorithm-multiple-screens-takes-off-glasses-congratulates-coworker_482257-41855.jpg", imageAlt: "Tech training and learning"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/person-working-html-computer_23-2150038840.jpg",
|
||||
imageAlt: "IT academy classroom"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/person-working-html-computer_23-2150038840.jpg", imageAlt: "IT academy classroom"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
@@ -73,9 +69,7 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Expert Instructors",
|
||||
description: "Learn from experienced professionals with 10+ years in the tech industry. Our instructors bring real-world insights and practical knowledge to every lesson.",
|
||||
phoneOne: {
|
||||
title: "Expert Instructors", description: "Learn from experienced professionals with 10+ years in the tech industry. Our instructors bring real-world insights and practical knowledge to every lesson.", phoneOne: {
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/caucasian-software-developer-signaling-screen-data-breach-deactivated-security-system-tech-engineer-observing-multiple-system-security-breaches-caused-by-overloaded-storage-servers_482257-40529.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
@@ -84,9 +78,7 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Flexible Learning",
|
||||
description: "Study at your own pace with self-paced courses, live sessions, and recorded content. Access materials anytime, anywhere on any device.",
|
||||
phoneOne: {
|
||||
title: "Flexible Learning", description: "Study at your own pace with self-paced courses, live sessions, and recorded content. Access materials anytime, anywhere on any device.", phoneOne: {
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/informational-agency-multiracial-tech-engineers-programming-application-while-using-computer-cyber-security-company-developers-encrypting-cloud-processing-data-system-using-blockchain-technology_482257-40527.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
@@ -95,9 +87,7 @@ export default function HomePage() {
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Career Support",
|
||||
description: "Get job placement assistance, resume reviews, and interview coaching. Our alumni network opens doors to exciting career opportunities.",
|
||||
phoneOne: {
|
||||
title: "Career Support", description: "Get job placement assistance, resume reviews, and interview coaching. Our alumni network opens doors to exciting career opportunities.", phoneOne: {
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/software-programer-pointing-pencil-source-code-computer-screen-explaining-algorithm-coworker-standing-desk-programmers-discussing-online-cloud-computing-with-team_482257-33535.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
@@ -117,44 +107,20 @@ export default function HomePage() {
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Beginner Track",
|
||||
name: "Web Development Fundamentals",
|
||||
price: "$299",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg",
|
||||
imageAlt: "Web Development Course"
|
||||
id: "1", brand: "Beginner Track", name: "Web Development Fundamentals", price: "$299", rating: 5,
|
||||
reviewCount: "1.2k", imageSrc: "https://img.b2bpic.net/free-vector/realistic-responsive-website-design-collection_23-2149500090.jpg", imageAlt: "Web Development Course"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Intermediate Track",
|
||||
name: "Python Programming Mastery",
|
||||
price: "$399",
|
||||
rating: 5,
|
||||
reviewCount: "980",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/laptop-with-tablet-smartphone-website-information_24877-53528.jpg",
|
||||
imageAlt: "Python Programming Course"
|
||||
id: "2", brand: "Intermediate Track", name: "Python Programming Mastery", price: "$399", rating: 5,
|
||||
reviewCount: "980", imageSrc: "https://img.b2bpic.net/free-vector/laptop-with-tablet-smartphone-website-information_24877-53528.jpg", imageAlt: "Python Programming Course"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Advanced Track",
|
||||
name: "Data Science & Machine Learning",
|
||||
price: "$599",
|
||||
rating: 5,
|
||||
reviewCount: "756",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/person-working-html-computer_23-2150038849.jpg",
|
||||
imageAlt: "Data Science Course"
|
||||
id: "3", brand: "Advanced Track", name: "Data Science & Machine Learning", price: "$599", rating: 5,
|
||||
reviewCount: "756", imageSrc: "https://img.b2bpic.net/free-photo/person-working-html-computer_23-2150038849.jpg", imageAlt: "Data Science Course"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Professional Track",
|
||||
name: "Cybersecurity Essentials",
|
||||
price: "$499",
|
||||
rating: 5,
|
||||
reviewCount: "543",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg",
|
||||
imageAlt: "Cybersecurity Course"
|
||||
id: "4", brand: "Professional Track", name: "Cybersecurity Essentials", price: "$499", rating: 5,
|
||||
reviewCount: "543", imageSrc: "https://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Cybersecurity Course"
|
||||
}
|
||||
]}
|
||||
title="Featured Courses"
|
||||
@@ -170,32 +136,16 @@ export default function HomePage() {
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5000",
|
||||
title: "Students",
|
||||
description: "Successfully trained and certified professionals",
|
||||
icon: Users
|
||||
id: "1", value: "5000", title: "Students", description: "Successfully trained and certified professionals", icon: Users
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "95",
|
||||
title: "%",
|
||||
description: "Job placement rate within 3 months",
|
||||
icon: TrendingUp
|
||||
id: "2", value: "95", title: "%", description: "Job placement rate within 3 months", icon: TrendingUp
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "20",
|
||||
title: "+",
|
||||
description: "Expert instructors on our team",
|
||||
icon: Award
|
||||
id: "3", value: "20", title: "+", description: "Expert instructors on our team", icon: Award
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "4.9",
|
||||
title: "/5",
|
||||
description: "Average student satisfaction rating",
|
||||
icon: Star
|
||||
id: "4", value: "4.9", title: "/5", description: "Average student satisfaction rating", icon: Star
|
||||
}
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -214,28 +164,22 @@ export default function HomePage() {
|
||||
author="Sarah Johnson, Senior Developer"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
alt: "Student testimonial 1"
|
||||
src: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Student testimonial 1"
|
||||
},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg",
|
||||
alt: "Student testimonial 2"
|
||||
src: "https://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", alt: "Student testimonial 2"
|
||||
},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
alt: "Student testimonial 3"
|
||||
src: "https://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", alt: "Student testimonial 3"
|
||||
},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
|
||||
alt: "Student testimonial 4"
|
||||
src: "https://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", alt: "Student testimonial 4"
|
||||
},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
|
||||
alt: "Student testimonial 5"
|
||||
src: "https://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Student testimonial 5"
|
||||
},
|
||||
{
|
||||
src: "https://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg",
|
||||
alt: "Student testimonial 6"
|
||||
src: "https://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", alt: "Student testimonial 6"
|
||||
}
|
||||
]}
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -250,8 +194,7 @@ export default function HomePage() {
|
||||
copyrightText="© 2025 TechAcademy. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Courses",
|
||||
items: [
|
||||
title: "Courses", items: [
|
||||
{ label: "Web Development", href: "/courses" },
|
||||
{ label: "Python Programming", href: "/courses" },
|
||||
{ label: "Data Science", href: "/courses" },
|
||||
@@ -259,8 +202,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -268,8 +210,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user