1
1
---
2
2
import { Image } from ' @astrojs/image/components' ;
3
3
import Layout from ' ../components/Layout.astro' ;
4
+ import Testimonial from ' ../components/Testimonial.astro' ;
4
5
---
5
6
6
7
<Layout title =" Home" >
@@ -85,9 +86,8 @@ import Layout from '../components/Layout.astro';
85
86
Rustular open-source. We want to empower developers to create amazing web
86
87
experiences. The Rustular community is always growing, and we'd love for
87
88
you to join us! Visit our{ ' ' }
88
- <a class =" underline" href =" https://github.com/rustular" >
89
- GitHub</a
90
- > to learn more.
89
+ <a class =" underline" href =" https://github.com/rustular" > GitHub</a > to learn
90
+ more.
91
91
</div >
92
92
<div class =" text-2xl" >The idea!</div >
93
93
<div class =" mx-auto max-w-xl font-thin" >
@@ -102,6 +102,25 @@ import Layout from '../components/Layout.astro';
102
102
element, you dont have to recompile your entire application -- just the
103
103
individual WASM module.
104
104
</div >
105
+ <h2 class =" text-5xl" >Developers love Rustular!</h2 >
106
+ <div class =" m-auto flex max-w-4xl flex-wrap justify-center gap-4" >
107
+ <Testimonial
108
+ name =" whatplan"
109
+ profilePic =" https://pbs.twimg.com/profile_images/1636134883767590914/nRoVdSdw_400x400.jpg"
110
+ testimonial =" Time to rewrite my entire application in Rustular"
111
+ />
112
+ <Testimonial
113
+ name =" Tonya"
114
+ profilePic =" https://cdn.discordapp.com/avatars/366321360861003787/6bdb5ec4c0a6466c1334300dfcf97ae4.png?size=256"
115
+ testimonial =" I never thought I'd be able to build a website this fast!"
116
+ />
117
+ <Testimonial
118
+ name =" Iyla Kiwa"
119
+ profilePic =" https://pbs.twimg.com/profile_images/1379090523831537665/hunTGLqy_400x400.jpg"
120
+ testimonial =" This is a monstrosity, all involved should be locked up"
121
+ />
122
+ </div >
123
+
105
124
<div class =" pb-8 text-5xl" >Start building with Rustular today</div >
106
125
<a
107
126
class =" rounded-full border-2 border-white bg-white px-8 py-4 text-fuchsia-600 hover:border-slate-200 hover:bg-slate-200"
0 commit comments