Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,6 @@ 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() {
|
||||
@@ -107,44 +106,61 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<ProductCardTwo
|
||||
<PricingCardThree
|
||||
title="Training Packages"
|
||||
description="Choose the plan that fits your learning goals and career aspirations."
|
||||
products={[
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Go Work",
|
||||
name: "Starter Program",
|
||||
title: "Starter Program",
|
||||
description: "Perfect for beginners entering IT",
|
||||
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"
|
||||
period: "12 weeks",
|
||||
features: [
|
||||
"Fundamentals of programming",
|
||||
"Basic web development",
|
||||
"Career guidance",
|
||||
"Community access",
|
||||
"Certificate of completion"
|
||||
],
|
||||
isFeatured: false
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Go Work",
|
||||
name: "Professional Program",
|
||||
title: "Professional Program",
|
||||
description: "Comprehensive training for career change",
|
||||
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"
|
||||
period: "16 weeks",
|
||||
features: [
|
||||
"Full-stack development",
|
||||
"Advanced frameworks",
|
||||
"Portfolio projects",
|
||||
"1-on-1 mentorship",
|
||||
"Job placement assistance",
|
||||
"Industry certifications"
|
||||
],
|
||||
isFeatured: true
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Go Work",
|
||||
name: "Enterprise Program",
|
||||
title: "Enterprise Program",
|
||||
description: "Premium training with job guarantee",
|
||||
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"
|
||||
period: "20 weeks",
|
||||
features: [
|
||||
"Enterprise-level training",
|
||||
"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"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="invertDefault"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user