Skip to content

Commit 3b95f2c

Browse files
committed
feat: add bg shine effect
1 parent cba324d commit 3b95f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/gifting-concierge/src/app/components/hero-text-animation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export function HeroTextAnimation({ children }: { children: React.ReactNode }) {
5454
>
5555
Gift effortlessly, surprise instantly.
5656
<br />
57-
<strong>No address needed.</strong>
57+
<strong className="inline-flex animate-background-shine bg-[linear-gradient(110deg,#939393,45%,#DBD0C5,55%,#939393)] bg-[length:250%_100%] bg-clip-text text-transparent leading-tight">No address needed.</strong>
5858
</motion.p>
5959

6060
<motion.div

0 commit comments

Comments
 (0)