Compare commits
3 Commits
version_12
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| 02d6ef13a0 | |||
| 7d815994a4 | |||
| 6c91661843 |
101
src/app/page.tsx
101
src/app/page.tsx
@@ -29,12 +29,12 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
links={[
|
||||||
{ name: "Home", id: "nav" },
|
{ label: "Home", href: "nav" },
|
||||||
{ name: "Courses", id: "features" },
|
{ label: "Courses", href: "features" },
|
||||||
{ name: "About", id: "about" },
|
{ label: "About", href: "about" },
|
||||||
{ name: "Team", id: "team" },
|
{ label: "Team", href: "team" },
|
||||||
{ name: "FAQ", id: "faq" }
|
{ label: "FAQ", href: "faq" }
|
||||||
]}
|
]}
|
||||||
brandName="Go Work"
|
brandName="Go Work"
|
||||||
button={{
|
button={{
|
||||||
@@ -112,56 +112,55 @@ export default function LandingPage() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
|
title: "Starter Program",
|
||||||
|
description: "Perfect for beginners entering IT",
|
||||||
price: "$2,999",
|
price: "$2,999",
|
||||||
name: "Starter Program",
|
period: "12 weeks",
|
||||||
buttons: [
|
|
||||||
{ text: "Get Started", href: "contact" },
|
|
||||||
{ text: "Learn More", onClick: () => {} }
|
|
||||||
],
|
|
||||||
features: [
|
features: [
|
||||||
"5 beginner-level courses",
|
"Fundamentals of programming",
|
||||||
"Weekly live sessions",
|
"Basic web development",
|
||||||
"Email support",
|
"Career guidance",
|
||||||
"Community access"
|
"Community access",
|
||||||
]
|
"Certificate of completion"
|
||||||
|
],
|
||||||
|
isFeatured: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
badge: "Most Popular",
|
title: "Professional Program",
|
||||||
|
description: "Comprehensive training for career change",
|
||||||
price: "$7,999",
|
price: "$7,999",
|
||||||
name: "Professional Program",
|
period: "16 weeks",
|
||||||
buttons: [
|
|
||||||
{ text: "Get Started", href: "contact" },
|
|
||||||
{ text: "Learn More", onClick: () => {} }
|
|
||||||
],
|
|
||||||
features: [
|
features: [
|
||||||
"15 intermediate courses",
|
"Full-stack development",
|
||||||
"Daily live sessions",
|
"Advanced frameworks",
|
||||||
|
"Portfolio projects",
|
||||||
"1-on-1 mentorship",
|
"1-on-1 mentorship",
|
||||||
"Portfolio building",
|
"Job placement assistance",
|
||||||
"Priority support"
|
"Industry certifications"
|
||||||
]
|
],
|
||||||
|
isFeatured: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
|
title: "Enterprise Program",
|
||||||
|
description: "Premium training with job guarantee",
|
||||||
price: "$14,999",
|
price: "$14,999",
|
||||||
name: "Enterprise Program",
|
period: "20 weeks",
|
||||||
buttons: [
|
|
||||||
{ text: "Get Started", href: "contact" },
|
|
||||||
{ text: "Learn More", onClick: () => {} }
|
|
||||||
],
|
|
||||||
features: [
|
features: [
|
||||||
"All intermediate courses",
|
"Enterprise-level training",
|
||||||
|
"Cloud computing & DevOps",
|
||||||
"Advanced specializations",
|
"Advanced specializations",
|
||||||
"Guaranteed job placement",
|
"Job placement guarantee",
|
||||||
"Dedicated account manager",
|
"6 months post-grad support",
|
||||||
"Career counseling",
|
"Premium industry certifications",
|
||||||
"Lifetime updates"
|
"Alumni network access"
|
||||||
]
|
],
|
||||||
|
isFeatured: false
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
animationType="slide-up"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -180,49 +179,57 @@ export default function LandingPage() {
|
|||||||
id: "1",
|
id: "1",
|
||||||
name: "Alex Johnson",
|
name: "Alex Johnson",
|
||||||
role: "Full Stack Developer",
|
role: "Full Stack Developer",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672732968-aww7it2l.jpg"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672732968-aww7it2l.jpg",
|
||||||
|
rating: 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
name: "Maria Chen",
|
name: "Maria Chen",
|
||||||
role: "Frontend Specialist",
|
role: "Frontend Specialist",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672733745-z17sze1s.jpg"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672733745-z17sze1s.jpg",
|
||||||
|
rating: 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
name: "David Kumar",
|
name: "David Kumar",
|
||||||
role: "DevOps Engineer",
|
role: "DevOps Engineer",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672734552-1pi21ji6.jpg"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672734552-1pi21ji6.jpg",
|
||||||
|
rating: 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4",
|
||||||
name: "Sophie Martin",
|
name: "Sophie Martin",
|
||||||
role: "UI/UX Designer",
|
role: "UI/UX Designer",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672735551-zee5mm98.jpg"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672735551-zee5mm98.jpg",
|
||||||
|
rating: 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5",
|
||||||
name: "James Wilson",
|
name: "James Wilson",
|
||||||
role: "Backend Architect",
|
role: "Backend Architect",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672736383-37d60c7y.jpg"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672736383-37d60c7y.jpg",
|
||||||
|
rating: 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6",
|
||||||
name: "Lisa Chen",
|
name: "Lisa Chen",
|
||||||
role: "Data Science Lead",
|
role: "Data Science Lead",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672737218-lpv1rhki.jpg"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672737218-lpv1rhki.jpg",
|
||||||
|
rating: 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "7",
|
id: "7",
|
||||||
name: "Michael Brown",
|
name: "Michael Brown",
|
||||||
role: "Cloud Solutions Expert",
|
role: "Cloud Solutions Expert",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672738160-spbsp0n6.jpg"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672738160-spbsp0n6.jpg",
|
||||||
|
rating: 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "8",
|
id: "8",
|
||||||
name: "Sarah Anderson",
|
name: "Sarah Anderson",
|
||||||
role: "Security Specialist",
|
role: "Security Specialist",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492693670-lj7ueobz.png"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492693670-lj7ueobz.png",
|
||||||
|
rating: 5
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
speed={40}
|
speed={40}
|
||||||
|
|||||||
Reference in New Issue
Block a user