diff --git a/inc/patterns/hero-with-columns.php b/inc/patterns/hero-with-columns.php index dc244d6..bd574fe 100644 --- a/inc/patterns/hero-with-columns.php +++ b/inc/patterns/hero-with-columns.php @@ -9,61 +9,93 @@ * slug: hero-with-columns * title: Hero with Columns * categories: raft/heroes_page_titles - * keywords: hero, columns, features + * keywords: hero, columns, layout */ $raft_strings = apply_filters( 'raft_strings', array() ); $images = array( RAFT_URL . 'assets/img/shape-05.svg', + RAFT_URL . 'assets/img/shape-06.svg', + RAFT_URL . 'assets/img/shape-01.svg', ); return array( 'title' => __( 'Hero with Columns', 'raft' ), 'categories' => array( 'raft/heroes_page_titles' ), 'content' => ' - -
-
-

' . esc_html( $raft_strings['hero_title'] ) . '

- + +
+ +
+ +
+ +

' . esc_html( $raft_strings['hero_title'] ) . '

+ - -

' . esc_html( $raft_strings['section_description'] ) . '

- + +

' . esc_html( $raft_strings['section_description'] ) . '

+ +
+ - - -
- + +
+ + + +
+ +
+ +
+ - -
-
-
-

' . esc_html( $raft_strings['feature_title'] ) . '

- + +

' . esc_html( $raft_strings['content_subtitle'] ) . '

+ - -

' . esc_html( $raft_strings['feature_description'] ) . '

- + +

' . esc_html( $raft_strings['feature_description'] ) . '

+ - -

' . esc_html( $raft_strings['feature_title'] ) . '

- + + + +
+ - -

' . esc_html( $raft_strings['feature_description'] ) . '

-
- + +
+
+

' . esc_html( $raft_strings['content_subtitle'] ) . '

+

' . esc_html( $raft_strings['feature_description'] ) . '

+ +
+ - -
-
-
-
-
-
+ +
+
+

' . esc_html( $raft_strings['content_subtitle'] ) . '

+

' . esc_html( $raft_strings['feature_description'] ) . '

+ +
+ +
+ +
+ +
', );