Skip to content

Commit 538edae

Browse files
author
PLAINCONCEPTS\fpelaez
committed
add links to the mobile apps
1 parent 9b507c2 commit 538edae

File tree

1 file changed

+10
-4
lines changed
  • Source/SmartHotel360.Website/ClientApp/src/components

1 file changed

+10
-4
lines changed

Source/SmartHotel360.Website/ClientApp/src/components/Home.js

+10-4
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,19 @@ class Home extends Component {
2121
<div className='sh-hero-title'>The future of intelligent hospitality and connected workplace</div>
2222
<ul className='sh-hero-buttons'>
2323
<li className='sh-hero-button'>
24-
<div className='sh-hero-download_app sh-hero-download_app--win'></div>
24+
<a href="https://aka.ms/smarthotel360uwp">
25+
<div className='sh-hero-download_app sh-hero-download_app--win'></div>
26+
</a>
2527
</li>
2628
<li className='sh-hero-button'>
27-
<div className='sh-hero-download_app sh-hero-download_app--apple'></div>
29+
<a href="https://aka.ms/smarthotel360ios">
30+
<div className='sh-hero-download_app sh-hero-download_app--apple'></div>
31+
</a>
2832
</li>
2933
<li className='sh-hero-button'>
30-
<div className='sh-hero-download_app sh-hero-download_app--google'></div>
34+
<a href="https://aka.ms/smarthotel360android">
35+
<div className='sh-hero-download_app sh-hero-download_app--google'></div>
36+
</a>
3137
</li>
3238
</ul>
3339
</div>
@@ -88,7 +94,7 @@ class Home extends Component {
8894
<span className='sh-home-label'>For Business travelers</span>
8995
<span className='sh-home-title'>Smart Conference Room</span>
9096
<ConferenceRoomsFeatures />
91-
97+
9298
<section className='sh-smartphone'>
9399
<div className='sh-smartphone-wrapper'>
94100
<h2 className='sh-smartphone-title'>Discover the full smart experience with your smartphone</h2>

0 commit comments

Comments
 (0)