diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 52ea22c..874cc7e 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -2,10 +2,14 @@ const Index = () => { return ( -
+
-

Welcome to Your Blank App

-

Start building your amazing project here!

+

+ Welcome to Your Blank App +

+

+ Start building your amazing project here! +

);