feat: main
This commit is contained in:
parent
889163af6a
commit
2452f0b126
@ -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 (
|
||||
<Flex maxWidth="100%" paddingBottom={40}>
|
||||
<Thingtime width="500px" thing={demoThing}></Thingtime>
|
||||
<Thingtime width="600px" thing={demoThing}></Thingtime>
|
||||
</Flex>
|
||||
)
|
||||
}
|
||||
|
@ -21,7 +21,7 @@ export default function Index() {
|
||||
<Splash></Splash>
|
||||
<Thingtime
|
||||
marginBottom={200}
|
||||
width="500px"
|
||||
width="600px"
|
||||
path="Content"
|
||||
valuePl={0}
|
||||
thing={thingtime["Content"]}
|
||||
|
Loading…
Reference in New Issue
Block a user