+ {/* Status dot */}
+
+
+
+ OPEN TO COLLABORATE
+
+
+
+ {/* Main URL */}
+
+ omkarray.com
+
+
+ {/* Divider */}
+
+
+ {/* Social links */}
+
+ {links.map((link, i) => {
+ const linkDelay = 12 + i * 5;
+ const linkOpacity = interpolate(
+ frame - linkDelay,
+ [0, 10],
+ [0, 1],
+ {
+ extrapolateLeft: "clamp",
+ extrapolateRight: "clamp",
+ }
+ );
+ const linkY = interpolate(frame - linkDelay, [0, 10], [10, 0], {
+ extrapolateLeft: "clamp",
+ extrapolateRight: "clamp",
+ });
+
+ return (
+
+ {link}
+
+ );
+ })}
+
+
+
+ {/* Bottom copyright */}
+