feat: main

This commit is contained in:
Nikolaj Frey 2023-07-10 10:46:30 +10:00
parent 889163af6a
commit 2452f0b126
2 changed files with 9 additions and 3 deletions

View File

@ -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 users 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 users hands.
`,
"Image URL": "https://google.com/images",
Price: "$100",
@ -48,7 +54,7 @@ export const ThingtimeDemo = (props) => {
return (
<Flex maxWidth="100%" paddingBottom={40}>
<Thingtime width="500px" thing={demoThing}></Thingtime>
<Thingtime width="600px" thing={demoThing}></Thingtime>
</Flex>
)
}

View File

@ -21,7 +21,7 @@ export default function Index() {
<Splash></Splash>
<Thingtime
marginBottom={200}
width="500px"
width="600px"
path="Content"
valuePl={0}
thing={thingtime["Content"]}