-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtestfile.js
More file actions
18 lines (17 loc) · 2.06 KB
/
testfile.js
File metadata and controls
18 lines (17 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import React from "react";
export default function Testimonials(){
return (<section className="tw-text-gray-700 body-font">
<div className="container tw-px-5 tw-py-24 tw-mx-auto">
<div className="xl:tw-w-1/2 lg:tw-w-3/4 tw-w-full tw-mx-auto tw-text-center">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" className="tw-inline-block tw-w-8 tw-h-8 tw-text-gray-400 tw-mb-8" viewBox="0 0 975.036 975.036">
<path d="M925.036 57.197h-304c-27.6 0-50 22.4-50 50v304c0 27.601 22.4 50 50 50h145.5c-1.9 79.601-20.4 143.3-55.4 191.2-27.6 37.8-69.399 69.1-125.3 93.8-25.7 11.3-36.8 41.7-24.8 67.101l36 76c11.6 24.399 40.3 35.1 65.1 24.399 66.2-28.6 122.101-64.8 167.7-108.8 55.601-53.7 93.7-114.3 114.3-181.9 20.601-67.6 30.9-159.8 30.9-276.8v-239c0-27.599-22.401-50-50-50zM106.036 913.497c65.4-28.5 121-64.699 166.9-108.6 56.1-53.7 94.4-114.1 115-181.2 20.6-67.1 30.899-159.6 30.899-277.5v-239c0-27.6-22.399-50-50-50h-304c-27.6 0-50 22.4-50 50v304c0 27.601 22.4 50 50 50h145.5c-1.9 79.601-20.4 143.3-55.4 191.2-27.6 37.8-69.4 69.1-125.3 93.8-25.7 11.3-36.8 41.7-24.8 67.101l35.9 75.8c11.601 24.399 40.501 35.2 65.301 24.399z"></path>
</svg>
<p className="tw-leading-relaxed tw-text-lg">Edison bulb retro cloud bread echo park, helvetica stumptown taiyaki taxidermy 90's cronut +1 kinfolk. Single-origin coffee ennui shaman taiyaki vape DIY tote bag drinking vinegar cronut adaptogen squid fanny pack vaporware. Man bun next level coloring book skateboard four loko knausgaard. Kitsch keffiyeh master cleanse direct trade indigo juice before they sold out gentrify plaid gastropub normcore XOXO 90's pickled cindigo jean shorts. Slow-carb next level shoindigoitch ethical authentic, yr scenester sriracha forage franzen organic drinking vinegar.</p>
<span className="tw-inline-block tw-h-1 tw-w-10 tw-rounded tw-bg-indigo-500 tw-mt-8 tw-mb-6"></span>
<h2 className="tw-text-gray-900 tw-font-medium title-font tw-tracking-wider tw-text-sm">HOLDEN CAULFIELD</h2>
<p className="tw-text-gray-500">Senior Product Designer</p>
</div>
</div>
</section>
)
}