Welcome to our Privacy Policy page. When you use our website, you trust us with your information. This Privacy Policy is meant to help you understand what data we collect, why we collect it, and what we do with it.
Have Questions?
We're here to help with any concerns about your data. Use the form below to contact us directly.
The UI effects (colorful gradients, animated blobs, animated sections, and interactive collapsible panels) are present in your code, but you may not see them if:
The `framer-motion` library is not installed or not working properly.
Tailwind CSS is not configured to support the used classes (like gradients, blur, etc).
The page is cached or not reloaded after changes.
Your browser or device does not support some CSS/JS features used for the effects.
To ensure UI effects work:
Make sure `framer-motion` is installed: `npm install framer-motion`
Make sure Tailwind CSS is set up and your `tailwind.config.js` includes the necessary color and blur utilities.
Check your browser console for errors.
Try a hard refresh (Ctrl+Shift+R).
If using SSR/SSG, ensure the build is up to date.
The code you have already includes animated gradients, animated blobs, and interactive/collapsible sections using Framer Motion and Tailwind CSS utility classes.