diff --git a/app/(landing)/misc/StarsBackground.jsx b/app/(landing)/misc/StarsBackground.jsx index 529998a..558c3de 100644 --- a/app/(landing)/misc/StarsBackground.jsx +++ b/app/(landing)/misc/StarsBackground.jsx @@ -46,7 +46,7 @@ export function StarryBackground({ numberOfStars }) { return ( -
+
{stars.map((style, index) => ( ))} diff --git a/app/(landing)/page.tsx b/app/(landing)/page.tsx index deab257..2ff9494 100644 --- a/app/(landing)/page.tsx +++ b/app/(landing)/page.tsx @@ -45,7 +45,6 @@ export default function Page() { bottom image
diff --git a/app/(landing)/sections/Hero/Hero.tsx b/app/(landing)/sections/Hero/Hero.tsx index 5dc2d51..b3bd457 100644 --- a/app/(landing)/sections/Hero/Hero.tsx +++ b/app/(landing)/sections/Hero/Hero.tsx @@ -85,22 +85,12 @@ export default function Hero() { Fire { - // setCompletedLoadedImages((prev) => prev + 1); - // setImgArray((prev) => { - // return [...prev, "/landing/fire-1.png"]; - // }); - }} />
diff --git a/app/(landing)/sections/Schedule.tsx b/app/(landing)/sections/Schedule.tsx index a9e2535..b5e371d 100644 --- a/app/(landing)/sections/Schedule.tsx +++ b/app/(landing)/sections/Schedule.tsx @@ -31,7 +31,7 @@ export default async function Schedule() { return (