Skip to content

Commit 1c31f94

Browse files
committed
feat(page): add footer blurred white div at bottom
1 parent 45a926f commit 1c31f94

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/_page/_components/footerSection.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const FooterSection = () => (
1212
asChild
1313
>
1414
<footer>
15+
<div className="absolute bottom-0 h-3 w-screen bg-white blur"></div>
1516
<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">
1617
<img
1718
className="absolute -bottom-10 right-0 h-64 w-auto object-contain opacity-80"

0 commit comments

Comments
 (0)