Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

testimonials (PR from TinaCMS) #1616

Merged
merged 12 commits into from
Jul 14, 2023
181 changes: 116 additions & 65 deletions content/blocksPages/home.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,109 @@
{
"blocks": [
{
"headline": "Own Your Content",
"text": "Tina is an open-source, headless CMS that supports Markdown",
"actions": [
{
"label": "Getting Started",
"icon": false,
"variant": "blue",
"size": "medium",
"url": "https://tina.io/docs/setup-overview/"
},
{
"label": "npx create-tina-app@latest",
"icon": true,
"variant": "command",
"url": "/"
}
],
"media": [
{
"src": "tina-io/new-homepage/homepage-demo-2",
"_template": "video"
}
],
"_template": "hero"
},
{
"testimonials": [
{
"name": "",
"username": "ccapndave",
"avatar": "https://res.cloudinary.com/forestry-demo/image/upload/v1689355588/testimonials/avatars/ccapndave_ka7f5u.webp",
"date": "2023-06-02T03:00:00.000Z",
"testimonial": "Hey! I’ve been playing with TinaCMS for the last week and it’s absolutely amazing. Its so simple to install, the typed NextJS integration is amazing, the live editor is as good as it gets and compared to other CMSs the admin is incredibly easy for editors to understand and use.\n",
"link": "https://discord.com/channels/835168149439643678/848932514911354880/1113764832668299274"
},
{
"name": "Vatosteve",
"username": "vatosteve",
"avatar": "https://res.cloudinary.com/forestry-demo/image/upload/v1689356052/testimonials/avatars/vatosteve_ppkbvj.webp",
"date": "2023-01-30T04:00:00.000Z",
"testimonial": "Hi all! Loving Tina CMS so far. It is exactly what I’ve been looking for. \n",
"link": "https://discord.com/channels/835168149439643678/835168149439643681/1069765204130398247"
},
{
"name": "david.oviedo",
"username": "david.oviedo",
"avatar": "https://res.cloudinary.com/forestry-demo/image/upload/v1689355030/testimonials/avatars/david-oviedo_htuynx.png",
"date": "2023-07-30T03:00:00.000Z",
"testimonial": "Been running a project with Tina for a few months now, and I have to say we absolutely love it. I had been for quite a time looking for a CMS that let us build our sites the way we wanted to while letting the non-techies edit the content in a visual and painless way, and Tina just lets you do that. Awesome work really.\n",
"link": "https://discord.com/channels/835168149439643678/848932514911354880/1124253741802061934"
},
{
"name": "Sean Pearce",
"avatar": "https://res.cloudinary.com/forestry-demo/image/upload/v1689356500/testimonials/avatars/sean_bnwhd9.png",
"date": "2023-03-30T03:00:00.000Z",
"testimonial": "We really liked using Tina and we will definitely suggest it to clients in the future. Tina's in-context editor cannot be beaten. We are actually planning on using it for our new website as well, so we’re all in on it.\n"
},
{
"name": "Mravec",
"username": "mravec",
"avatar": "http://res.cloudinary.com/forestry-demo/image/upload/v1689354995/testimonials/avatars/mravec_tglyht.webp",
"date": "2023-06-14T03:00:00.000Z",
"testimonial": "Just tried out click-to-edit and wanted to let you know it's really awesome, great feature, super easy to use and to setup, love that it's fully typed and works passed down as a prop, kinda feels like magic tbh.\n",
"link": "https://discord.com/channels/835168149439643678/848932514911354880/1118255235706663103"
},
{
"name": "rascode",
"username": "rascode11",
"avatar": "http://res.cloudinary.com/forestry-demo/image/upload/v1689354758/testimonials/avatars/rascode11_elrciv.jpg",
"date": "2022-12-06T04:00:00.000Z",
"testimonial": "@tinacms is a dream come true.\n",
"link": "https://twitter.com/rascode11/status/1600175861621088266"
}
],
"_template": "testimonials"
},
{
"features": [
{
"headline": "Edit Markdown, Visually",
"text": "Tina is an open-source, headless CMS for Markdown, MDX, and JSON.",
"headline": "Configure with Code",
"text": "Define your content's schema and Tina will provide you with a user friendly editing experience.",
"actions": [
{
"label": "Get Started",
"icon": false,
"variant": "blue",
"size": "large",
"url": "docs/setup-overview/"
},
{
"label": "npx create-tina-app@latest",
"label": "Read The Docs",
"icon": false,
"variant": "command",
"variant": "default",
"size": "large",
"url": "/"
"url": "docs/schema/"
}
],
"media": [
{
"src": "tina-io/new-homepage/homepage-demo-2",
"_template": "video"
"file": "config.tsx",
"code": "{\n type: \"string\",\n label: \"Title\",\n name: \"title\"\n},\n{\n type: 'string',\n label: 'Body',\n name: 'body',\n isBody: true,\n},",
"language": "javascript",
"scale": 1.25,
"_template": "code"
}
]
},
{
"headline": "Own Your Content",
"text": "Store content in your repo. Tina saves to MDX, Markdown, and JSON and provides a powerful data layer on top of your static files.",
"text": "Tina saves to MDX, Markdown, and JSON and provides a queryable data layer on top of your static files.",
"actions": [
{
"label": "Learn More",
Expand All @@ -51,29 +124,7 @@
]
},
{
"headline": "Simple CMS Configuration",
"text": "Define your content's schema and Tina will provide you with a user friendly editing experience.",
"actions": [
{
"label": "Read The Docs",
"icon": false,
"variant": "default",
"size": "large",
"url": "docs/schema/"
}
],
"media": [
{
"file": "config.tsx",
"code": "{\n type: \"string\",\n label: \"Title\",\n name: \"title\"\n},\n{\n type: 'string',\n label: 'Body',\n name: 'body',\n isBody: true,\n},",
"language": "javascript",
"scale": 1.25,
"_template": "code"
}
]
},
{
"headline": "Powered by Git",
"headline": "Built-in Version Control ",
"text": "Let your editorial team focus on writing content, while Tina commits to your repository.",
"actions": [
{
Expand All @@ -87,7 +138,7 @@
"media": [
{
"file": "",
"code": "commit 4ca9edc2ee64c1ab5127a1fd4519a83426731cd7\nAuthor: Scott Gallant <scottgallant@gmail.com>\nDate: Thu May 26 13:31:02 2022 -0300\nMessage: Update From Tina",
"code": "commit 4ca9edc2ee64c1ab5127a1fd4519a83426731cd7\nAuthor: Scott Gallant <scott@acme.com>\nDate: Thu May 26 13:31:02 2022 -0300\nMessage: Update From Tina",
"language": "md",
"scale": 1,
"_template": "code"
Expand All @@ -97,6 +148,32 @@
],
"_template": "features"
},
{
"title": "Trusted by",
"items": [
{
"name": "Devolver Digital",
"logo": "/svg/logos/devolverdigital.svg",
"size": 209
},
{
"name": "Planet Scale",
"logo": "/svg/logos/planetscale.svg",
"size": 110
},
{
"name": "Protocol Labs",
"logo": "/svg/logos/protocollabs.svg",
"size": 110
},
{
"name": "Smashing Magazine",
"logo": "/svg/logos/smashing.svg",
"size": 128
}
],
"_template": "logoGrid"
},
{
"items": [
{
Expand Down Expand Up @@ -162,32 +239,6 @@
],
"_template": "featureGrid"
},
{
"title": "Trusted by",
"items": [
{
"name": "Devolver Digital",
"logo": "/svg/logos/devolverdigital.svg",
"size": 209
},
{
"name": "Planet Scale",
"logo": "/svg/logos/planetscale.svg",
"size": 110
},
{
"name": "Protocol Labs",
"logo": "/svg/logos/protocollabs.svg",
"size": 110
},
{
"name": "Smashing Magazine",
"logo": "/svg/logos/smashing.svg",
"size": 128
}
],
"_template": "logoGrid"
},
{
"title": "Recent Posts",
"_template": "recentPosts"
Expand Down