Merge version_1 into main #2
@@ -19,8 +19,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Courses", href: "/courses" },
|
||||
{ label: "Pricing", href: "#" },
|
||||
{ label: "Free Resources", href: "#" },
|
||||
@@ -28,8 +27,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -37,8 +35,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Learning",
|
||||
items: [
|
||||
title: "Learning", items: [
|
||||
{ label: "Getting Started", href: "#" },
|
||||
{ label: "Certification Guide", href: "#" },
|
||||
{ label: "Student Stories", href: "#" },
|
||||
@@ -46,8 +43,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -74,9 +70,7 @@ export default function AboutPage() {
|
||||
brandName="EduLearn"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/courses",
|
||||
}}
|
||||
text: "Get Started", href: "/courses"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,7 +81,7 @@ export default function AboutPage() {
|
||||
tag="Our Mission"
|
||||
tagIcon={Lightbulb}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/university-colleagues-talking-library_23-2148844673.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/university-colleagues-talking-library_23-2148844673.jpg"
|
||||
imageAlt="EduLearn Academy community"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -112,7 +106,6 @@ export default function AboutPage() {
|
||||
{ id: "4", icon: TrendingUp, title: "Success Rate", value: "94%" },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View Detailed Stats", href: "#" }]}
|
||||
@@ -127,29 +120,17 @@ export default function AboutPage() {
|
||||
author="Michael Chen, Full Stack Engineer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg",
|
||||
alt: "Jessica Lee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg", alt: "Jessica Lee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
|
||||
alt: "Alex Morgan",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", alt: "Alex Morgan"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg",
|
||||
alt: "Maria Garcia",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg", alt: "Maria Garcia"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
|
||||
143
src/app/page.tsx
143
src/app/page.tsx
@@ -32,8 +32,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Courses", href: "/courses" },
|
||||
{ label: "Pricing", href: "#" },
|
||||
{ label: "Free Resources", href: "#" },
|
||||
@@ -41,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -50,8 +48,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Learning",
|
||||
items: [
|
||||
title: "Learning", items: [
|
||||
{ label: "Getting Started", href: "#" },
|
||||
{ label: "Certification Guide", href: "#" },
|
||||
{ label: "Student Stories", href: "#" },
|
||||
@@ -59,8 +56,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -87,9 +83,7 @@ export default function HomePage() {
|
||||
brandName="EduLearn"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/courses",
|
||||
}}
|
||||
text: "Get Started", href: "/courses"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,14 +98,10 @@ export default function HomePage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-girl-listening-educational-documentary-laptop-takes-notes_482257-126301.jpg",
|
||||
imageAlt: "Students engaged in online learning",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-girl-listening-educational-documentary-laptop-takes-notes_482257-126301.jpg", imageAlt: "Students engaged in online learning"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg",
|
||||
imageAlt: "Interactive course interface",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg", imageAlt: "Interactive course interface"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -133,37 +123,21 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Expert Instructors",
|
||||
description:
|
||||
"Learn from industry professionals with 10+ years of experience",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-colleagues-learning-work_23-2149300706.jpg?_wi=1",
|
||||
imageAlt: "Professional educators",
|
||||
},
|
||||
title: "Expert Instructors", description:
|
||||
"Learn from industry professionals with 10+ years of experience", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-colleagues-learning-work_23-2149300706.jpg", imageAlt: "Professional educators"},
|
||||
{
|
||||
title: "Flexible Learning",
|
||||
description:
|
||||
"Study at your own pace with lifetime access to course materials",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-studying-using-technology_1163-1891.jpg?_wi=1",
|
||||
imageAlt: "Flexible schedule options",
|
||||
},
|
||||
title: "Flexible Learning", description:
|
||||
"Study at your own pace with lifetime access to course materials", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-woman-studying-using-technology_1163-1891.jpg", imageAlt: "Flexible schedule options"},
|
||||
{
|
||||
title: "Certifications",
|
||||
description:
|
||||
"Earn recognized certificates that boost your professional profile",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/distance-learning-online-education-webpage_53876-125084.jpg",
|
||||
imageAlt: "Achievement certificates",
|
||||
},
|
||||
title: "Certifications", description:
|
||||
"Earn recognized certificates that boost your professional profile", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/distance-learning-online-education-webpage_53876-125084.jpg", imageAlt: "Achievement certificates"},
|
||||
{
|
||||
title: "24/7 Support",
|
||||
description:
|
||||
"Get help when you need it with our dedicated support team",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-living-with-disability-answering-client-call-customer-service-wheelchair-user-with-physical-health-condition-working-helpline-support-helpdesk-operator-with-chronic-pain_482257-47208.jpg",
|
||||
imageAlt: "Customer support team",
|
||||
},
|
||||
title: "24/7 Support", description:
|
||||
"Get help when you need it with our dedicated support team", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-living-with-disability-answering-client-call-customer-service-wheelchair-user-with-physical-health-condition-working-helpline-support-helpdesk-operator-with-chronic-pain_482257-47208.jpg", imageAlt: "Customer support team"},
|
||||
]}
|
||||
gridVariant="two-items-per-row"
|
||||
animationType="slide-up"
|
||||
@@ -181,7 +155,7 @@ export default function HomePage() {
|
||||
tag="Our Mission"
|
||||
tagIcon={Lightbulb}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/university-colleagues-talking-library_23-2148844673.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/university-colleagues-talking-library_23-2148844673.jpg"
|
||||
imageAlt="EduLearn Academy community"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Learn Our Story", href: "/about" }]}
|
||||
@@ -203,7 +177,6 @@ export default function HomePage() {
|
||||
{ id: "4", icon: TrendingUp, title: "Success Rate", value: "94%" },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "See Full Statistics", href: "/about" }]}
|
||||
@@ -220,49 +193,21 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "EduLearn",
|
||||
name: "Web Development Bootcamp",
|
||||
price: "$199",
|
||||
rating: 5,
|
||||
reviewCount: "3.2k",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/programming-code-set-two_78370-10346.jpg?_wi=1",
|
||||
imageAlt: "Web Development Course",
|
||||
},
|
||||
id: "1", brand: "EduLearn", name: "Web Development Bootcamp", price: "$199", rating: 5,
|
||||
reviewCount: "3.2k", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/programming-code-set-two_78370-10346.jpg", imageAlt: "Web Development Course"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "EduLearn",
|
||||
name: "Data Science Mastery",
|
||||
price: "$249",
|
||||
rating: 5,
|
||||
reviewCount: "2.8k",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg?_wi=1",
|
||||
imageAlt: "Data Science Course",
|
||||
},
|
||||
id: "2", brand: "EduLearn", name: "Data Science Mastery", price: "$249", rating: 5,
|
||||
reviewCount: "2.8k", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg", imageAlt: "Data Science Course"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "EduLearn",
|
||||
name: "Digital Marketing Pro",
|
||||
price: "$179",
|
||||
rating: 5,
|
||||
reviewCount: "2.1k",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businessman-holding-tablet-with-digital-marketing-concept_9975-22100.jpg?_wi=1",
|
||||
imageAlt: "Digital Marketing Course",
|
||||
},
|
||||
id: "3", brand: "EduLearn", name: "Digital Marketing Pro", price: "$179", rating: 5,
|
||||
reviewCount: "2.1k", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businessman-holding-tablet-with-digital-marketing-concept_9975-22100.jpg", imageAlt: "Digital Marketing Course"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "EduLearn",
|
||||
name: "Mobile App Development",
|
||||
price: "$229",
|
||||
rating: 5,
|
||||
reviewCount: "1.9k",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-boss-uses-ai-virtual-assistant_482257-123249.jpg?_wi=1",
|
||||
imageAlt: "Mobile Development Course",
|
||||
},
|
||||
id: "4", brand: "EduLearn", name: "Mobile App Development", price: "$229", rating: 5,
|
||||
reviewCount: "1.9k", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/bucharest-romania-july-30th-2024-boss-uses-ai-virtual-assistant_482257-123249.jpg", imageAlt: "Mobile Development Course"},
|
||||
]}
|
||||
gridVariant="two-items-per-row"
|
||||
animationType="slide-up"
|
||||
@@ -280,29 +225,17 @@ export default function HomePage() {
|
||||
author="Sarah Johnson, Software Developer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg",
|
||||
alt: "Sarah Johnson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg", alt: "Sarah Johnson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
|
||||
alt: "Michael Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", alt: "Michael Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg",
|
||||
alt: "Emily Rodriguez",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg", alt: "Emily Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
|
||||
alt: "David Kim",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", alt: "David Kim"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg",
|
||||
alt: "Jessica Lee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-students-classroom_329181-13009.jpg", alt: "Jessica Lee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg",
|
||||
alt: "Alex Morgan",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", alt: "Alex Morgan"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user