This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new
Testimonials: 3 columns
pattern (#9159)
- Loading branch information
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
<?php | ||
/** | ||
* Title: Testimonials 3 Columns | ||
* Slug: woocommerce-blocks/testimonials-3-columns | ||
* Categories: WooCommerce | ||
*/ | ||
?> | ||
|
||
<!-- wp:columns {"align":"full"} --> | ||
<div class="wp-block-columns alignfull"> | ||
<!-- wp:column --> | ||
<div class="wp-block-column"> | ||
<!-- wp:heading {"level":4,"style":{"typography":{"textTransform":"none","fontSize":"18px"}}} --> | ||
<h4 class="wp-block-heading" style="font-size:18px;text-transform:none"><strong>Great experience</strong></h4> | ||
<!-- /wp:heading --> | ||
|
||
<!-- wp:paragraph {"style":{"typography":{"fontSize":"18px"}}} --> | ||
<p style="font-size:18px"> | ||
In the end the couch wasn’t exactly what I was looking for but my experience with the | ||
Burrow team was excellent. First in providing a discount when the couch was delayed, then timely feedback | ||
and updates as the… | ||
</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"style":{"typography":{"fontSize":"18px"},"color":{"text":"#646970"}}} --> | ||
<p class="has-text-color" style="color:#646970;font-size:18px">~ Tanner P.</p> | ||
<!-- /wp:paragraph --></div> | ||
<!-- /wp:column --> | ||
|
||
<!-- wp:column --> | ||
<div class="wp-block-column"> | ||
<!-- wp:heading {"level":4,"style":{"typography":{"textTransform":"none","fontSize":"18px"}}} --> | ||
<h4 class="wp-block-heading" style="font-size:18px;text-transform:none"><strong>LOVE IT</strong></h4> | ||
<!-- /wp:heading --> | ||
|
||
<!-- wp:paragraph {"style":{"typography":{"fontSize":"18px"}}} --> | ||
<p style="font-size:18px"> | ||
Great couch. color as advertise. seat is nice and firm. Easy to put together. | ||
Versatile. Bought one for my mother in law as well. And she loves hers! | ||
</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"style":{"typography":{"fontSize":"18px"},"color":{"text":"#646970"}}} --> | ||
<p class="has-text-color" style="color:#646970;font-size:18px">~ Abigail N.</p> | ||
<!-- /wp:paragraph --></div> | ||
<!-- /wp:column --> | ||
|
||
<!-- wp:column --> | ||
<div class="wp-block-column"> | ||
<!-- wp:heading {"level":4,"style":{"typography":{"textTransform":"none","fontSize":"18px"}}} --> | ||
<h4 class="wp-block-heading" style="font-size:18px;text-transform:none"><strong>Awesome couch and great buying experience</strong></h4> | ||
<!-- /wp:heading --> | ||
|
||
<!-- wp:paragraph {"style":{"typography":{"fontSize":"18px"}}} --> | ||
<p style="font-size:18px"> | ||
I got the kind sofa. The look and feel is high quality, and I enjoy that it is a | ||
medium level of firmness. Assembly took a little longer than I expected, and it came in 4 boxes. I am | ||
excited about the time / st… | ||
</p> | ||
<!-- /wp:paragraph --> | ||
|
||
<!-- wp:paragraph {"style":{"typography":{"fontSize":"18px"},"color":{"text":"#646970"}}} --> | ||
<p class="has-text-color" style="color:#646970;font-size:18px">~ Albert L.</p> | ||
<!-- /wp:paragraph --></div> | ||
<!-- /wp:column --></div> | ||
<!-- /wp:columns --> |