Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 0306166

Browse files
feat: Matt's inputs
1 parent 35eac96 commit 0306166

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

studio/src/app/components/enterprise/app-features/app-features.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export class AppFeatures {
163163
In housing <ion-icon name="business-outline" aria-label="Enterprise only"></ion-icon>
164164
</h3>
165165

166-
<p>Integrate DeckDeckGo in your infrastructure and private network.</p>
166+
<p>Integrate DeckDeckGo into your private infrastructure and networks.</p>
167167
</article>
168168

169169
<article>

studio/src/app/pages/core/app-enterprise/app-enterprise.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ app-enterprise {
2626
}
2727

2828
h1 {
29-
font-size: 48px;
29+
font-size: 42px;
3030
font-weight: 700;
3131
}
3232

@@ -71,7 +71,7 @@ app-enterprise {
7171

7272
div.content {
7373
display: grid;
74-
grid-template-columns: repeat(2, 50%);
74+
grid-template-columns: 60% 40%;
7575

7676
height: 100%;
7777

studio/src/app/pages/core/app-enterprise/app-enterprise.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ export class AppEnterprise {
2525
<section class="hero">
2626
<div class="content">
2727
<div>
28-
<h1>The unbreakable slides for your corporate communication.</h1>
29-
<h3 style={{'font-weight': '300'}}>Apply your corporate identity and design to your company's presentations.</h3>
28+
<h1>Professional presentation building, custom tailored to your brand.</h1>
29+
<h3 style={{'font-weight': '300'}}>
30+
Easily apply your corporate identity and design across all your company’s presentations. Secure distribution and maintenance.
31+
</h3>
3032

3133
<ion-button class="ion-margin-top" shape="round" onClick={() => this.scrollTo(this.formRef)} mode="md" color="tertiary">
3234
<ion-label style={{'text-transform': 'none'}}>Get in touch</ion-label>
@@ -41,7 +43,7 @@ export class AppEnterprise {
4143
<div class="content">
4244
<blockquote>
4345
<span></span>
44-
<p>Did you have a look at Bob's presentation? He used the wrong logo, again.</p>
46+
<p>Did you see Bobs presentation? He used the wrong logo, again.</p>
4547
</blockquote>
4648

4749
<h2>Templates and options that match your CI/CD.</h2>
@@ -53,7 +55,7 @@ export class AppEnterprise {
5355
</div>
5456

5557
<div>
56-
<p>Together with your designers, we create unbreakable slides.</p>
58+
<p>Together with your designers, we create unbreakable slides for your design systems.</p>
5759

5860
<p>Moreover, rolling out new design and logo has never been so easy and DeckDeckGo can offer so much more.</p>
5961

0 commit comments

Comments
 (0)