diff --git a/beta/src/components/Layout/HomePage.tsx b/beta/src/components/Layout/HomePage.tsx index 7c4e32b7b..5cf9ec2b9 100644 --- a/beta/src/components/Layout/HomePage.tsx +++ b/beta/src/components/Layout/HomePage.tsx @@ -80,10 +80,11 @@ export function HomePage({routeTree, meta}: PageProps) { combine them into entire screens, pages, and apps.

-
- -
- {`function UserPanel({ user }) { +
+
+
+ +
{`function UserPanel({ user }) { return ( @@ -91,13 +92,28 @@ export function HomePage({routeTree, meta}: PageProps) { ); -}`} +}`}
+
- +
+
+ Placeholder slot for image +
+
+
+
+
+

+ React lets you build user interfaces out of individual + pieces called components. Create your own React + components like a button, a panel, or an avatar. Then + combine them into entire screens, pages, and apps. +

+