|
|
|
|
@@ -11,6 +11,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
|
|
|
|
|
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
|
|
|
|
import ContactInline from "@/components/sections/contact/ContactInline";
|
|
|
|
|
import FooterSocial from "@/components/sections/footer/FooterSocial";
|
|
|
|
|
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
|
|
|
|
import { Quote, Users } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
@@ -106,60 +107,42 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
|
|
|
<PricingCardThree
|
|
|
|
|
<ProductCardTwo
|
|
|
|
|
title="Training Packages"
|
|
|
|
|
description="Choose the plan that fits your learning goals and career aspirations."
|
|
|
|
|
plans={[
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
price: "$2,999",
|
|
|
|
|
brand: "Go Work",
|
|
|
|
|
name: "Starter Program",
|
|
|
|
|
buttons: [
|
|
|
|
|
{ text: "Get Started", href: "contact" },
|
|
|
|
|
{ text: "Learn More", onClick: () => {} }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"5 beginner-level courses",
|
|
|
|
|
"Weekly live sessions",
|
|
|
|
|
"Email support",
|
|
|
|
|
"Community access"
|
|
|
|
|
]
|
|
|
|
|
price: "$2,999",
|
|
|
|
|
rating: 4,
|
|
|
|
|
reviewCount: "245",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492693670-lj7ueobz.png",
|
|
|
|
|
imageAlt: "Starter Program"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
badge: "Most Popular",
|
|
|
|
|
price: "$7,999",
|
|
|
|
|
brand: "Go Work",
|
|
|
|
|
name: "Professional Program",
|
|
|
|
|
buttons: [
|
|
|
|
|
{ text: "Get Started", href: "contact" },
|
|
|
|
|
{ text: "Learn More", onClick: () => {} }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"15 intermediate courses",
|
|
|
|
|
"Daily live sessions",
|
|
|
|
|
"1-on-1 mentorship",
|
|
|
|
|
"Portfolio building",
|
|
|
|
|
"Priority support"
|
|
|
|
|
]
|
|
|
|
|
price: "$7,999",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "512",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672731963-dy25hbg0.jpg",
|
|
|
|
|
imageAlt: "Professional Program"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
price: "$14,999",
|
|
|
|
|
brand: "Go Work",
|
|
|
|
|
name: "Enterprise Program",
|
|
|
|
|
buttons: [
|
|
|
|
|
{ text: "Get Started", href: "contact" },
|
|
|
|
|
{ text: "Learn More", onClick: () => {} }
|
|
|
|
|
],
|
|
|
|
|
features: [
|
|
|
|
|
"All intermediate courses",
|
|
|
|
|
"Advanced specializations",
|
|
|
|
|
"Guaranteed job placement",
|
|
|
|
|
"Dedicated account manager",
|
|
|
|
|
"Career counseling",
|
|
|
|
|
"Lifetime updates"
|
|
|
|
|
]
|
|
|
|
|
price: "$14,999",
|
|
|
|
|
rating: 5,
|
|
|
|
|
reviewCount: "389",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672732968-aww7it2l.jpg",
|
|
|
|
|
imageAlt: "Enterprise Program"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground="invertDefault"
|
|
|
|
|
@@ -180,49 +163,57 @@ export default function LandingPage() {
|
|
|
|
|
id: "1",
|
|
|
|
|
name: "Alex Johnson",
|
|
|
|
|
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",
|
|
|
|
|
name: "Maria Chen",
|
|
|
|
|
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",
|
|
|
|
|
name: "David Kumar",
|
|
|
|
|
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",
|
|
|
|
|
name: "Sophie Martin",
|
|
|
|
|
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",
|
|
|
|
|
name: "James Wilson",
|
|
|
|
|
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",
|
|
|
|
|
name: "Lisa Chen",
|
|
|
|
|
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",
|
|
|
|
|
name: "Michael Brown",
|
|
|
|
|
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",
|
|
|
|
|
name: "Sarah Anderson",
|
|
|
|
|
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}
|
|
|
|
|
|