Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| edb55fd76a | |||
| ebb5379cfc | |||
| eddac8d074 |
@@ -4,21 +4,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #e3deea;;
|
/* --background: #2c001e;;
|
||||||
--card: #ffffff;;
|
--card: #4a148c;;
|
||||||
--foreground: #27231f;;
|
--foreground: #ffffff;;
|
||||||
--primary-cta: #27231f;;
|
--primary-cta: #ba68c8;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #9575cd;;
|
||||||
--accent: #c68a62;;
|
--accent: #ff8a80;;
|
||||||
--background-accent: #c68a62;; */
|
--background-accent: #6a0dad;; */
|
||||||
|
|
||||||
--background: #e3deea;;
|
--background: #2c001e;;
|
||||||
--card: #ffffff;;
|
--card: #4a148c;;
|
||||||
--foreground: #27231f;;
|
--foreground: #ffffff;;
|
||||||
--primary-cta: #27231f;;
|
--primary-cta: #ba68c8;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #9575cd;;
|
||||||
--accent: #c68a62;;
|
--accent: #ff8a80;;
|
||||||
--background-accent: #c68a62;;
|
--background-accent: #6a0dad;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "1", badge: "Foundation", badgeIcon: BookOpen,
|
id: "1", badge: "Foundation", badgeIcon: BookOpen,
|
||||||
price: "$299", subtitle: "Perfect for beginners", buttons: [
|
price: "$74.50", subtitle: "Perfect for beginners", buttons: [
|
||||||
{ text: "Get Started", href: "contact" },
|
{ text: "Get Started", href: "contact" },
|
||||||
{ text: "Learn More", href: "#" }
|
{ text: "Learn More", href: "#" }
|
||||||
],
|
],
|
||||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", badge: "Professional", badgeIcon: Code,
|
id: "2", badge: "Professional", badgeIcon: Code,
|
||||||
price: "$599", subtitle: "Best for career changers", buttons: [
|
price: "$149.50", subtitle: "Best for career changers", buttons: [
|
||||||
{ text: "Enroll Now", href: "contact" },
|
{ text: "Enroll Now", href: "contact" },
|
||||||
{ text: "Learn More", href: "#" }
|
{ text: "Learn More", href: "#" }
|
||||||
],
|
],
|
||||||
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", badge: "Elite", badgeIcon: Zap,
|
id: "3", badge: "Elite", badgeIcon: Zap,
|
||||||
price: "$999", subtitle: "Comprehensive mastery", buttons: [
|
price: "$249.50", subtitle: "Comprehensive mastery", buttons: [
|
||||||
{ text: "Premium Access", href: "contact" },
|
{ text: "Premium Access", href: "contact" },
|
||||||
{ text: "Learn More", href: "#" }
|
{ text: "Learn More", href: "#" }
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user