Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| afa9a775f4 | |||
| b1b3cc9ee1 | |||
| 6f2b740ccf |
@@ -4,22 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #250c0d;;
|
||||
--primary-cta: #b82b40;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #b90941;;
|
||||
--background-accent: #e8a8b6;; */
|
||||
|
||||
--background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #250c0d;;
|
||||
--primary-cta: #b82b40;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #b90941;;
|
||||
--background-accent: #e8a8b6;;
|
||||
|
||||
--background: #1b2b35;;
|
||||
--card: #2c4a57;;
|
||||
--foreground: #ffffff;;
|
||||
--primary-cta: #2ecc71;;
|
||||
--secondary-cta: #27ae60;;
|
||||
--accent: #2ecc71;;
|
||||
--background-accent: #27ae60;;
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
--text-xs: clamp(0.54rem, 0.72vw, 0.72rem);
|
||||
@@ -592,4 +583,4 @@ h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-work-sans), sans-serif;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -113,17 +113,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground="noInvert"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "2500+", title: "Students Trained Since 2018", items: [
|
||||
id: "1", value: "5000+", title: "Students Trained Since 2018", items: [
|
||||
"90% job placement within 6 months", "Average salary increase of 45%", "Partnerships with 200+ tech companies"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "2", value: "12.5+", title: "Industry Expert Instructors", items: [
|
||||
id: "2", value: "25+", title: "Industry Expert Instructors", items: [
|
||||
"20+ years average experience", "Active in latest tech trends", "Mentorship beyond classroom"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "3", value: "7.5", title: "Specialized Certifications", items: [
|
||||
id: "3", value: "15", title: "Specialized Certifications", items: [
|
||||
"AWS, Google Cloud, Azure certified", "Recognized by industry leaders", "Career advancement credentials"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user