8 Commits

Author SHA1 Message Date
1ba2908279 Merge version_19_1781563648361 into main
Merge version_19_1781563648361 into main
2026-06-15 22:47:46 +00:00
040a7fd535 Update src/pages/HomePage/sections/Hero.tsx 2026-06-15 22:47:42 +00:00
15c6856558 Merge version_18_1781563623180 into main
Merge version_18_1781563623180 into main
2026-06-15 22:47:10 +00:00
9fb1e00c11 Update theme colors 2026-06-15 22:47:03 +00:00
e32e760e99 Merge version_17_1781563616874 into main
Merge version_17_1781563616874 into main
2026-06-15 22:47:00 +00:00
8b201cbe6c Update theme colors 2026-06-15 22:46:57 +00:00
283adff54f Merge version_16_1781519540042 into main
Merge version_16_1781519540042 into main
2026-06-15 10:53:42 +00:00
8a3d08ed7f Merge version_16_1781519540042 into main
Merge version_16_1781519540042 into main
2026-06-15 10:34:36 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--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

@@ -36,7 +36,7 @@ export default function HeroSection(): React.JSX.Element {
"Bilbao",
"Malaga",
]}
imageSrc="https://images.pexels.com/photos/5325768/pexels-photo-5325768.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=5325768"
imageSrc="https://images.pexels.com/photos/28484958/pexels-photo-28484958.jpeg?auto=compress&cs=tinysrgb&h=650&w=940&id=28484958"
/>
</SectionErrorBoundary>
</div>