diff --git a/src/components/header/WebsiteHeader.tsx b/src/components/header/WebsiteHeader.tsx index 6bab3b1..2132c41 100644 --- a/src/components/header/WebsiteHeader.tsx +++ b/src/components/header/WebsiteHeader.tsx @@ -31,12 +31,6 @@ const colors = { gold: "#c99652", }; -const shimmer = keyframes` - 0% { background-position: 0% 50%; } - 50% { background-position: 100% 50%; } - 100% { background-position: 0% 50%; } -`; - const GlassBar = styled(AppBar)({ background: "linear-gradient(120deg, rgba(255,250,245,0.94), rgba(244,221,212,0.88), rgba(248,241,234,0.94))",