1267677510559929 // --- Animation Components --- const AnimatedElement: React.FC<{ children: React.ReactNode; className?: string; delay?: number; direction?: 'up' | 'left' | 'right' | 'fade'; }> = ({ children, className = '', delay = 0, direction = 'up' }) => { const ref = useRef(null); const [isVisible, setIsVisible] = useState(false); useEffect(() => { const el = ref.current; if (!el) return; const observer = new IntersectionObserver( ([entry]) => { if (entry.isIntersecting) { setTimeout(() => setIsVisible(true), delay); observer.unobserve(el); } }, { threshold: 0.1, rootMargin: '50px' } );
top of page
Rainbow Amid Clouds
a beautiful garden in a large field with a sunset .jpg

✨Customer Favs ✨

Sky
beautiful sunset in a garden of flowers and herbs.jpg
Making handmade products

Amberlyn

Owner of The Trendy Goddess 

Every product is handmade in small batches using plant-based ingredients and soulful intention.
From my hands to your home, each blend is created to nurture your glow—naturally and beautifully.

the trendy goddess logo
Rooted in Nature. Crafted with Intention.
Love, Mother Nature
Join the Goddess Circle 🌙

Get priority shipping & enjoy exclusive discounts! & Be the first to know all the Goddess content 

  • Instagram
  • Facebook
  • TikTok
We are not medical professionals. All of our products are tested and used by us. The results are from our personal experience.

©2023 by The Trendy Goddess LLC. Proudly created with Wix.com

bottom of page