Skip to content

Commit 84ffea2

Browse files
committed
added-particle effect and animations
1 parent 91c701a commit 84ffea2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/app/(site)/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ export default function HomePage() {
319319
</h2>
320320
<p className="mb-8 text-xl font-medium leading-relaxed text-muted-foreground">
321321
Jump into hands-on coding right away or explore our step-by-step
322-
breakdowns of real Java programs. Whether you're a beginner or
323-
brushing up, it's coding made enjoyable.
322+
breakdowns of real Java programs. Whether you&apos;re a beginner or
323+
brushing up, it&apos;s coding made enjoyable.
324324
</p>
325325
<motion.div whileHover={{ scale: 1.05 }} whileTap={{ scale: 0.95 }}>
326326
<Link href="/programs">

src/components/Particles.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ const Particles: React.FC<ParticlesProps> = ({
233233
sizeRandomness,
234234
cameraDistance,
235235
disableRotation,
236+
particleColors,
236237
]);
237238

238239
return (

0 commit comments

Comments
 (0)