diff --git a/apps/nextjs/src/components/sparkles.tsx b/apps/nextjs/src/components/sparkles.tsx index e1cc66b..5717741 100644 --- a/apps/nextjs/src/components/sparkles.tsx +++ b/apps/nextjs/src/components/sparkles.tsx @@ -1,41 +1,41 @@ -"use client"; +// "use client"; import React from "react"; -import { useTheme } from "next-themes"; +// import { useTheme } from "next-themes"; -import { SparklesCore } from "@saasfly/ui/sparkles"; +// import { SparklesCore } from "@saasfly/ui/sparkles"; export function Sparkless() { - const { theme } = useTheme(); - let color = "#FFFFFF"; - if (theme == "light") { - color = "#000000"; - } + // const { theme } = useTheme(); + // let color = "#FFFFFF"; + // if (theme == "light") { + // color = "#000000"; + // } return (

Saasfly: A new SaaS player?

-
- {/* Gradients */} -
-
-
-
+ {/*
*/} + {/* /!* Gradients *!/*/} + {/*
*/} + {/*
*/} + {/*
*/} + {/*
*/} - {/* Core component */} - + {/* /!* Core component *!/*/} + {/* */} - {/* Radial Gradient to prevent sharp edges */} -
-
+ {/* /!* Radial Gradient to prevent sharp edges *!/*/} + {/*
*/} + {/*
*/}
); }