Pattern: Update content on pattern "Content right with image left" (#49792)

Update content
This commit is contained in:
Tom Cafferkey 2024-07-23 11:18:18 +01:00 committed by GitHub
parent c29d70f3c3
commit 8906783e80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: tweak
Update text to Content right with image left pattern

View File

@ -9,9 +9,9 @@ declare(strict_types=1);
use Automattic\WooCommerce\Blocks\AIContent\PatternsHelper;
$header = __( 'Discover a world of possibilities', 'woocommerce' );
$content = __( 'Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence. The only limit is the extent of your imagination.', 'woocommerce' );
$button = __( 'Get Started', 'woocommerce' );
$header = __( 'Committed to a greener lifestyle', 'woocommerce' );
$content = __( "Our passion is crafting mindful moments with locally sourced, organic, and sustainable products. We're more than a store; we're your path to a community-driven, eco-friendly lifestyle that embraces premium quality.", 'woocommerce' );
$button = __( 'Meet us', 'woocommerce' );
$image_0 = PatternsHelper::get_image_url( $images, 0, 'assets/images/pattern-placeholders/drinkware-liquid-tableware-dishware-bottle-fluid.jpg' );
?>