diff --git a/reactt/shirt/src/App.jsx b/reactt/shirt/src/App.jsx
index e393343..6274f38 100644
--- a/reactt/shirt/src/App.jsx
+++ b/reactt/shirt/src/App.jsx
@@ -1,13 +1,52 @@
import { Suspense } from 'react';
import { Canvas } from "@react-three/fiber";
-import { OrbitControls } from '@react-three/drei'
+import { Center, OrbitControls, Text3D } from '@react-three/drei'
import { Model } from "./Model";
+function MiddleText() {
+ return (
+
+
+
+ {"Let's"}
+
+
+
+
+
+
+ {"do it"}
+
+
+
+
+ )
+}
+
export default function App() {
return (