13 Commits

Author SHA1 Message Date
2c075a9359 Merge version_11 into main
Merge version_11 into main
2025-12-26 08:45:37 +00:00
78c817b941 Merge version_8 into main
Merge version_8 into main
2025-12-26 08:20:15 +00:00
d889579153 Merge version_8 into main
Merge version_8 into main
2025-12-26 08:18:18 +00:00
32d53c6dd4 Merge version_7 into main
Merge version_7 into main
2025-12-25 16:11:18 +00:00
9bc4c3aeca Merge version_7 into main
Merge version_7 into main
2025-12-25 16:07:24 +00:00
d36d888ba2 Merge version_7 into main
Merge version_7 into main
2025-12-25 16:05:14 +00:00
ffe6db7d59 Merge version_6 into main
Merge version_6 into main
2025-12-25 15:56:52 +00:00
e6cdb83190 Merge version_5 into main
Merge version_5 into main
2025-12-25 15:30:03 +00:00
a389e241bf Merge version_5 into main
Merge version_5 into main
2025-12-25 15:27:48 +00:00
8792e188f1 Merge version_4 into main
Merge version_4 into main
2025-12-25 15:17:19 +00:00
809d6d5f56 Merge version_4 into main
Merge version_4 into main
2025-12-25 15:15:09 +00:00
debdf888ee Merge version_2 into main
Merge version_2 into main
2025-12-25 14:39:55 +00:00
ee7670312f Merge version_2 into main
Merge version_2 into main
2025-12-25 14:37:24 +00:00
2 changed files with 53 additions and 60 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #0a0a0a; --background: #000000;
--card: #1a1a1a; --card: #1a1a1a;
--foreground: #ffffff; --foreground: #ffffff;
--primary-cta: #e6e6e6; --primary-cta: #ff0000;
--secondary-cta: #1a1a1a; --secondary-cta: #1a1a1a;
--accent: #737373; --accent: #ff3333;
--background-accent: #737373; --background-accent: #ff0000;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -29,12 +29,12 @@ export default function LandingPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
links={[ navItems={[
{ label: "Home", href: "nav" }, { name: "Home", id: "nav" },
{ label: "Courses", href: "features" }, { name: "Courses", id: "features" },
{ label: "About", href: "about" }, { name: "About", id: "about" },
{ label: "Team", href: "team" }, { name: "Team", id: "team" },
{ label: "FAQ", href: "faq" } { name: "FAQ", id: "faq" }
]} ]}
brandName="Go Work" brandName="Go Work"
button={{ button={{
@@ -112,55 +112,56 @@ 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",
period: "12 weeks", name: "Starter Program",
features: [ buttons: [
"Fundamentals of programming", { text: "Get Started", href: "contact" },
"Basic web development", { text: "Learn More", onClick: () => {} }
"Career guidance",
"Community access",
"Certificate of completion"
], ],
isFeatured: false features: [
"5 beginner-level courses",
"Weekly live sessions",
"Email support",
"Community access"
]
}, },
{ {
id: "2", id: "2",
title: "Professional Program", badge: "Most Popular",
description: "Comprehensive training for career change",
price: "$7,999", price: "$7,999",
period: "16 weeks", name: "Professional Program",
features: [ buttons: [
"Full-stack development", { text: "Get Started", href: "contact" },
"Advanced frameworks", { text: "Learn More", onClick: () => {} }
"Portfolio projects",
"1-on-1 mentorship",
"Job placement assistance",
"Industry certifications"
], ],
isFeatured: true features: [
"15 intermediate courses",
"Daily live sessions",
"1-on-1 mentorship",
"Portfolio building",
"Priority support"
]
}, },
{ {
id: "3", id: "3",
title: "Enterprise Program",
description: "Premium training with job guarantee",
price: "$14,999", price: "$14,999",
period: "20 weeks", name: "Enterprise Program",
features: [ buttons: [
"Enterprise-level training", { text: "Get Started", href: "contact" },
"Cloud computing & DevOps", { text: "Learn More", onClick: () => {} }
"Advanced specializations",
"Job placement guarantee",
"6 months post-grad support",
"Premium industry certifications",
"Alumni network access"
], ],
isFeatured: false features: [
"All intermediate courses",
"Advanced specializations",
"Guaranteed job placement",
"Dedicated account manager",
"Career counseling",
"Lifetime updates"
]
} }
]} ]}
textboxLayout="default"
animationType="slide-up" animationType="slide-up"
textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
/> />
</div> </div>
@@ -179,57 +180,49 @@ 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}