From cb2bd327a4d782d2844eb623adf5bc9229fb4ffe Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 23 Feb 2026 19:09:17 +0200 Subject: [PATCH] Bob AI: Add a 3D flip animation on hover to the card in the 'Our Sto --- src/components/sections/about/MediaAbout.tsx | 66 ++++++++++++-------- 1 file changed, 39 insertions(+), 27 deletions(-) diff --git a/src/components/sections/about/MediaAbout.tsx b/src/components/sections/about/MediaAbout.tsx index fc3a644..9577a84 100644 --- a/src/components/sections/about/MediaAbout.tsx +++ b/src/components/sections/about/MediaAbout.tsx @@ -64,34 +64,46 @@ const MediaAbout = ({ aria-label={ariaLabel} className={cls("relative py-20 w-full", useInvertedBackground && "bg-foreground", className)} > -
- -
-
-
- +
{ e.currentTarget.style.transform = "rotateY(180deg)"; }} onMouseLeave={(e) => { e.currentTarget.style.transform = "rotateY(0deg)"; }}> + {/* Front side */} +
+ +
+
+
+ +
+
+
+ {/* Back side */} +
+
+

Discover More

+

Explore our artisanal craftsmanship and heritage. Hover back to see the front.

+