2 Commits

Author SHA1 Message Date
afe4a9a229 Update theme colors 2026-06-16 02:55:56 +00:00
90b1bcc4ae Update src/pages/HomePage/sections/Hero.tsx 2026-06-16 02:47:59 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--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;
--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;
/* @layout/border-radius/rounded */
--radius: 1rem;

View File

@@ -10,7 +10,7 @@ export default function HeroSection(): React.JSX.Element {
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroBillboardBrand
brand="USMA - Smart University"
brand="USMA "
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",
@@ -20,7 +20,7 @@ export default function HeroSection(): React.JSX.Element {
text: "Solicitar Información",
href: "#admisiones",
}}
imageSrc="http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906342.jpg"
imageSrc="https://storage.googleapis.com/webild/users/user_3F5Wf0vM2Nr2a5rdmCWSABuiadP/uploaded-1781578048249-nlds75r1.jpg"
/>
</SectionErrorBoundary>
</div>