Merge version_14 into main #19
@@ -11,7 +11,6 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar
|
|||||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||||
import ContactInline from "@/components/sections/contact/ContactInline";
|
import ContactInline from "@/components/sections/contact/ContactInline";
|
||||||
import FooterSocial from "@/components/sections/footer/FooterSocial";
|
import FooterSocial from "@/components/sections/footer/FooterSocial";
|
||||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
|
||||||
import { Quote, Users } from "lucide-react";
|
import { Quote, Users } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -107,44 +106,61 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<ProductCardTwo
|
<PricingCardThree
|
||||||
title="Training Packages"
|
title="Training Packages"
|
||||||
description="Choose the plan that fits your learning goals and career aspirations."
|
description="Choose the plan that fits your learning goals and career aspirations."
|
||||||
products={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
brand: "Go Work",
|
title: "Starter Program",
|
||||||
name: "Starter Program",
|
description: "Perfect for beginners entering IT",
|
||||||
price: "$2,999",
|
price: "$2,999",
|
||||||
rating: 4,
|
period: "12 weeks",
|
||||||
reviewCount: "245",
|
features: [
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492693670-lj7ueobz.png",
|
"Fundamentals of programming",
|
||||||
imageAlt: "Starter Program"
|
"Basic web development",
|
||||||
|
"Career guidance",
|
||||||
|
"Community access",
|
||||||
|
"Certificate of completion"
|
||||||
|
],
|
||||||
|
isFeatured: false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
brand: "Go Work",
|
title: "Professional Program",
|
||||||
name: "Professional Program",
|
description: "Comprehensive training for career change",
|
||||||
price: "$7,999",
|
price: "$7,999",
|
||||||
rating: 5,
|
period: "16 weeks",
|
||||||
reviewCount: "512",
|
features: [
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672731963-dy25hbg0.jpg",
|
"Full-stack development",
|
||||||
imageAlt: "Professional Program"
|
"Advanced frameworks",
|
||||||
|
"Portfolio projects",
|
||||||
|
"1-on-1 mentorship",
|
||||||
|
"Job placement assistance",
|
||||||
|
"Industry certifications"
|
||||||
|
],
|
||||||
|
isFeatured: true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
brand: "Go Work",
|
title: "Enterprise Program",
|
||||||
name: "Enterprise Program",
|
description: "Premium training with job guarantee",
|
||||||
price: "$14,999",
|
price: "$14,999",
|
||||||
rating: 5,
|
period: "20 weeks",
|
||||||
reviewCount: "389",
|
features: [
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672732968-aww7it2l.jpg",
|
"Enterprise-level training",
|
||||||
imageAlt: "Enterprise Program"
|
"Cloud computing & DevOps",
|
||||||
|
"Advanced specializations",
|
||||||
|
"Job placement guarantee",
|
||||||
|
"6 months post-grad support",
|
||||||
|
"Premium industry certifications",
|
||||||
|
"Alumni network access"
|
||||||
|
],
|
||||||
|
isFeatured: false
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
animationType="slide-up"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user