This repository was archived by the owner on Mar 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,11 @@ export default () => (
114114 < Title inverted color = "#222" >
115115 Who Is This For?
116116 </ Title >
117- < ul > { forWhomPoints . map ( point => < li key = { point } > { point } </ li > ) } </ ul >
117+ < ul >
118+ { forWhomPoints . map ( point => (
119+ < li key = { point } > { point } </ li >
120+ ) ) }
121+ </ ul >
118122 </ Container >
119123 </ ForWhomSection >
120124 < ActivitySection py = { [ 3 , 5 ] } px = { [ 3 , 2 ] } >
@@ -140,10 +144,11 @@ export default () => (
140144 < Title inverted color = "#222" >
141145 Pricing
142146 </ Title >
143- < SubTitle inverted > ₹1000 or More Per Month</ SubTitle >
147+ < SubTitle inverted > { `Rs.50 / hour (for < 3 hours)` } </ SubTitle >
148+ < SubTitle inverted > { `Rs.30 / hour (for > 3 hours)` } </ SubTitle >
144149 < Box pt = { [ 3 ] } pb = { [ 3 ] } >
145150 < Button
146- href = "https://docs.google.com/forms/d/e/1FAIpQLSfTV7VcaZuc9a1XH3I2hXNWVr1ILOl8TRNE8Rz7Qc9Pxdca7w /viewform"
151+ href = "https://docs.google.com/forms/d/e/1FAIpQLSfZS8hP7nGS0sPOXrr9JaujNkiiuzcGH7zVv_MxLSCtFkxVVA /viewform"
147152 rel = "noopener noreferrer"
148153 target = "_blank"
149154 inverted
@@ -159,7 +164,8 @@ export default () => (
159164 Location
160165 </ Title >
161166 < SubTitle inverted >
162- < a href = "http://www.91springboard.com" > 91SpringBoard</ a > , Kavuri Hills< br /> Hyderbad, India
167+ < a href = "https://innovationhq.in" > InnovationHQ</ a > , Banjara Hills, < br />
168+ Hyderbad, India
163169 </ SubTitle >
164170 </ Container >
165171 < iframe width = "1000" height = "450" frameBorder = "0" src = { spaceMapUrl } allowFullScreen />
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ export const eventsCoverURL =
2424 'https://res.cloudinary.com/coderplex/image/upload/c_scale,w_348/v1510788480/website__assets/events.png' ;
2525
2626export const spaceMapUrl =
27- 'https://www.google.com/maps/embed/v1/place?key= AIzaSyBZTOBlstzoENwMkLzldHXXrrTeKDGU7do&q=91springboard ,Hyderabad,Telangana' ;
27+ 'https://www.google.com/maps/embed/v1/place?key= AIzaSyBZTOBlstzoENwMkLzldHXXrrTeKDGU7do&q=Innovationhq+Co-Working+Space ,Hyderabad,Telangana' ;
You can’t perform that action at this time.
0 commit comments