We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a926f commit 1c31f94Copy full SHA for 1c31f94
1 file changed
src/app/_page/_components/footerSection.tsx
@@ -12,6 +12,7 @@ const FooterSection = () => (
12
asChild
13
>
14
<footer>
15
+ <div className="absolute bottom-0 h-3 w-screen bg-white blur"></div>
16
<Section.Content className="flex flex-col justify-start py-0 md:items-start md:justify-end md:gap-0 lg:flex lg:flex-col lg:items-end lg:justify-end">
17
<img
18
className="absolute -bottom-10 right-0 h-64 w-auto object-contain opacity-80"
0 commit comments