Update src/app/pricing/page.tsx
This commit is contained in:
@@ -6,7 +6,7 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Spark, Zap, Crown } from "lucide-react";
|
||||
import { Sparkle, Zap, Crown } from "lucide-react";
|
||||
|
||||
export default function PricingPage() {
|
||||
const navItems = [
|
||||
@@ -19,8 +19,7 @@ export default function PricingPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Courses", href: "/courses" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Features", href: "#features" },
|
||||
@@ -29,8 +28,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -39,8 +37,7 @@ export default function PricingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Cookie Policy", href: "/cookies" },
|
||||
@@ -57,7 +54,7 @@ export default function PricingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="medium"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -77,63 +74,31 @@ export default function PricingPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
badge: "Starter",
|
||||
badgeIcon: Spark,
|
||||
price: "Free",
|
||||
subtitle: "Perfect for beginners exploring the platform",
|
||||
buttons: [
|
||||
id: "1", badge: "Starter", badgeIcon: Sparkle,
|
||||
price: "Free", subtitle: "Perfect for beginners exploring the platform", buttons: [
|
||||
{ text: "Get Started", href: "/signup" },
|
||||
{ text: "Learn More", href: "/pricing" },
|
||||
],
|
||||
features: [
|
||||
"Access to 5 free courses",
|
||||
"Basic portfolio builder",
|
||||
"Community forums",
|
||||
"Weekly newsletters",
|
||||
"Basic course progress tracking",
|
||||
],
|
||||
"Access to 5 free courses", "Basic portfolio builder", "Community forums", "Weekly newsletters", "Basic course progress tracking"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
badge: "Professional",
|
||||
badgeIcon: Zap,
|
||||
price: "$29/mo",
|
||||
subtitle: "For serious developers accelerating their careers",
|
||||
buttons: [
|
||||
id: "2", badge: "Professional", badgeIcon: Zap,
|
||||
price: "$29/mo", subtitle: "For serious developers accelerating their careers", buttons: [
|
||||
{ text: "Start Free Trial", href: "/trial" },
|
||||
{ text: "Upgrade Now", href: "/checkout?plan=pro" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited course access",
|
||||
"Advanced portfolio showcase",
|
||||
"Live code review sessions",
|
||||
"1-on-1 mentorship",
|
||||
"Certificate programs",
|
||||
"Priority community support",
|
||||
"Exclusive job board",
|
||||
],
|
||||
"Unlimited course access", "Advanced portfolio showcase", "Live code review sessions", "1-on-1 mentorship", "Certificate programs", "Priority community support", "Exclusive job board"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
badge: "Enterprise",
|
||||
badgeIcon: Crown,
|
||||
price: "$99/mo",
|
||||
subtitle: "For teams and institutions scaling developer training",
|
||||
buttons: [
|
||||
id: "3", badge: "Enterprise", badgeIcon: Crown,
|
||||
price: "$99/mo", subtitle: "For teams and institutions scaling developer training", buttons: [
|
||||
{ text: "Contact Sales", href: "/contact?type=enterprise" },
|
||||
{ text: "Schedule Demo", href: "/demo" },
|
||||
],
|
||||
features: [
|
||||
"Everything in Professional",
|
||||
"Team management dashboard",
|
||||
"Custom course creation",
|
||||
"API access for integration",
|
||||
"Dedicated account manager",
|
||||
"Advanced analytics & reporting",
|
||||
"White-label options",
|
||||
"SSO authentication",
|
||||
],
|
||||
"Everything in Professional", "Team management dashboard", "Custom course creation", "API access for integration", "Dedicated account manager", "Advanced analytics & reporting", "White-label options", "SSO authentication"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -148,32 +113,11 @@ export default function PricingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Transformed My Career in 6 Months",
|
||||
quote: "Eldorbek gave me everything I needed - quality courses, portfolio tools, and a supportive community. I went from junior to mid-level developer and increased my freelance income by 300%.",
|
||||
name: "James Mitchell",
|
||||
role: "Full Stack Developer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYxOIZzJuABt1grsLGzMHdVZpm/professional-headshot-of-a-software-engi-1772783582549-1219be71.png?_wi=2",
|
||||
imageAlt: "James Mitchell",
|
||||
},
|
||||
id: "1", title: "Transformed My Career in 6 Months", quote: "Eldorbek gave me everything I needed - quality courses, portfolio tools, and a supportive community. I went from junior to mid-level developer and increased my freelance income by 300%.", name: "James Mitchell", role: "Full Stack Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYxOIZzJuABt1grsLGzMHdVZpm/professional-headshot-of-a-software-engi-1772783582549-1219be71.png", imageAlt: "James Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Best Investment in My Development Education",
|
||||
quote: "The course quality is exceptional, and the live mentorship sessions were game-changing. I appreciate the real-world project examples and the active community that helped me debug my code.",
|
||||
name: "Priya Sharma",
|
||||
role: "Frontend Engineer at Tech Corp",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYxOIZzJuABt1grsLGzMHdVZpm/professional-portrait-of-a-female-softwa-1772783581685-6d53dcc4.png?_wi=2",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "2", title: "Best Investment in My Development Education", quote: "The course quality is exceptional, and the live mentorship sessions were game-changing. I appreciate the real-world project examples and the active community that helped me debug my code.", name: "Priya Sharma", role: "Frontend Engineer at Tech Corp", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYxOIZzJuABt1grsLGzMHdVZpm/professional-portrait-of-a-female-softwa-1772783581685-6d53dcc4.png", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Perfect Platform for Career Switchers",
|
||||
quote: "I switched from finance to tech development, and Eldorbek made it seamless. The structured learning path, supportive community, and portfolio builder gave me confidence to land my first tech role.",
|
||||
name: "David Thompson",
|
||||
role: "Backend Developer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYxOIZzJuABt1grsLGzMHdVZpm/professional-headshot-of-a-male-tech-ent-1772783581728-29c35553.png?_wi=2",
|
||||
imageAlt: "David Thompson",
|
||||
},
|
||||
id: "3", title: "Perfect Platform for Career Switchers", quote: "I switched from finance to tech development, and Eldorbek made it seamless. The structured learning path, supportive community, and portfolio builder gave me confidence to land my first tech role.", name: "David Thompson", role: "Backend Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYxOIZzJuABt1grsLGzMHdVZpm/professional-headshot-of-a-male-tech-ent-1772783581728-29c35553.png", imageAlt: "David Thompson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user