diff --git a/remix/app/components/Thingtime/ThingtimeDemo.tsx b/remix/app/components/Thingtime/ThingtimeDemo.tsx
index d30b562..cedd101 100644
--- a/remix/app/components/Thingtime/ThingtimeDemo.tsx
+++ b/remix/app/components/Thingtime/ThingtimeDemo.tsx
@@ -8,7 +8,13 @@ export const ThingtimeDemo = (props) => {
Suggestion: "Press ctrl/cmd + P",
Name: "thingtime",
Description: `
- Thing Time is a versatile online platform that empowers users to organize, customize, and manage different types of data. By generalizing the concept of social media feeds, Thing Time allows users to switch between various data schemas, essentially providing them with personalized feeds and organizational tools. It's like a combination of Facebook, Twitter, and Evernote, but with the user in control of what kind of data they want to see and manage. Whether it's social posts, marketplace listings, or personal notes, Thing Time puts the power of data organization and customization in the user’s hands.
+ Thing Time is a versatile online platform that empowers users to organize, customize, and manage different types of data.
+
+ By generalizing the concept of social media feeds, Thing Time allows users to switch between various data schemas, essentially providing them with personalized feeds and organizational tools.
+
+ It's like a combination of Facebook, Twitter, and Evernote, but with the user in control of what kind of data they want to see and manage.
+
+ Whether it's social posts, marketplace listings, or personal notes, Thing Time puts the power of data organization and customization in the user’s hands.
`,
"Image URL": "https://google.com/images",
Price: "$100",
@@ -48,7 +54,7 @@ export const ThingtimeDemo = (props) => {
return (
-
+
)
}
diff --git a/remix/app/routes/index.tsx b/remix/app/routes/index.tsx
index edb3988..8f8ac51 100644
--- a/remix/app/routes/index.tsx
+++ b/remix/app/routes/index.tsx
@@ -21,7 +21,7 @@ export default function Index() {