// InstagramFeed.jsx — The "Infinite Feed" centerpiece // Drops in the Elfsight widget. Premium dark frame, caption, hover-zoom CSS on embedded children. function InstagramFeed(){ return (
Daily // Mastery

Live from @jasonsgrub

Daily hot dog
mastery.

View on Instagram →
{/* Premium container for the Elfsight widget — configured to show 30 posts */}
{/* Skeleton — disappears once widget renders on top */}
{Array.from({length:9}).map((_,i)=>(
))}

Elfsight feed loading…

); } window.InstagramFeed = InstagramFeed;