Compare commits
1 Commits
version_5_
...
version_3_
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c6689ff6a |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #f5faff;
|
||||
--card: #ffffff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
--background: #ffffff;
|
||||
--card: #f8f9fa;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #003366;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #e6e1d8;
|
||||
--secondary-cta-text: #003366;
|
||||
--accent: #0055a4;
|
||||
--background-accent: #f0f4f8;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 1rem;
|
||||
|
||||
@@ -10,7 +10,7 @@ export default function HeroSection(): React.JSX.Element {
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBillboardBrand
|
||||
brand="USMA "
|
||||
brand="USMA - Smart University"
|
||||
description="Transformamos estudiantes en líderes del futuro. Innovación, tecnología, excelencia académica y valores que impulsan tu crecimiento profesional."
|
||||
primaryButton={{
|
||||
text: "Explorar Carreras",
|
||||
|
||||
Reference in New Issue
Block a user