6 Commits

Author SHA1 Message Date
c41c57d18f Update src/app/page.tsx 2026-02-24 23:21:08 +00:00
439e251fc6 Bob AI: Remove the ribbon element from the HeroSplitKpi component in 2026-02-24 23:20:23 +00:00
a80af139e3 Bob AI: Add animation effects to the text elements in the hero secti 2026-02-24 23:18:21 +00:00
5fe9fd0b98 Bob AI: Not sure what the fuck the 3rd section is can you ... 2026-02-24 23:08:09 +00:00
9929555383 Merge version_1 into main
Merge version_1 into main
2026-02-24 23:03:19 +00:00
cd2f9a434d Merge version_1 into main
Merge version_1 into main
2026-02-24 23:00:28 +00:00

View File

@@ -130,6 +130,8 @@ interface HeroSplitKpiProps {
imagePosition?: "left" | "right";
className?: string;
containerClassName?: string;
enableTextAnimation?: boolean;
textAnimationType?: "fade-in" | "slide-in-up" | "slide-in-down";
textBoxClassName?: string;
titleClassName?: string;
descriptionClassName?: string;
@@ -209,7 +211,7 @@ const HeroSplitKpi = ({
mediaWrapperClassName
)}
>
<div ref={mediaContainerRef} className="relative h-full scale-75 w-full overflow-hidden rounded-theme-capped card p-4">
<div ref={mediaContainerRef} className="relative h-full w-full overflow-hidden rounded-theme-capped">
<MediaContent
imageSrc={imageSrc}
videoSrc={videoSrc}