"use client";
import { Fragment } from "react";
import CurvyRect from "@/components/shared/layout/curvy-rect";
import CenterStar from "./_svg/CenterStar";
export default function HomeHeroBackground() {
return (
{" "}
[ 200 OK ]{" "}
{" "}
[ .JSON ]{" "}
{" "}
[ SCRAPE ]{" "}
{" "}
[ .MD ]{" "}
{Array.from({ length: 2 }, (_, i) => (
))}
{Array.from({ length: 5 }, (_, i) => (
))}
{Array.from({ length: 3 }, (_, i) => (
))}
{Array.from({ length: 5 }, (_, i) => (
))}
);
}