Skip to content

Commit

Permalink
feat: create fuei.html, hfdsfjf.html and ms-s.html
Browse files Browse the repository at this point in the history
  • Loading branch information
besoeasy committed Nov 24, 2023
1 parent f8111e0 commit 2421eef
Show file tree
Hide file tree
Showing 3 changed files with 148 additions and 0 deletions.
25 changes: 25 additions & 0 deletions components/testimonials/fuei.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<div>
<section class="py-10 bg-gray-100 border border-gray-100 ooverflow-hidden">
<div class="container mx-auto px-4">
<div class="bg-white rounded-3xl">
<div class="py-16 px-8 md:max-w-3xl mx-auto text-center">
<img
class="mb-6 mx-auto rounded-full"
src="https://shuffle.dev/zanrly-assets/images/testimonials/avatar.png"
alt=""
/>
<p class="mb-10 text-2xl font-bold">
"Had some issues where my site crashed and broke, reached out to
Fouroom to see if they could help me fix it. Even though we are 12
hours apart in time, they were quick to reply and helpful/willing to
do what is needed to fix the issue."
</p>
<h3 class="font-heading mb-2 text-2xl text-gray-900 font-black">
Monica
</h3>
<p class="text-sm text-gray-500 font-bold">@monicajohnson</p>
</div>
</div>
</div>
</section>
</div>
92 changes: 92 additions & 0 deletions components/testimonials/hfdsfjf.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<div>
<section class="py-10 bg-gray-50 overflow-hidden">
<div class="container mx-auto px-4">
<div class="py-16 px-8 bg-white border border-gray-100 rounded-3xl">
<div class="max-w-7xl mx-auto">
<div class="max-w-lg mx-auto text-center">
<span
class="inline-block mb-2 text-sm text-blue-500 font-bold uppercase tracking-widest"
>Testimonials</span
>
<h2
class="font-heading mb-12 text-4xl md:text-5xl text-gray-900 font-black tracking-tight"
>
Our customer says
</h2>
</div>
<div class="flex flex-wrap -m-4">
<div class="w-full md:w-1/3 p-4">
<div
class="flex flex-col justify-between px-8 pt-12 pb-8 h-full text-center bg-gray-100 border border-gray-100 rounded-3xl"
>
<div class="flex-initial mb-8">
<img
class="mb-6 mx-auto rounded-full"
src="https://shuffle.dev/zanrly-assets/images/testimonials/avatar2.png"
alt=""
/>
<p class="text-base text-gray-700 font-bold">
Had some issues where my site crashed and broke, reached out
to Shuffle Editor to see if they could help me fix it.
</p>
</div>
<div class="flex-initial">
<h3 class="font-heading text-2xl text-gray-900 font-black">
Monica Johnson
</h3>
<p class="text-sm text-gray-500 font-bold">@monicajonhson</p>
</div>
</div>
</div>
<div class="w-full md:w-1/3 p-4">
<div
class="flex flex-col justify-between px-8 pt-12 pb-8 h-full text-center bg-gray-100 border border-gray-100 rounded-3xl"
>
<div class="flex-initial mb-8">
<img
class="mb-6 mx-auto rounded-full"
src="https://shuffle.dev/zanrly-assets/images/testimonials/avatar2.png"
alt=""
/>
<p class="text-base text-gray-700 font-bold">
Had some issues where my site crashed and broke, reached out
to Shuffle Editor to see if they could help me fix it.
</p>
</div>
<div class="flex-initial">
<h3 class="font-heading text-2xl text-gray-900 font-black">
Monica Johnson
</h3>
<p class="text-sm text-gray-500 font-bold">@monicajonhson</p>
</div>
</div>
</div>
<div class="w-full md:w-1/3 p-4">
<div
class="flex flex-col justify-between px-8 pt-12 pb-8 h-full text-center bg-gray-100 border border-gray-100rounded-3xl"
>
<div class="flex-initial mb-8">
<img
class="mb-6 mx-auto rounded-full"
src="https://shuffle.dev/zanrly-assets/images/testimonials/avatar2.png"
alt=""
/>
<p class="text-base text-gray-700 font-bold">
Had some issues where my site crashed and broke, reached out
to Shuffle Editor to see if they could help me fix it.
</p>
</div>
<div class="flex-initial">
<h3 class="font-heading text-2xl text-gray-900 font-black">
Monica Johnson
</h3>
<p class="text-sm text-gray-500 font-bold">@monicajonhson</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
31 changes: 31 additions & 0 deletions components/testimonials/ms-s.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<div>
<section class="py-10 bg-gray-50 overflow-hidden">
<div class="container mx-auto px-4">
<div class="py-16 px-8 bg-white border border-gray-100 rounded-3xl">
<div class="max-w-7xl mx-auto">
<div class="flex flex-wrap lg:items-center -m-8">
<div class="w-full md:w-1/2 p-8">
<img
class="mx-auto md:ml-0 rounded-3xl"
src="https://shuffle.dev/zanrly-assets/images/testimonials/woman.png"
alt=""
/>
</div>
<div class="w-full md:w-1/2 p-8">
<p class="mb-10 text-2xl font-bold">
"Had some issues where my site crashed and broke, reached out to
Shuffle Editor to see if they could help me fix it. Even though
we are 12 hours apart in time, they were quick to reply and
helpful/willing to do what is needed to fix the issue."
</p>
<h3 class="font-heading text-2xl text-gray-900 font-black">
Monica
</h3>
<p class="text-sm text-gray-500 font-bold">@monicajohnson</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>

0 comments on commit 2421eef

Please sign in to comment.