April 21, 2026SimpleGalleries & Media
Instagram Feed
A 5-column Instagram post grid with handle, serif heading, and CTA link. Supports both images and videos per card. Hardcoded posts with commented-out Instagram Graph API and Behold integration paths.
Preview
@sheabinta
Follow along.
Source
import InstagramFeed from "./index.jsx";
import { instagramFeed } from "../demo-data.js";
export default function InstagramFeedDemo() {
return <InstagramFeed {...instagramFeed} />;
}




