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