I’ve created User Generated Content for various brands with diverse content objectives. Organic, Scripted, TikTok Trending ads, I’m comfortable with any creative approach you are seeking.
I’m proud to have worked with over 150 amazing brands in the areas of Fashion, Lifestyle, Wellness, Skincare, Cosmetics and more. I hope your brand will be the next!
(a small sampling of my work is below)
Send all collaboration inquiries to nextofcin@gmail.com.

content that converts
Meta Ads, TikTok Trends, Organic or Scripted Content, I can do it all.
Let’s create something together!
# Update the HTML and CSS to show 5 videos per row and consistent placeholder sizes
updated_html = “””
π¬ Organic UGC Videos
Morning Skincare Routine
Day in the Life: Product Use
Unboxing + First Impressions
Product Benefits Walkthrough
Quick Tip Reel
π’ Paid Ad Examples
Facebook Ad – Skincare Demo
TikTok Voiceover Ad
Instagram Reel Ad
Testimonial Compilation
UGC + Product Overlay
π₯ Scripted & Voiceover
How-To: Product Application
Voiceover: Before & After
Product Comparison Explainer
Day/Night Routine Voiceover
Tips for Sensitive Skin
“””
# Save updated HTML/CSS to file
from pathlib import Path
output_file = Path(“/mnt/data/video_portfolio_5_per_row.html”)
output_file.write_text(updated_html)
output_file.name