|
95 | 95 | </div> |
96 | 96 | </div> |
97 | 97 |
|
98 | | - <!-- Social Proof Section --> |
99 | | - <div class="py-8 bg-white dark:bg-gray-900 border-b border-gray-200 dark:border-gray-800"> |
100 | | - <div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8"> |
101 | | - <div class="flex flex-wrap items-center justify-center gap-8 text-center"> |
102 | | - <div class="flex items-center gap-2"> |
103 | | - <svg class="w-6 h-6 text-yellow-500" fill="currentColor" viewBox="0 0 20 20"> |
104 | | - <path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path> |
105 | | - </svg> |
106 | | - <div class="text-left"> |
107 | | - <div class="text-2xl font-bold text-gray-900 dark:text-white">250+</div> |
108 | | - <div class="text-sm text-gray-500 dark:text-gray-400">{{ __('GitHub Stars') }}</div> |
109 | | - </div> |
110 | | - </div> |
111 | | - |
112 | | - <div class="hidden sm:block w-px h-12 bg-gray-200 dark:bg-gray-700"></div> |
113 | | - |
114 | | - <div class="flex items-center gap-2"> |
115 | | - <svg class="w-6 h-6 text-blue-500" fill="currentColor" viewBox="0 0 20 20"> |
116 | | - <path d="M9 6a3 3 0 11-6 0 3 3 0 016 0zM17 6a3 3 0 11-6 0 3 3 0 016 0zM12.93 17c.046-.327.07-.66.07-1a6.97 6.97 0 00-1.5-4.33A5 5 0 0119 16v1h-6.07zM6 11a5 5 0 015 5v1H1v-1a5 5 0 015-5z"></path> |
117 | | - </svg> |
118 | | - <div class="text-left"> |
119 | | - <div class="text-2xl font-bold text-gray-900 dark:text-white">15+</div> |
120 | | - <div class="text-sm text-gray-500 dark:text-gray-400">{{ __('Contributors') }}</div> |
121 | | - </div> |
122 | | - </div> |
123 | | - |
124 | | - <div class="hidden sm:block w-px h-12 bg-gray-200 dark:bg-gray-700"></div> |
125 | | - |
126 | | - <div class="flex items-center gap-2"> |
127 | | - <svg class="w-6 h-6 text-green-500" fill="currentColor" viewBox="0 0 20 20"> |
128 | | - <path fill-rule="evenodd" d="M6.267 3.455a3.066 3.066 0 001.745-.723 3.066 3.066 0 013.976 0 3.066 3.066 0 001.745.723 3.066 3.066 0 012.812 2.812c.051.643.304 1.254.723 1.745a3.066 3.066 0 010 3.976 3.066 3.066 0 00-.723 1.745 3.066 3.066 0 01-2.812 2.812 3.066 3.066 0 00-1.745.723 3.066 3.066 0 01-3.976 0 3.066 3.066 0 00-1.745-.723 3.066 3.066 0 01-2.812-2.812 3.066 3.066 0 00-.723-1.745 3.066 3.066 0 010-3.976 3.066 3.066 0 00.723-1.745 3.066 3.066 0 012.812-2.812zm7.44 5.252a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"></path> |
129 | | - </svg> |
130 | | - <div class="text-left"> |
131 | | - <div class="text-2xl font-bold text-gray-900 dark:text-white">{{ __('Production Ready') }}</div> |
132 | | - <div class="text-sm text-gray-500 dark:text-gray-400">{{ __('Battle-Tested') }}</div> |
133 | | - </div> |
134 | | - </div> |
135 | | - |
136 | | - <div class="hidden lg:block w-px h-12 bg-gray-200 dark:bg-gray-700"></div> |
137 | | - |
138 | | - <div class="flex items-center gap-2"> |
139 | | - <svg class="w-6 h-6 text-purple-500" fill="currentColor" viewBox="0 0 20 20"> |
140 | | - <path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zM4.332 8.027a6.012 6.012 0 011.912-2.706C6.512 5.73 6.974 6 7.5 6A1.5 1.5 0 019 7.5V8a2 2 0 004 0 2 2 0 011.523-1.943A5.977 5.977 0 0116 10c0 .34-.028.675-.083 1H15a2 2 0 00-2 2v2.197A5.973 5.973 0 0110 16v-2a2 2 0 00-2-2 2 2 0 01-2-2 2 2 0 00-1.668-1.973z" clip-rule="evenodd"></path> |
141 | | - </svg> |
142 | | - <div class="text-left"> |
143 | | - <div class="text-2xl font-bold text-gray-900 dark:text-white">{{ __('Global') }}</div> |
144 | | - <div class="text-sm text-gray-500 dark:text-gray-400">{{ __('Used Worldwide') }}</div> |
145 | | - </div> |
146 | | - </div> |
147 | | - </div> |
148 | | - </div> |
149 | | - </div> |
150 | | - |
151 | 98 | <!-- Quick Start Section --> |
152 | 99 | <div id="quick-start" class="py-20 bg-white dark:bg-gray-900"> |
153 | 100 | <div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8"> |
|
0 commit comments