-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-page-content.html
More file actions
43 lines (36 loc) · 2.51 KB
/
Copy pathexample-page-content.html
File metadata and controls
43 lines (36 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!-- wp:group {"align":"full","backgroundColor":"base","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"type":"default"}} -->
<div class="wp-block-group alignfull has-base-background-color has-background" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)">
<!-- wp:heading {"textAlign":"center","level":1,"fontSize":"5xl"} -->
<h1 class="wp-block-heading has-text-align-center has-5-xl-font-size">About Our Company</h1>
<!-- /wp:heading -->
<!-- wp:paragraph {"align":"center","fontSize":"large"} -->
<p class="has-text-align-center has-large-font-size">We're dedicated to delivering exceptional solutions for our clients.</p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)">
<!-- wp:heading {"level":2} -->
<h2 class="wp-block-heading">Our Story</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>Founded in 2020, our company has grown from a small startup to a leading provider in our industry. We believe in innovation, quality, and putting our customers first.</p>
<!-- /wp:paragraph -->
<!-- wp:heading {"level":2} -->
<h2 class="wp-block-heading">Our Mission</h2>
<!-- /wp:heading -->
<!-- wp:paragraph -->
<p>To empower businesses with cutting-edge technology solutions that drive growth and success in the digital age.</p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:group -->
<!-- wp:group {"align":"full","backgroundColor":"contrast","textColor":"base","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group alignfull has-contrast-background-color has-base-color has-text-color has-background" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)">
<!-- wp:heading {"textAlign":"center","level":2} -->
<h2 class="wp-block-heading has-text-align-center">Get In Touch</h2>
<!-- /wp:heading -->
<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center">Ready to learn more? Contact us today to discuss how we can help your business grow.</p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:group -->