Compare commits
2 Commits
version_11
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| f896bedbf3 | |||
| d1636d0449 |
@@ -12,7 +12,6 @@ import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Sparkles, X } from 'lucide-react';
|
||||
import { useState, useEffect } from 'react';
|
||||
|
||||
export default function LandingPage() {
|
||||
const [bubbles, setBubbles] = useState([]);
|
||||
@@ -26,8 +25,7 @@ export default function LandingPage() {
|
||||
x: e.clientX,
|
||||
y: e.clientY,
|
||||
};
|
||||
|
||||
setBubbles((prev) => [...prev, newBubble]);
|
||||
setBubbles((prev) => [...prev, newBubble]);
|
||||
|
||||
// Remove bubble after animation completes (2 seconds)
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user