diff --git a/src/pages/playground.jsx b/src/pages/playground.jsx
index cbb26d1..3256606 100644
--- a/src/pages/playground.jsx
+++ b/src/pages/playground.jsx
@@ -1,45 +1,8 @@
-
import Hero from '../components/Hero';
export default function Playground() {
return (
-
-import { Heading, HeroText, Paragraph, PersonalizedText, Text } from '../components/shared';
-
-import NavBar from '../components/shared/NavBar';
-
-export default function Playground() {
- return (
- <>
-
-
-
Hero Text
-
Personalized Text
-
Heading 1
-
Heading 2
-
Heading 3
-
Paragraph body1
-
Paragraph body2
-
Paragraph body3
-
Text button
-
Text nav
-
Text navButton
-
Text footer
-
-
- Colors
-
-
- - Primary
- - Primary Foreground
- - Primary Yellow
- - Black
- - Black Foreground
-
-
- >
-
);
}