feat: bring back floating icons
This commit is contained in:
parent
52a4a63e5c
commit
a22a556abb
@ -647,7 +647,8 @@ const LandingPage: React.FC = () => {
|
||||
</AnimatePresence>
|
||||
|
||||
<main className="flex-1">
|
||||
<section className="w-full py-48 bg-gradient-to-b from-background to-muted relative overflow-hidden">
|
||||
<section className="w-full py-48 bg-gradient-to-b from-background to-muted relative overflow-hidden">
|
||||
<FloatingIcons />
|
||||
<div className="container px-4 md:px-6 relative z-10">
|
||||
<div className="text-center space-y-4">
|
||||
<motion.h1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user