MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / HomeSplitSection

Function HomeSplitSection

app/components/Home/HomeSplitSection.tsx:8–19  ·  view source on GitHub ↗
({
  className,
  children,
}: HomeSplitSectionProps)

Source from the content-addressed store, hash-verified

6};
7
8export function HomeSplitSection({
9 className,
10 children,
11}: HomeSplitSectionProps) {
12 return (
13 <div
14 className={`grid lg:grid-cols-2 items-center justify-items-center py-12 ${className}`}
15 >
16 {children}
17 </div>
18 );
19}
20
21export function HomeSplitTextContent({
22 children,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected