|
1 | 1 | import React from 'react';
|
| 2 | +import './HomeBody.scss' |
| 3 | +import div1img1 from '../../images/Group 80.png' |
| 4 | +import div1img2 from '../../images/Group 81.png' |
| 5 | +import div1img3 from '../../images/Group 82.png' |
| 6 | +import aboutImg from '../../images/wells-chan-H-vAxuWxmi8-unsplash2.jpg' |
| 7 | +import chooseUseImg1 from '../../images/Group 87.png' |
| 8 | +import chooseUseImg2 from '../../images/Group 88.png' |
| 9 | +import chooseUseImg3 from '../../images/gift-2.png' |
| 10 | +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' |
| 11 | +import { faArrowRight } from '@fortawesome/free-solid-svg-icons' |
| 12 | + |
| 13 | + |
2 | 14 |
|
3 | 15 | const HomeBody = () => {
|
4 | 16 | return (
|
5 | 17 | <div>
|
6 |
| - |
| 18 | + {/* <br/><br/> */} |
| 19 | + <section className="homeFirstDiv container"> |
| 20 | + <div class="card-deck homeFirstDivMedia"> |
| 21 | + <div class="card"> |
| 22 | + <div class="card-body homeCategoryDivAll homeCategoryDiv1"> |
| 23 | + <br/><br/> |
| 24 | + <img src={div1img1} alt="" width='15%' /> |
| 25 | + <br/> |
| 26 | + <br/> |
| 27 | + <h3 style={{fontWeight:'bold'}} class="card-title">PROGRESSION</h3> |
| 28 | + <p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> |
| 29 | + </div> |
| 30 | + </div> |
| 31 | + <div class="card"> |
| 32 | + <div class="card-body homeCategoryDivAll homeCategoryDiv2"> |
| 33 | + <br/><br/><br/><br/> |
| 34 | + <img src={div1img2} alt="" width='20%'/> |
| 35 | + <br/> |
| 36 | + <br/> |
| 37 | + <h3 style={{fontWeight:'bold', color:'#fcd842'}} class="card-title">WORKOUT</h3> |
| 38 | + <p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> |
| 39 | + </div> |
| 40 | + </div> |
| 41 | + <div class="card"> |
| 42 | + <div class="card-body homeCategoryDivAll homeCategoryDiv3"> |
| 43 | + <br/><br/> |
| 44 | + <img src={div1img3} alt="" width='15%' /> |
| 45 | + <br/> |
| 46 | + <br/> |
| 47 | + <h3 style={{fontWeight:'bold'}} class="card-title">NUTRITION</h3> |
| 48 | + <p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> |
| 49 | + </div> |
| 50 | + </div> |
| 51 | + </div> |
| 52 | + </section> |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + <section className="homeSecondDiv container"> |
| 57 | + <div className="row"> |
| 58 | + <div className="col-md-6 homeAboutUsDiv"> |
| 59 | + {/* <div class="card"> |
| 60 | + <div class="card-body homeAboutUsDiv"> |
| 61 | + |
| 62 | + </div> |
| 63 | + </div> */} |
| 64 | + <img src={aboutImg} alt=""/> |
| 65 | + </div> |
| 66 | + <div className="col-md-6 homeAboutUsDiv2"> |
| 67 | + <h1 style={{color:'#f4f4f5', fontWeight:'bold'}}>ABOUT US</h1> |
| 68 | + <h2 style={{color:'#fcd842', fontWeight:'bold'}}>WE ARE HERE TO DREAM!</h2> |
| 69 | + <h2 style={{fontWeight:'bold'}}>OUR TEAM IS HERE SURV YOU.</h2> |
| 70 | + <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Minus amet numquam cum voluptates cumque molestiae sunt maxime inventore facere ex dolores repellat, in natus labore soluta. Deserunt nam quidem quasi! Lorem ipsum dolor sit, amet consectetur adipisicing elit. Quo hic fugit asperiores delectus omnis. Facere nemo quisquam iusto explicabo est dolores id. Nostrum incidunt quis cum beatae, ad itaque doloremque?</p> |
| 71 | + {/* <hr/> |
| 72 | + <hr/> */} |
| 73 | + </div> |
| 74 | + </div> |
| 75 | + </section> |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + <section className="homeThirdDiv container"> |
| 80 | + <h2 style={{fontWeight:'bold', textAlign: 'center'}}>TRAINING |
| 81 | + <span style={{color:'#fcd842'}}> PROGRAMS</span> |
| 82 | + </h2> |
| 83 | + |
| 84 | + <br/><br/> |
| 85 | + <div class="card-deck"> |
| 86 | + <div class="card"> |
| 87 | + <div class="card-body homeTraining homeTrainingDiv1" style={{textAlign: 'left', padding: '0px'}}> |
| 88 | + <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> |
| 89 | + <button class="card-title trainingBtn" style={{marginBottom: '40px'}}>YOGA TRAINING SESSION |
| 90 | + <FontAwesomeIcon icon={faArrowRight}/> |
| 91 | + </button> |
| 92 | + <br/> |
| 93 | + </div> |
| 94 | + </div> |
| 95 | + <div class="card"> |
| 96 | + <div class="card-body homeTraining homeTrainingDiv2" style={{textAlign: 'left', padding: '0px'}}> |
| 97 | + <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/> |
| 98 | + <button class="card-title trainingBtn" style={{marginBottom: '40px'}}>CARDIO TRAINING SESSION <FontAwesomeIcon icon={faArrowRight}/> |
| 99 | + </button> |
| 100 | + {/* <br/> */} |
| 101 | + </div> |
| 102 | + </div> |
| 103 | + </div> |
| 104 | + </section> |
| 105 | + |
| 106 | + |
| 107 | + <section className="homeLastDiv container"> |
| 108 | + <h2 style={{fontWeight:'bold', textAlign: 'center'}}> |
| 109 | + <span style={{color:'#fcd842'}}>WHY </span> |
| 110 | + CHOOSE US |
| 111 | + </h2> |
| 112 | + |
| 113 | + <br/><br/> |
| 114 | + <div class="card-deck"> |
| 115 | + <div class="card"> |
| 116 | + <div class="card-body homeChooseDivAll"> |
| 117 | + <br/> |
| 118 | + <img src={chooseUseImg1} alt="" width='15%' /> |
| 119 | + <br/> |
| 120 | + <br/> |
| 121 | + <br/> |
| 122 | + <h5 style={{fontWeight:'bold'}} class="card-title">FREE FITNESS TRAINING</h5> |
| 123 | + <p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> |
| 124 | + </div> |
| 125 | + </div> |
| 126 | + <div class="card"> |
| 127 | + <div class="card-body homeChooseDivAll"> |
| 128 | + <br/> |
| 129 | + <img src={chooseUseImg2} alt="" width='15%'/> |
| 130 | + <br/> |
| 131 | + <br/> |
| 132 | + <br/> |
| 133 | + <h5 style={{fontWeight:'bold'}} class="card-title">TONS OF CARDIO & STRENGTH</h5> |
| 134 | + <p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> |
| 135 | + </div> |
| 136 | + </div> |
| 137 | + <div class="card"> |
| 138 | + <div class="card-body homeChooseDivAll"> |
| 139 | + <br/> |
| 140 | + <img src={chooseUseImg3} alt="" width='15%' /> |
| 141 | + <br/> |
| 142 | + <br/> |
| 143 | + <br/> |
| 144 | + <h5 style={{fontWeight:'bold'}} class="card-title">NO COMMITMENT MEMBERSHIPS</h5> |
| 145 | + <p class="card-text">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p> |
| 146 | + </div> |
| 147 | + </div> |
| 148 | + </div> |
| 149 | + </section> |
7 | 150 | </div>
|
8 | 151 | );
|
9 | 152 | }
|
|
0 commit comments