6 Commits

Author SHA1 Message Date
91bc448076 Merge version_4 into main
Merge version_4 into main
2026-02-25 17:07:18 +00:00
7ffc868455 Bob AI: change theme to dark blue 2026-02-25 19:07:04 +02:00
d750291b38 Merge version_3 into main
Merge version_3 into main
2026-02-25 17:02:38 +00:00
edd0cf8dda Bob AI: Add fancy hover animations to images in the hero section. In 2026-02-25 19:02:23 +02:00
0699be2f69 Merge version_2 into main
Merge version_2 into main
2026-02-25 16:59:49 +00:00
e2a5bb618b Merge version_2 into main
Merge version_2 into main
2026-02-25 16:59:30 +00:00
2 changed files with 14 additions and 13 deletions

View File

@@ -3,22 +3,22 @@
/* --vw is set by ThemeProvider */
/* --background: #f7f6f7;;
--card: #ffffff;;
--foreground: #25190c;;
--primary-cta: #ff6207;;
--secondary-cta: #ffffff;;
--accent: #ffce93;;
--background-accent: #e8cfa8;; */
--card: #1a2f4a;;
--foreground: #e8f0f8;;
--primary-cta: #4a9eff;;
--secondary-cta: #e8f0f8;;
--accent: #7bb8ff;;
--background-accent: #2a4a6a;; */
--background: #f7f6f7;;
--card: #ffffff;;
--foreground: #25190c;;
--primary-cta: #ff6207;;
--background: #0f1b2e;;
--card: #1a2f4a;;
--foreground: #e8f0f8;;
--primary-cta: #4a9eff;;
--primary-cta-text: #f7f6f7;;
--secondary-cta: #ffffff;;
--secondary-cta: #e8f0f8;;
--secondary-cta-text: #25190c;;
--accent: #ffce93;;
--background-accent: #e8cfa8;;
--accent: #7bb8ff;;
--background-accent: #2a4a6a;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -116,6 +116,7 @@ const HeroBillboardRotatedCarousel = ({
autoPlay={autoPlay}
autoPlayInterval={autoPlayInterval}
className={carouselClassName}
imageClassName="transition-all duration-500 ease-out hover:scale-110 hover:rotate-1 hover:shadow-2xl hover:[filter:drop-shadow(0_0_20px_rgba(59,130,246,0.5))] cursor-pointer"
/>
</div>
</section>