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
Cloudy Blue Sky

Goddess Glow Shimmer Bundle

$50.00Price
Quantity
Only 5 left in stock
Discover the magic of natural beauty with The Trendy Goddess! Our handmade Goddess Glow Shimmer Bundle includes a luxurious body shimmer oil, a captivating perfume, and an invigorating coffee under-eye cream. Indulge in this holistic wellness set, crafted to enhance your natural beauty and radiate confidence. Feel empowered with every application, knowing you're embracing all-natural ingredients designed to uplift and glow. Transform your beauty routine today with the Goddess Glow Shimmer Bundle!
  • All bundles include 3 full size products - as well as, a self love bath soak, under eye mask, and a few free samples!

    Full size:

    Goddess shimmer body oil 

    Pheromone perfume 

    Coffee under eye cream 

  • 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