Easy, local development
- Enjoy modern dev tools like Vue.js,
GraphQL & webpack. Get instant hot-reloading for any data change while developing. Gridsome makes building websites fun again.
+
Build websites with modern tools like
Vue.js, GraphQL & all the power of Node.js & the JavaScript ecosystem. Develop locally and get instant hot-reloading for any code change.
- Bring your own data
- Load data from any Headless CMS, APIs, static files, a database, or from multiple places at once. Gridsome combines them all into a simple, local GraphQL data layer that pages and components can access.
+ Fast by default
+ Gridsome builds ultra performance into every page by using the PRPL pattern. You get code splitting, asset optimization, progressive images, and link prefetching out of the box. Gridsome sites gets almost perfect page speed scores by default.
+
- Fast by default
- Gridsome is a modern site generator for building the fastest possible websites. You get code-splitting & progressive image support built-in to get close to perfect page speed scores.
-
+ PWA-ready
+ Gridsome generates static PWAs. Only critical HTML, CSS, and JavaScript get loaded first. The next pages are then prefetched so users can click around incredibly fast without page reloads, even when offline.
+
-
- PWA-ready
- Gridsome is a static PWA generator. It pre-renders all pages to load as fast as possible. Once loaded, the next pages are prefetched in background so clicking around the site feels super fast.
-
+ Build on the JAMstack
+ The future of the web is JavaScript, API's, and Markup - the JAMstack. Gridsome uses the power of blazing fast static site generation, JavaScript and APIs to create stunning modern web experiences.
+
Simple, safe deployment
- Gridsome is a JAMstack framework. No servers. No databases. Only files. Deploy your entire site to a CDN and forget about it. Traffic or hacking will never break your site.
+
No servers. No databases. Only files. Deploy your entire site to a CDN and forget about it. A Gridsome site can handle thousands to millions of hits without breaking - and no expensive server costs.
-
SEO-friendly
- Gridsome outputs static HTML before it hydrates into a fully Vue.js-powered SPA. This makes search engines able to crawl content and give better SEO ranking because of the fast loading.
+ Gridsome sites loads as static HTML before it hydrates into a fully Vue.js-powered SPA. This makes it possible for search engines able to crawl content and give better SEO ranking, and still have all the power of Vue.js.
@@ -46,13 +45,11 @@
+
+
diff --git a/src/components/home/HomeHowItWorks.vue b/src/components/home/HomeHowItWorks.vue
index 05400e475..e62a85014 100644
--- a/src/components/home/HomeHowItWorks.vue
+++ b/src/components/home/HomeHowItWorks.vue
@@ -1,222 +1,230 @@