From 27e30f8bd3554bcf469b018e3d207cee25e652b9 Mon Sep 17 00:00:00 2001 From: pranavvraja Date: Tue, 8 Oct 2024 11:42:24 +0530 Subject: [PATCH] update: footer and team --- src/components/common/HorizontalScrollCarousel.tsx | 4 ++-- src/components/edil-ozi/text-glitch.tsx | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/components/common/HorizontalScrollCarousel.tsx b/src/components/common/HorizontalScrollCarousel.tsx index ea1a6ff..cc6cd25 100644 --- a/src/components/common/HorizontalScrollCarousel.tsx +++ b/src/components/common/HorizontalScrollCarousel.tsx @@ -38,7 +38,7 @@ const Card = ({ card }: { card: CardType }) => { return (
{ backgroundSize: "cover", backgroundPosition: "center", }} - className="absolute inset-0 z-0 transition-transform duration-300 group-hover:scale-110" + className="absolute inset-0 z-0 duration-300 group-hover:scale-110 transition saturate-0 hover:saturate-100" >
diff --git a/src/components/edil-ozi/text-glitch.tsx b/src/components/edil-ozi/text-glitch.tsx index ff21317..5161bcb 100644 --- a/src/components/edil-ozi/text-glitch.tsx +++ b/src/components/edil-ozi/text-glitch.tsx @@ -3,21 +3,24 @@ import { FC } from "react"; import { cn } from "@/lib/utils"; interface Props { - textOne: string; - textTwo: string; + textOne: string; + textTwo: string; className?: string; } const TextGlitchEffect: FC = ({ textOne, textTwo, className }) => { return (
{textOne} - + {textOne} - + {textTwo}