|
1 | | -<div class="mc-main-div"> |
2 | | - <div class="mc-main-screen" *ngIf="showTriplePlayOptions$"> |
3 | | - <div class="mc-banner">Combine TV, Internet, and Voice for the best deal</div> |
| 1 | +<div class="main-content-area"> |
| 2 | + <main class="container" *ngIf="showTriplePlayOptions$"> |
| 3 | + <section class="hero"> |
| 4 | + <div class="hero-text"> |
| 5 | + <h1>Keeping you connected<br />to what matters.</h1> |
| 6 | + </div> |
| 7 | + <div class="hero-image"> |
| 8 | + <img src="./assets/img/SDKdevicesImage.png" alt="Smartphone, Tablet, and Laptop" /> |
| 9 | + </div> |
| 10 | + </section> |
4 | 11 |
|
5 | | - <div style="display: flex; justify-content: space-evenly"> |
6 | | - <ng-container *ngFor="let option of shoppingOptionsList"> |
7 | | - <app-shopping-card [option]="option" (onShopNowButtonClick)="onShopNow($event)"></app-shopping-card> |
8 | | - </ng-container> |
9 | | - </div> |
10 | | - </div> |
11 | | - <div [hidden]="!showPega$"> |
12 | | - <div class="mc-info"> |
13 | | - <div class="mc-info-pega"> |
14 | | - <component-mapper name="RootContainer" [props]="{ pConn$, displayOnlyFA$: true }"></component-mapper> |
15 | | - <div style="padding-left: 50px">* - required fields</div> |
| 12 | + <section class="plans-section"> |
| 13 | + <div class="plans-intro"> |
| 14 | + <h2>The phones you want at prices you'll <span class="highlight">love.</span></h2> |
16 | 15 | </div> |
17 | | - <div class="mc-info-banner"> |
18 | | - <div class="mc-info-banner-text">We need to gather a little information about you.</div> |
19 | | - <div> |
20 | | - <img src="constellation/assets/cableinfo.jpg" class="mc-info-image" /> |
21 | | - </div> |
| 16 | + <div class="plans-container"> |
| 17 | + <app-shopping-card *ngFor="let option of shoppingOptionsList" [option]="option" (buyNowClick)="onShopNow(option.name)"></app-shopping-card> |
22 | 18 | </div> |
23 | | - </div> |
| 19 | + </section> |
| 20 | + </main> |
| 21 | + |
| 22 | + <div *ngIf="showPega$"> |
| 23 | + <component-mapper name="RootContainer" [props]="{ pConn$: pConn$, displayOnlyFA$: true }"></component-mapper> |
24 | 24 | </div> |
| 25 | + |
25 | 26 | <div *ngIf="showResolution$"> |
26 | 27 | <app-resolution-screen></app-resolution-screen> |
27 | 28 | </div> |
|
0 commit comments