diff --git a/src/components/sections/RepTheStreetsSection.tsx b/src/components/sections/RepTheStreetsSection.tsx new file mode 100644 index 0000000..a2a33b8 --- /dev/null +++ b/src/components/sections/RepTheStreetsSection.tsx @@ -0,0 +1,80 @@ +'use client' + +import { useVulaContent } from "@/hooks/useVulaContent" +import Image from "next/image" + +export default function RepTheStreetsSection() { + const { items, loading } = useVulaContent("posts") + + if (loading) { + return ( +
+ Real people. Real fit. Real talk. +
++ “{d.excerpt}” +
+ )} ++ {d.author ?? "Street Fam"} +
+ {d.category && ( ++ {d.category} +
+ )} +