Skip to content

Commit 5ef753b

Browse files
committed
updated site
1 parent 9d824ab commit 5ef753b

File tree

15 files changed

+94
-47
lines changed

15 files changed

+94
-47
lines changed

src/client/assets/acupuncture2.jpg

-382 KB
Loading

src/client/assets/lavender-salt.jpg

-141 KB
Loading

src/client/assets/massage1.jpg

-396 KB
Loading

src/client/assets/reflexology.jpg

-631 KB
Loading

src/client/assets/spa-background7.jpg

92.6 KB
Loading

src/client/components/BookNow/BookBox.js

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
import { Button } from '@material-ui/core';
12
import React from 'react';
23
import ScrollAnimation from 'react-animate-on-scroll';
34

5+
const styles = {
6+
button: {
7+
background: '#808b7c',
8+
color: 'white',
9+
}
10+
};
11+
412
const BookBox = () => (
513
<div className='book-box-wrapper'>
614
<ScrollAnimation
@@ -9,14 +17,13 @@ const BookBox = () => (
917
>
1018
<div className='book-box'>
1119
<h3>TO BOOK, OR FOR MORE INFORMATION, PLEASE CONTACT</h3>
20+
<a href='https://zenwellness.janeapp.com/' target='_blank'>
21+
<Button variant="contained" style={styles.button}>Book Online</Button>
22+
</a>
1223
<div className='book-box-contact'>
1324
<i className="material-icons md-18 md-gray">call</i>
1425
<a href="tel:604-428-0896">(604) 428-0896</a>
1526
</div>
16-
<div className='book-box-contact'>
17-
<i className="material-icons md-18 md-gray">email</i>
18-
<a href='mailto:zenwellness@outlook.com'>zenwellness@outlook.com</a>
19-
</div>
2027
</div>
2128
</ScrollAnimation>
2229
</div>

src/client/components/BookNow/BookButton.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@ import React from 'react';
33
import { Link } from 'react-router-dom';
44
import '../../styles/BookNow.css';
55

6+
const styles = {
7+
button: {
8+
background: '#808b7c',
9+
color: 'white',
10+
}
11+
};
12+
613
const BookButton = (props) => (
714
<div className='book-button'>
815
<a href='https://zenwellness.janeapp.com/' target='_blank'>
9-
<button>{props.title}</button>
16+
<Button variant="contained" style={styles.button}>{props.title}</Button>
1017
</a>
1118
</div>
1219
)

src/client/components/Footer/Company.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ const Company = () => (
55
<div className='footer-block' id="company">
66
<h2>COMPANY</h2>
77
<Link to='/about'>About</Link>
8-
<Link to='/treatments'>Treatments</Link>
8+
<Link to='/massage'>Massage</Link>
9+
<Link to='/acupuncture'>Acupuncture</Link>
10+
<Link to='/foot-reflexology'>Foot Reflexology</Link>
911
<Link to='/rates'>Rates</Link>
1012
<Link to='/contact'>Contact</Link>
1113
</div>

src/client/components/Header/MobileNav.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class MobileNav extends React.Component {
4545
</div>
4646
<Divider style={styles.divider} />
4747
<List>
48-
{['home', 'about', 'treatments', 'rates', 'contact'].map((text, index) => {
48+
{['home', 'about', 'rates', 'contact'].map((text, index) => {
4949
if (index === 0) {
5050
return (
5151
<NavLink key={text} to={`/`}>

src/client/components/Header/Nav.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class Nav extends React.Component {
1919
<div id='nav'>
2020
<NavLink to='/'>Home</NavLink>
2121
<NavLink activeStyle={activeStyle} to='/about'>About</NavLink>
22-
<NavLink activeStyle={activeStyle} to='/treatments'>Treatments</NavLink>
23-
<NavLink activeStyle={activeStyle} to='/rates'>Rates</NavLink>
22+
{/* <NavLink activeStyle={activeStyle} to='/treatments'>Treatments</NavLink> */}
23+
<NavLink activeStyle={activeStyle} to='/rates'>Prices</NavLink>
2424
<NavLink activeStyle={activeStyle} to='/contact'>Contact</NavLink>
2525
<a href='https://zenwellness.janeapp.com/' target='_blank'>
2626
<Button variant="contained" style={styles.button}>Book Now</Button>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy