From 2452f0b1269dbdf92955af2a7dd66f4f9a4d7155 Mon Sep 17 00:00:00 2001 From: Nikolaj Frey Date: Mon, 10 Jul 2023 10:46:30 +1000 Subject: [PATCH] feat: main --- remix/app/components/Thingtime/ThingtimeDemo.tsx | 10 ++++++++-- remix/app/routes/index.tsx | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) 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() {